Update src/app/page.tsx
This commit is contained in:
@@ -11,6 +11,7 @@ import SocialProofOne from "@/components/sections/socialProof/SocialProofOne";
|
||||
import FaqSplitMedia from "@/components/sections/faq/FaqSplitMedia";
|
||||
import ContactSplitForm from "@/components/sections/contact/ContactSplitForm";
|
||||
import FooterCard from "@/components/sections/footer/FooterCard";
|
||||
import { Instagram, Facebook, Twitter } from 'lucide-react';
|
||||
|
||||
const assetMap: Record<string, { url: string; alt: string }> = {
|
||||
"hero-main": {
|
||||
@@ -331,9 +332,9 @@ export default function LandingPage() {
|
||||
logoText="Cafe Belém"
|
||||
copyrightText="© 2024 Cafe Belém. All rights reserved."
|
||||
socialLinks={[
|
||||
{ icon: "Instagram", href: "https://www.instagram.com/cafebel", ariaLabel: "Instagram" },
|
||||
{ icon: "Facebook", href: "https://www.facebook.com/cafeblm", ariaLabel: "Facebook" },
|
||||
{ icon: "Twitter", href: "https://twitter.com/cafeblm", ariaLabel: "Twitter" }
|
||||
{ icon: Instagram, href: "https://www.instagram.com/cafebel", ariaLabel: "Instagram" },
|
||||
{ icon: Facebook, href: "https://www.facebook.com/cafeblm", ariaLabel: "Facebook" },
|
||||
{ icon: Twitter, href: "https://twitter.com/cafeblm", ariaLabel: "Twitter" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user