Merge version_3 into main #2

Merged
development merged 2 commits from version_3 into main 2025-12-26 14:19:20 +00:00
2 changed files with 15 additions and 15 deletions

View File

@@ -1271,4 +1271,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -41,10 +41,10 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroCarouselLogo
logoText="CoffeeFlow"
description="Discover the perfect brew. Fresh, locally-roasted coffee crafted for every moment of your day."
description="Your perfect brew awaits. Handcrafted espresso, creamy lattes, and seasonal specials made fresh daily."
buttons={[
{ text: "Explore Menu", href: "menu" },
{ text: "Visit Us", href: "contact" }
{ text: "Browse Menu", href: "menu" },
{ text: "Reserve a Table", href: "contact" }
]}
slides={[
{
@@ -67,20 +67,20 @@ export default function LandingPage() {
<div id="about" data-section="about">
<MediaSplitAbout
title="Our Coffee Story"
description="Since 2010, CoffeeFlow has been dedicated to bringing exceptional coffee to our community. We partner with fair-trade farmers and specialty roasters to deliver the freshest, most flavorful coffee experience. Every cup tells a story of passion, craftsmanship, and commitment to quality."
title="Crafted With Passion Since 2010"
description="CoffeeFlow represents our commitment to excellence in every cup. We source premium beans directly from ethical suppliers and roast them fresh to perfection. Our baristas are passionate about creating the perfect coffee experience for you."
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766758399249-5ptbosia.jpg"
imageAlt="Coffee beans and roasting process"
imagePosition="right"
buttons={[{ text: "Learn More", href: "#" }]}
buttons={[{ text: "Our Story", href: "#" }]}
useInvertedBackground="noInvert"
/>
</div>
<div id="menu" data-section="menu">
<ProductCardSeven
title="Our Menu"
description="Handcrafted beverages made with care and premium ingredients"
title="Signature Menu"
description="Expertly crafted beverages featuring our finest blends and seasonal creations"
textboxLayout="default"
useInvertedBackground="noInvert"
animationType="slide-up"
@@ -113,8 +113,8 @@ export default function LandingPage() {
<div id="testimonials" data-section="testimonials">
<TestimonialCardTwelve
cardTitle="Join thousands of coffee lovers who trust CoffeeFlow for their daily dose of excellence"
cardTag="Loved by our community"
cardTitle="Beloved by Coffee Enthusiasts Everywhere"
cardTag="Customer Favorites"
cardTagIcon={Heart}
testimonials={[
{
@@ -148,11 +148,11 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactText
text="Ready to experience the perfect cup? Visit our cafe today or order online for pickup."
text="Stop by our cafe to experience the perfect cup or connect with us online. We're here to serve you amazing coffee every day."
animationType="entrance-slide"
buttons={[
{ text: "Get in Touch", href: "#" },
{ text: "Find Our Location", href: "#" }
{ text: "Contact Us", href: "#" },
{ text: "Find a Location", href: "#" }
]}
useInvertedBackground="noInvert"
/>
@@ -191,4 +191,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}