From a27354c8f637b1e8a67cd3be0a70b072f43e9a0a Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 13:38:49 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7e7d29a..a31d0a4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,11 +32,13 @@ export default function LandingPage() { { name: "Home", id: "hero" }, { name: "About", id: "about" }, { name: "Products", id: "products" }, + { name: "Metrics", id: "metrics" }, { name: "Testimonials", id: "testimonials" }, - { name: "Contact", id: "contact" } + { name: "FAQ", id: "faq" }, + { name: "Contact", id: "footer" } ]} button={{ - text: "Reserve a Table", href: "#contact" + text: "Reserve a Table", href: "#footer" }} /> @@ -48,7 +50,7 @@ export default function LandingPage() { background={{ variant: "radial-gradient" }} buttons={[ { text: "Explore Menu", href: "#products" }, - { text: "Visit Us", href: "#contact" } + { text: "Visit Us", href: "#footer" } ]} buttonAnimation="slide-up" layoutOrder="default" @@ -68,7 +70,7 @@ export default function LandingPage() { ]} useInvertedBackground={false} buttons={[ - { text: "Learn Our Story", href: "#" } + { text: "Learn Our Story", href: "#products" } ]} buttonAnimation="slide-up" /> @@ -83,13 +85,13 @@ export default function LandingPage() { tagAnimation="slide-up" features={[ { - title: "Single Origin Espresso", description: "Sourced from award-winning farms in Ethiopia and Colombia, delivering bold and complex notes", imageSrc: "http://img.b2bpic.net/free-photo/cup-coffee-with-spoon-near-box-sugar-cinnamon-sticks_23-2148180195.jpg", imageAlt: "Single origin espresso beans", button: { text: "Add to Cart", href: "#" } + title: "Single Origin Espresso", description: "Sourced from award-winning farms in Ethiopia and Colombia, delivering bold and complex notes", imageSrc: "http://img.b2bpic.net/free-photo/cup-coffee-with-spoon-near-box-sugar-cinnamon-sticks_23-2148180195.jpg", imageAlt: "Single origin espresso beans", button: { text: "Add to Cart", href: "#footer" } }, { - title: "Pour Over Excellence", description: "Hand-crafted brewing method that highlights the delicate nuances of our specialty beans", imageSrc: "http://img.b2bpic.net/free-photo/view-process-making-pressed-coffee_23-2149709915.jpg", imageAlt: "Pour over coffee setup", button: { text: "Learn Method", href: "#" } + title: "Pour Over Excellence", description: "Hand-crafted brewing method that highlights the delicate nuances of our specialty beans", imageSrc: "http://img.b2bpic.net/free-photo/view-process-making-pressed-coffee_23-2149709915.jpg", imageAlt: "Pour over coffee setup", button: { text: "Learn Method", href: "#faq" } }, { - title: "Artisan Cappuccino", description: "Creamy microfoam and perfectly extracted espresso create the ultimate coffee experience", imageSrc: "http://img.b2bpic.net/free-photo/delicious-coffee-with-milk_23-2147985001.jpg", imageAlt: "Cappuccino with latte art", button: { text: "Order Now", href: "#" } + title: "Artisan Cappuccino", description: "Creamy microfoam and perfectly extracted espresso create the ultimate coffee experience", imageSrc: "http://img.b2bpic.net/free-photo/delicious-coffee-with-milk_23-2147985001.jpg", imageAlt: "Cappuccino with latte art", button: { text: "Order Now", href: "#footer" } } ]} gridVariant="three-columns-all-equal-width" @@ -208,7 +210,7 @@ export default function LandingPage() { title: "Menu", items: [ { label: "Espresso Drinks", href: "#products" }, { label: "Single Origins", href: "#products" }, - { label: "Brewing Guides", href: "#" }, + { label: "Brewing Guides", href: "#faq" }, { label: "Coffee Blends", href: "#products" } ] }, @@ -223,7 +225,7 @@ export default function LandingPage() { { title: "Connect", items: [ { label: "Visit Us", href: "#" }, - { label: "Contact", href: "#contact" }, + { label: "Contact", href: "#" }, { label: "Instagram", href: "https://instagram.com" }, { label: "Newsletter", href: "#" } ] -- 2.49.1