From 674dcc6a132ce181d476ef94737d90e98682cdfa Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 26 May 2026 09:43:35 +0000 Subject: [PATCH 1/2] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index e638ff7..d7b3d65 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -27,7 +27,7 @@ export default function ContactPage() { { name: "Our Story", id: "about" }, { name: "Collection", id: "products" }, { name: "Craftsmanship", id: "craft" }, - { name: "Contact", href: "/contact" } + { name: "Contact", id: "/contact" } ]} brandName="Casa Habano Reserve" button={{ text: "Shop Now", href: "/" }} @@ -36,6 +36,8 @@ export default function ContactPage() {
Date: Tue, 26 May 2026 09:43:35 +0000 Subject: [PATCH 2/2] 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 f40879c..18863c6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -34,7 +34,7 @@ export default function LandingPage() { { name: "Our Story", id: "about" }, { name: "Collection", id: "products" }, { name: "Craftsmanship", id: "craft" }, - { name: "Contact", href: "/contact" } + { name: "Contact", id: "/contact" } ]} brandName="Casa Habano Reserve" button={{ text: "Shop Now", href: "#products" }} @@ -90,7 +90,7 @@ export default function LandingPage() { { id: "p3", name: "Gran Reserva Especial", price: "$45", imageSrc: "http://img.b2bpic.net/free-photo/daily-life-indigenous-people_52683-96788.jpg" }, { id: "p4", name: "Habana Natural", price: "$28", imageSrc: "http://img.b2bpic.net/free-photo/view-matchsticks-with-geometric-shapes_23-2149600203.jpg" }, { id: "p5", name: "Private Reserve Vitola", price: "$52", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-uncooked-pasta_23-2149164756.jpg" }, - { id: "p6", name: "Estate Selection", price: "$35", imageSrc: "http://img.b2bpic.net/free-photo/chocolate-roll-with-coffee-beans-pinecones-high-quality-photo_114579-26652.jpg" } + { id: "p6", name: "Chocolate & Vanilla", price: "$35", imageSrc: "http://img.b2bpic.net/free-photo/chocolate-roll-with-coffee-beans-pinecones-high-quality-photo_114579-26652.jpg" } ]} title="Our Collection" description="Each vitola in our reserve is individually selected by our master blender from the finest leaves." -- 2.49.1