Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
"use client"
|
||||
"use client";
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarStyleMinimal from '@/components/navbar/NavbarStyleMinimal';
|
||||
@@ -10,7 +10,7 @@ import TestimonialCardTwelve from '@/components/sections/testimonial/Testimonial
|
||||
import FaqSplitText from '@/components/sections/faq/FaqSplitText';
|
||||
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
||||
import FooterBaseSocial from '@/components/sections/footer/FooterBaseSocial';
|
||||
import { Instagram, Facebook, Pinterest, Youtube } from "lucide-react";
|
||||
import { Instagram, Facebook, Youtube } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -342,11 +342,6 @@ export default function LandingPage() {
|
||||
href: "https://facebook.com",
|
||||
ariaLabel: "Facebook"
|
||||
},
|
||||
{
|
||||
icon: Pinterest,
|
||||
href: "https://pinterest.com",
|
||||
ariaLabel: "Pinterest"
|
||||
},
|
||||
{
|
||||
icon: Youtube,
|
||||
href: "https://youtube.com",
|
||||
|
||||
Reference in New Issue
Block a user