From 3d6785f57329048df0ba59d9348943dcdff0d35b Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 24 Feb 2026 11:56:59 +0000 Subject: [PATCH 1/4] Update src/app/blog/page.tsx --- src/app/blog/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.49.1 From 52f8ae3813701a9e4069fd8f4fd014cb3c969153 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 24 Feb 2026 11:57:01 +0000 Subject: [PATCH 2/4] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.49.1 From 37682763590c961ca82c80858498c66130e02ebc Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 24 Feb 2026 11:57:02 +0000 Subject: [PATCH 3/4] Update src/app/shop/[id]/page.tsx --- src/app/shop/[id]/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 -- 2.49.1 From 0443aa41c6af9a4397a78362f083b89250c0b738 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 24 Feb 2026 11:57:03 +0000 Subject: [PATCH 4/4] Update src/app/shop/page.tsx --- src/app/shop/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 -- 2.49.1