Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| b81c51a3f5 | |||
| dc17e91601 | |||
| 2334631eb9 | |||
| 4bf3c8c2c2 | |||
| 6563236cf4 |
@@ -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() {
|
||||||
@@ -43,7 +43,7 @@ export default function LandingPage() {
|
|||||||
|
|
||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroLogo
|
<HeroLogo
|
||||||
logoText="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."
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Explore Our Menu", href: "#menu" },
|
{ text: "Explore Our Menu", href: "#menu" },
|
||||||
@@ -215,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>
|
||||||
|
|||||||
Reference in New Issue
Block a user