Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
2025-12-21 18:26:55 +00:00

View File

@@ -1,4 +1,4 @@
"use client"
"use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
@@ -10,7 +10,7 @@ import TestimonialCardTwelve from '@/components/sections/testimonial/Testimonial
import SocialProofThree from '@/components/sections/socialProof/SocialProofThree';
import ContactFaq from '@/components/sections/contact/ContactFaq';
import FooterBaseSocial from '@/components/sections/footer/FooterBaseSocial';
import { Award, Globe, Heart, Instagram, Mail, Package, Palette, Shield, Sparkles, TikTok, TrendingUp, Twitter, Youtube, Zap } from 'lucide-react';
import { Award, Globe, Heart, Instagram, Mail, Package, Palette, Shield, Sparkles, TrendingUp, Twitter, Youtube, Zap } from 'lucide-react';
export default function LandingPage() {
return (
@@ -352,7 +352,6 @@ export default function LandingPage() {
socialLinks={[
{ icon: Instagram, href: "https://instagram.com", ariaLabel: "Instagram" },
{ icon: Twitter, href: "https://twitter.com", ariaLabel: "Twitter" },
{ icon: TikTok, href: "https://tiktok.com", ariaLabel: "TikTok" },
{ icon: Youtube, href: "https://youtube.com", ariaLabel: "YouTube" }
]}
/>