From 657938fa157df5b71c85a6dcd1b1c87335b1cd32 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 11:55:42 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) 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" }, ], }, ]}