From 0f9b125d1c2bc4ebce179241c5eb824a979fa8cf Mon Sep 17 00:00:00 2001 From: Gauravtb2253 Date: Thu, 17 Oct 2024 23:52:44 +0530 Subject: [PATCH] booking validation added --- book.html | 142 +++++++++++++++++++++++++++------------------- package-lock.json | 5 ++ package.json | 1 + 3 files changed, 89 insertions(+), 59 deletions(-) diff --git a/book.html b/book.html index de4ba89a..78fa14a5 100644 --- a/book.html +++ b/book.html @@ -2,29 +2,24 @@ - - - - - - - - - - + + + + + + + + + + Book Now - BuddyTrail +
@@ -76,7 +71,6 @@

Bali

-

Why Travel with BuddyTrail?

    @@ -91,17 +85,18 @@

    Let BuddyTrail take you there!

-

Book Your Trip

-
+
+
+
@@ -112,52 +107,81 @@

Book Your Trip

+
+
+ + - \ No newline at end of file + diff --git a/package-lock.json b/package-lock.json index ea35944f..71db6cc9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,6 +9,7 @@ "version": "1.0.0", "license": "ISC", "dependencies": { + "buddytrail": "file:", "firebase": "^10.14.1" } }, @@ -703,6 +704,10 @@ "url": "https://github.com/chalk/ansi-styles?sponsor=1" } }, + "node_modules/buddytrail": { + "resolved": "", + "link": true + }, "node_modules/cliui": { "version": "8.0.1", "resolved": "https://registry.npmjs.org/cliui/-/cliui-8.0.1.tgz", diff --git a/package.json b/package.json index 9359250d..909a5a9a 100644 --- a/package.json +++ b/package.json @@ -9,6 +9,7 @@ "author": "", "license": "ISC", "dependencies": { + "buddytrail": "file:", "firebase": "^10.14.1" } }