diff --git a/src/app/page.tsx b/src/app/page.tsx index f639680..4b0a611 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,21 +11,21 @@ import TestimonialCardFifteen from "@/components/sections/testimonial/Testimonia import FaqDouble from "@/components/sections/faq/FaqDouble"; import ContactCTA from "@/components/sections/contact/ContactCTA"; import FooterSimple from "@/components/sections/footer/FooterSimple"; -import { Zap, Sparkles, ShoppingBag, Battery, Globe, Volume2, Award, Headphones, HelpCircle } from "lucide-react"; +import { Zap, Sparkles, ShoppingBag, Battery, Globe, Volume2, Award, Headphones, HelpCircle, Facebook, Twitter, Linkedin, Instagram } from "lucide-react"; export default function LandingPage() { return ( @@ -246,11 +246,11 @@ export default function LandingPage() { ], }, { - title: "Legal", items: [ - { label: "Privacy Policy", href: "#" }, - { label: "Terms of Service", href: "#" }, - { label: "Cookie Policy", href: "#" }, - { label: "Warranty", href: "#" }, + title: "Social", items: [ + { label: "Facebook", href: "https://facebook.com" }, + { label: "Twitter", href: "https://twitter.com" }, + { label: "LinkedIn", href: "https://linkedin.com" }, + { label: "Instagram", href: "https://instagram.com" }, ], }, ]}