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 { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
import NavbarStyleMinimal from '@/components/navbar/NavbarStyleMinimal';
|
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 FaqSplitText from '@/components/sections/faq/FaqSplitText';
|
||||||
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
||||||
import FooterBaseSocial from '@/components/sections/footer/FooterBaseSocial';
|
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() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
@@ -342,11 +342,6 @@ export default function LandingPage() {
|
|||||||
href: "https://facebook.com",
|
href: "https://facebook.com",
|
||||||
ariaLabel: "Facebook"
|
ariaLabel: "Facebook"
|
||||||
},
|
},
|
||||||
{
|
|
||||||
icon: Pinterest,
|
|
||||||
href: "https://pinterest.com",
|
|
||||||
ariaLabel: "Pinterest"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
icon: Youtube,
|
icon: Youtube,
|
||||||
href: "https://youtube.com",
|
href: "https://youtube.com",
|
||||||
|
|||||||
Reference in New Issue
Block a user