Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 2fd2389da3 | |||
| a40006095f | |||
| 5d95b996a5 |
@@ -1,10 +1,10 @@
|
|||||||
"use client"
|
"use client";
|
||||||
|
|
||||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
||||||
import HeroCarouselLogo from '@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo';
|
import HeroCarouselLogo from '@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo';
|
||||||
import MediaSplitAbout from '@/components/sections/about/MediaSplitAbout';
|
import MediaSplitAbout from '@/components/sections/about/MediaSplitAbout';
|
||||||
import ProductCardThree from '@/components/sections/product/ProductCardThree';
|
import ProductCardSeven from '@/components/sections/product/ProductCardSeven';
|
||||||
import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve';
|
import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve';
|
||||||
import ContactText from '@/components/sections/contact/ContactText';
|
import ContactText from '@/components/sections/contact/ContactText';
|
||||||
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
|
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
|
||||||
@@ -41,10 +41,10 @@ export default function LandingPage() {
|
|||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroCarouselLogo
|
<HeroCarouselLogo
|
||||||
logoText="CoffeeFlow"
|
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={[
|
buttons={[
|
||||||
{ text: "Explore Menu", href: "menu" },
|
{ text: "Browse Menu", href: "menu" },
|
||||||
{ text: "Visit Us", href: "contact" }
|
{ text: "Reserve a Table", href: "contact" }
|
||||||
]}
|
]}
|
||||||
slides={[
|
slides={[
|
||||||
{
|
{
|
||||||
@@ -67,20 +67,20 @@ export default function LandingPage() {
|
|||||||
|
|
||||||
<div id="about" data-section="about">
|
<div id="about" data-section="about">
|
||||||
<MediaSplitAbout
|
<MediaSplitAbout
|
||||||
title="Our Coffee Story"
|
title="Crafted With Passion Since 2010"
|
||||||
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."
|
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"
|
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766758399249-5ptbosia.jpg"
|
||||||
imageAlt="Coffee beans and roasting process"
|
imageAlt="Coffee beans and roasting process"
|
||||||
imagePosition="right"
|
imagePosition="right"
|
||||||
buttons={[{ text: "Learn More", href: "#" }]}
|
buttons={[{ text: "Our Story", href: "#" }]}
|
||||||
useInvertedBackground="noInvert"
|
useInvertedBackground="noInvert"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="menu" data-section="menu">
|
<div id="menu" data-section="menu">
|
||||||
<ProductCardThree
|
<ProductCardSeven
|
||||||
title="Our Menu"
|
title="Signature Menu"
|
||||||
description="Handcrafted beverages made with care and premium ingredients"
|
description="Expertly crafted beverages featuring our finest blends and seasonal creations"
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground="noInvert"
|
useInvertedBackground="noInvert"
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
@@ -91,24 +91,21 @@ export default function LandingPage() {
|
|||||||
name: "Classic Espresso",
|
name: "Classic Espresso",
|
||||||
price: "$3.50",
|
price: "$3.50",
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766757626429-ve9tnr36.jpg",
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766757626429-ve9tnr36.jpg",
|
||||||
imageAlt: "Classic espresso shot",
|
imageAlt: "Classic espresso shot"
|
||||||
initialQuantity: 1
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "2",
|
id: "2",
|
||||||
name: "Signature Latte",
|
name: "Signature Latte",
|
||||||
price: "$5.00",
|
price: "$5.00",
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766758400797-4e6y3l0g.jpg",
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766758400797-4e6y3l0g.jpg",
|
||||||
imageAlt: "Latte with latte art",
|
imageAlt: "Latte with latte art"
|
||||||
initialQuantity: 1
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "3",
|
id: "3",
|
||||||
name: "Cold Brew Iced",
|
name: "Cold Brew Iced",
|
||||||
price: "$4.50",
|
price: "$4.50",
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766758402088-wj4zl5un.jpg",
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766758402088-wj4zl5un.jpg",
|
||||||
imageAlt: "Refreshing iced cold brew",
|
imageAlt: "Refreshing iced cold brew"
|
||||||
initialQuantity: 1
|
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
@@ -116,8 +113,8 @@ export default function LandingPage() {
|
|||||||
|
|
||||||
<div id="testimonials" data-section="testimonials">
|
<div id="testimonials" data-section="testimonials">
|
||||||
<TestimonialCardTwelve
|
<TestimonialCardTwelve
|
||||||
cardTitle="Join thousands of coffee lovers who trust CoffeeFlow for their daily dose of excellence"
|
cardTitle="Beloved by Coffee Enthusiasts Everywhere"
|
||||||
cardTag="Loved by our community"
|
cardTag="Customer Favorites"
|
||||||
cardTagIcon={Heart}
|
cardTagIcon={Heart}
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
@@ -151,11 +148,11 @@ export default function LandingPage() {
|
|||||||
|
|
||||||
<div id="contact" data-section="contact">
|
<div id="contact" data-section="contact">
|
||||||
<ContactText
|
<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"
|
animationType="entrance-slide"
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Get in Touch", href: "#" },
|
{ text: "Contact Us", href: "#" },
|
||||||
{ text: "Find Our Location", href: "#" }
|
{ text: "Find a Location", href: "#" }
|
||||||
]}
|
]}
|
||||||
useInvertedBackground="noInvert"
|
useInvertedBackground="noInvert"
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user