3 Commits

Author SHA1 Message Date
b81c51a3f5 Merge version_6 into main
Merge version_6 into main
2026-03-12 15:17:26 +00:00
dc17e91601 Update src/app/page.tsx 2026-03-12 15:17:21 +00:00
2334631eb9 Merge version_5 into main
Merge version_5 into main
2026-03-12 15:06:52 +00:00

View File

@@ -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() {
@@ -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>