Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 7c8a51a8cd |
@@ -1,7 +1,7 @@
|
|||||||
"use client"
|
"use client"
|
||||||
|
|
||||||
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
||||||
import HeroCentered from '@/components/sections/hero/HeroCentered';
|
import HeroSplit from '@/components/sections/hero/HeroSplit';
|
||||||
import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout';
|
import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout';
|
||||||
import FeatureCardOne from '@/components/sections/feature/FeatureCardOne';
|
import FeatureCardOne from '@/components/sections/feature/FeatureCardOne';
|
||||||
import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive';
|
import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive';
|
||||||
@@ -39,18 +39,23 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroCentered
|
<HeroSplit
|
||||||
title="Your Daily Escape Awaits"
|
title="Craft Your Perfect Brew"
|
||||||
description="Discover premium coffee, delicious pastries, and a community of coffee lovers. Visit us for the perfect blend of quality, comfort, and connection."
|
description="Experience the rich flavors of our locally sourced coffee beans. Join us for a taste of community and quality."
|
||||||
|
background={{ variant: "downward-rays-static" }}
|
||||||
avatars={[
|
avatars={[
|
||||||
{ src: "https://img.b2bpic.net/free-photo/waffles-coffee-wooden-table_501050-1062.jpg", alt: "Fresh coffee cup" }
|
{ src: "https://images.unsplash.com/photo-1519681393784-d120267933ba?w=800&q=80", alt: "Coffee beans" },
|
||||||
|
{ src: "https://images.unsplash.com/photo-1519681393784-d120267933ba?w=800&q=80", alt: "Coffee cup" },
|
||||||
|
{ src: "https://images.unsplash.com/photo-1519681393784-d120267933ba?w=800&q=80", alt: "Coffee machine" }
|
||||||
]}
|
]}
|
||||||
avatarText="Trusted by hundreds of local coffee enthusiasts"
|
avatarText="Crafted with care and passion"
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Explore Our Menu", href: "products" },
|
{ text: "Explore Our Menu", href: "products" },
|
||||||
{ text: "Visit Us Today", href: "contact" }
|
{ text: "Visit Us Today", href: "contact" }
|
||||||
]}
|
]}
|
||||||
background={{ variant: "downward-rays-static" }}
|
imageSrc="https://images.unsplash.com/photo-1519681393784-d120267933ba?w=800&q=80"
|
||||||
|
imageAlt="Coffee beans and cup"
|
||||||
|
imagePosition="left"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user