|
|
|
@@ -2,7 +2,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
|
|
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
|
|
|
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
|
|
|
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
|
|
|
import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGallery';
|
|
|
|
import HeroLogo from '@/components/sections/hero/HeroLogo';
|
|
|
|
import TextSplitAbout from '@/components/sections/about/TextSplitAbout';
|
|
|
|
import TextSplitAbout from '@/components/sections/about/TextSplitAbout';
|
|
|
|
import ProductCardFour from '@/components/sections/product/ProductCardFour';
|
|
|
|
import ProductCardFour from '@/components/sections/product/ProductCardFour';
|
|
|
|
import FeatureCardSixteen from '@/components/sections/feature/FeatureCardSixteen';
|
|
|
|
import FeatureCardSixteen from '@/components/sections/feature/FeatureCardSixteen';
|
|
|
|
@@ -10,7 +10,7 @@ import TestimonialCardTwelve from '@/components/sections/testimonial/Testimonial
|
|
|
|
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
|
|
|
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
|
|
|
import FaqBase from '@/components/sections/faq/FaqBase';
|
|
|
|
import FaqBase from '@/components/sections/faq/FaqBase';
|
|
|
|
import ContactText from '@/components/sections/contact/ContactText';
|
|
|
|
import ContactText from '@/components/sections/contact/ContactText';
|
|
|
|
import FooterBase from '@/components/sections/footer/FooterBase';
|
|
|
|
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
|
|
|
|
import { Coffee, Sparkles, CheckCircle, Star, Award } from 'lucide-react';
|
|
|
|
import { Coffee, Sparkles, CheckCircle, Star, Award } from 'lucide-react';
|
|
|
|
|
|
|
|
|
|
|
|
export default function LandingPage() {
|
|
|
|
export default function LandingPage() {
|
|
|
|
@@ -42,24 +42,17 @@ export default function LandingPage() {
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<div id="hero" data-section="hero">
|
|
|
|
<div id="hero" data-section="hero">
|
|
|
|
<HeroBillboardGallery
|
|
|
|
<HeroLogo
|
|
|
|
title="Artisan Coffee, Crafted Daily"
|
|
|
|
logoText="Hey man"
|
|
|
|
description="Experience the finest specialty coffee in an inviting atmosphere where every cup tells a story of quality, passion, and expertise."
|
|
|
|
description="Experience the finest specialty coffee in an inviting atmosphere where every cup tells a story of quality, passion, and expertise."
|
|
|
|
tag="Welcome to Our Coffee House"
|
|
|
|
|
|
|
|
tagIcon={Coffee}
|
|
|
|
|
|
|
|
tagAnimation="slide-up"
|
|
|
|
|
|
|
|
buttons={[
|
|
|
|
buttons={[
|
|
|
|
{ text: "Explore Our Menu", href: "#menu" },
|
|
|
|
{ text: "Explore Our Menu", href: "#menu" },
|
|
|
|
{ text: "Visit Us Today", href: "#contact" }
|
|
|
|
{ text: "Visit Us Today", href: "#contact" }
|
|
|
|
]}
|
|
|
|
]}
|
|
|
|
buttonAnimation="slide-up"
|
|
|
|
buttonAnimation="slide-up"
|
|
|
|
mediaItems={[
|
|
|
|
imageSrc="http://img.b2bpic.net/free-photo/young-girl-dressed-elegant-gray-dress-holds-cup-takeaway-coffee-looking-away-while-standing-room-with-loft-interior_613910-6277.jpg"
|
|
|
|
{
|
|
|
|
imageAlt="Artisan coffee shop espresso station with professional barista equipment"
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/young-girl-dressed-elegant-gray-dress-holds-cup-takeaway-coffee-looking-away-while-standing-room-with-loft-interior_613910-6277.jpg", imageAlt: "Artisan coffee shop espresso station with professional barista equipment"
|
|
|
|
showDimOverlay={false}
|
|
|
|
}
|
|
|
|
|
|
|
|
]}
|
|
|
|
|
|
|
|
mediaAnimation="slide-up"
|
|
|
|
|
|
|
|
background={{ variant: "radial-gradient" }}
|
|
|
|
|
|
|
|
ariaLabel="Welcome to Artisan Coffee Shop - Hero Section"
|
|
|
|
ariaLabel="Welcome to Artisan Coffee Shop - Hero Section"
|
|
|
|
/>
|
|
|
|
/>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
@@ -222,43 +215,11 @@ export default function LandingPage() {
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<div id="footer" data-section="footer">
|
|
|
|
<div id="footer" data-section="footer">
|
|
|
|
<FooterBase
|
|
|
|
<FooterLogoReveal
|
|
|
|
logoText="Artisan Coffee"
|
|
|
|
logoText="Artisan Coffee"
|
|
|
|
copyrightText="© 2025 Artisan Coffee Shop | All Rights Reserved"
|
|
|
|
leftLink={{ text: "Privacy Policy", href: "#" }}
|
|
|
|
columns={[
|
|
|
|
rightLink={{ text: "Contact", href: "#" }}
|
|
|
|
{
|
|
|
|
ariaLabel="Site footer"
|
|
|
|
title: "Navigation", items: [
|
|
|
|
|
|
|
|
{ label: "Home", href: "#home" },
|
|
|
|
|
|
|
|
{ label: "About", href: "#about" },
|
|
|
|
|
|
|
|
{ label: "Menu", href: "#menu" },
|
|
|
|
|
|
|
|
{ label: "Events", href: "#events" }
|
|
|
|
|
|
|
|
]
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
title: "Contact", items: [
|
|
|
|
|
|
|
|
{ label: "Phone", href: "tel:+1234567890" },
|
|
|
|
|
|
|
|
{ label: "Email", href: "mailto:hello@artisancoffee.com" },
|
|
|
|
|
|
|
|
{ label: "Location", href: "#" },
|
|
|
|
|
|
|
|
{ label: "Hours", href: "#" }
|
|
|
|
|
|
|
|
]
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
title: "Community", items: [
|
|
|
|
|
|
|
|
{ label: "Blog", href: "#" },
|
|
|
|
|
|
|
|
{ label: "Events", href: "#" },
|
|
|
|
|
|
|
|
{ label: "Careers", href: "#" },
|
|
|
|
|
|
|
|
{ label: "Shop", href: "#" }
|
|
|
|
|
|
|
|
]
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
title: "Legal", items: [
|
|
|
|
|
|
|
|
{ label: "Privacy Policy", href: "#" },
|
|
|
|
|
|
|
|
{ label: "Terms of Service", href: "#" },
|
|
|
|
|
|
|
|
{ label: "Sustainability", href: "#" },
|
|
|
|
|
|
|
|
{ label: "Contact", href: "#" }
|
|
|
|
|
|
|
|
]
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
]}
|
|
|
|
|
|
|
|
/>
|
|
|
|
/>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</ThemeProvider>
|
|
|
|
</ThemeProvider>
|
|
|
|
|