Merge version_1 into main #1
@@ -1,4 +1,4 @@
|
|||||||
"use client"
|
"use client";
|
||||||
|
|
||||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
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 SocialProofThree from '@/components/sections/socialProof/SocialProofThree';
|
||||||
import ContactFaq from '@/components/sections/contact/ContactFaq';
|
import ContactFaq from '@/components/sections/contact/ContactFaq';
|
||||||
import FooterBaseSocial from '@/components/sections/footer/FooterBaseSocial';
|
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() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
@@ -352,7 +352,6 @@ export default function LandingPage() {
|
|||||||
socialLinks={[
|
socialLinks={[
|
||||||
{ icon: Instagram, href: "https://instagram.com", ariaLabel: "Instagram" },
|
{ icon: Instagram, href: "https://instagram.com", ariaLabel: "Instagram" },
|
||||||
{ icon: Twitter, href: "https://twitter.com", ariaLabel: "Twitter" },
|
{ icon: Twitter, href: "https://twitter.com", ariaLabel: "Twitter" },
|
||||||
{ icon: TikTok, href: "https://tiktok.com", ariaLabel: "TikTok" },
|
|
||||||
{ icon: Youtube, href: "https://youtube.com", ariaLabel: "YouTube" }
|
{ icon: Youtube, href: "https://youtube.com", ariaLabel: "YouTube" }
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user