From aa55b05be9fc6eb21cdd09a1f58e1c50cdd4854f Mon Sep 17 00:00:00 2001 From: development Date: Thu, 8 Jan 2026 13:06:39 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a8b0072..e4fdd09 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,4 +1,4 @@ -"use client" +"use client"; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import HeroBillboardCarouselSplit from '@/components/sections/hero/HeroBillboardCarouselSplit'; @@ -8,9 +8,9 @@ import TestimonialCardThirteen from '@/components/sections/testimonial/Testimoni import TeamCardSix from '@/components/sections/team/TeamCardSix'; import PricingCardFive from '@/components/sections/pricing/PricingCardFive'; import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; -import FooterSplit from '@/components/sections/footer/FooterSplit'; +import FooterSocial from '@/components/sections/footer/FooterSocial'; import { ThemeProvider } from '@/providers/themeProvider/ThemeProvider'; -import { Heart, Leaf, Mail, MapPin, MessageSquare, Palette, Phone, Sparkles, Users } from 'lucide-react'; +import { Heart, Leaf, Mail, MapPin, MessageSquare, Palette, Phone, Sparkles, Users, Instagram, Globe } from 'lucide-react'; export default function LandingPage() { return ( @@ -253,9 +253,8 @@ export default function LandingPage() {