Merge version_3 into main #4

Merged
bender merged 1 commits from version_3 into main 2026-04-28 17:46:57 +00:00

View File

@@ -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"
/>
</div>
@@ -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() {
<div id="footer" data-section="footer">
<FooterLogoEmphasis
columns={[
{ items: [{ label: "About", href: "#about" }, { label: "Products", href: "#products" }, { label: "Contact", href: "#contact" }] },
{ items: [{ label: "About", href: "#about" }, { label: "Products", href: "#products" }, { label: "Store Hours", href: "#contact" }, { label: "Contact", href: "#contact" }] },
{ items: [{ label: "Privacy Policy", href: "#" }, { label: "Terms", href: "#" }] },
]}
logoText="Kaldi's Coffee Dubai"