diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx
index 940e0e2..90bd228 100644
--- a/src/app/blog/page.tsx
+++ b/src/app/blog/page.tsx
@@ -91,4 +91,4 @@ export default function BlogPage() {
);
-}
+}
\ No newline at end of file
diff --git a/src/app/page.tsx b/src/app/page.tsx
index 47188f4..1de9548 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -45,7 +45,7 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file
diff --git a/src/app/shop/[id]/page.tsx b/src/app/shop/[id]/page.tsx
index 0d72cf9..0f7a45f 100644
--- a/src/app/shop/[id]/page.tsx
+++ b/src/app/shop/[id]/page.tsx
@@ -98,7 +98,7 @@ function ProductPageContent({ params }: ProductPageProps) {
{"name":"Testimonials","id":"testimonials"},
{"name":"Contact","id":"contact"}
]}
- button={{ text: "Cart", onClick: () => setCartOpen(true) }}
+ button={{ text: "Reserve Now", href: "#contact" }}
/>
@@ -145,7 +145,7 @@ function ProductPageContent({ params }: ProductPageProps) {
{"name":"Testimonials","id":"testimonials"},
{"name":"Contact","id":"contact"}
]}
- button={{ text: "Cart", onClick: () => setCartOpen(true) }}
+ button={{ text: "Reserve Now", href: "#contact" }}
/>
@@ -199,7 +199,7 @@ function ProductPageContent({ params }: ProductPageProps) {
{"name":"Testimonials","id":"testimonials"},
{"name":"Contact","id":"contact"}
]}
- button={{ text: "Cart", onClick: () => setCartOpen(true) }}
+ button={{ text: "Reserve Now", href: "#contact" }}
/>
@@ -252,4 +252,4 @@ function ProductPageContent({ params }: ProductPageProps) {
);
-}
+}
\ No newline at end of file
diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx
index b3973e9..1206d02 100644
--- a/src/app/shop/page.tsx
+++ b/src/app/shop/page.tsx
@@ -43,7 +43,7 @@ function ShopPageContent() {
{"name":"Testimonials","id":"testimonials"},
{"name":"Contact","id":"contact"}
]}
- button={{ text: "Cart", onClick: () => setCartOpen(true) }}
+ button={{ text: "Reserve Now", href: "#contact" }}
/>
@@ -89,7 +89,7 @@ function ShopPageContent() {
{"name":"Testimonials","id":"testimonials"},
{"name":"Contact","id":"contact"}
]}
- button={{ text: "Cart", onClick: () => setCartOpen(true) }}
+ button={{ text: "Reserve Now", href: "#contact" }}
/>
@@ -125,4 +125,4 @@ export default function ShopPage() {
);
-}
+}
\ No newline at end of file