From 70d5bdf353ce246e6771b68f43d904aef78bd4c7 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 28 Apr 2026 17:46:54 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3c46753..e08a830 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -35,6 +35,7 @@ export default function LandingPage() { { name: "Home", id: "hero" }, { name: "About", id: "about" }, { name: "Products", id: "products" }, + { name: "Store Hours", id: "info" }, { name: "Contact", id: "contact" }, ]} brandName="Kaldi's Coffee Dubai" @@ -159,7 +160,10 @@ export default function LandingPage() { title="Frequently Asked Questions" description="Your coffee questions answered." faqsAnimation="slide-up" - buttons={[{ text: "Wholesale Inquiries", href: "#contact" }]} + buttons={[ + { text: "Wholesale Inquiries", href: "#contact" }, + { text: "Get in touch", href: "#contact" } + ]} imageSrc="http://img.b2bpic.net/free-photo/coffee-brewing-with-bag-coffee-beans-foreground_23-2151965928.jpg" /> @@ -170,7 +174,7 @@ export default function LandingPage() { background={{ variant: "gradient-bars" }} tag="Contact" title="Get In Touch" - description="Ready to experience the perfect brew? Contact our team." + description="Ready to experience the perfect brew? Contact our team. We are open from 8am to 10pm daily." mediaAnimation="slide-up" imageSrc="http://img.b2bpic.net/free-photo/waiter-making-cup-coffee-counter-cafe_1170-562.jpg" /> @@ -179,7 +183,7 @@ export default function LandingPage() {