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 NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
||||||
@@ -10,7 +10,7 @@ import TestimonialCardTwelve from '@/components/sections/testimonial/Testimonial
|
|||||||
import FaqDouble from '@/components/sections/faq/FaqDouble';
|
import FaqDouble from '@/components/sections/faq/FaqDouble';
|
||||||
import ContactFaq from '@/components/sections/contact/ContactFaq';
|
import ContactFaq from '@/components/sections/contact/ContactFaq';
|
||||||
import FooterSocial from '@/components/sections/footer/FooterSocial';
|
import FooterSocial from '@/components/sections/footer/FooterSocial';
|
||||||
import { Check, Facebook, Heart, HelpCircle, Instagram, Leaf, MessageCircle, Package, Pinterest, Shield, Sparkles, Star, Twitter } from 'lucide-react';
|
import { Check, Facebook, Heart, HelpCircle, Instagram, Leaf, Link, MessageCircle, Package, Shield, Sparkles, Star, Twitter } from 'lucide-react';
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
@@ -354,7 +354,7 @@ export default function LandingPage() {
|
|||||||
ariaLabel: "Twitter"
|
ariaLabel: "Twitter"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
icon: Pinterest,
|
icon: Link,
|
||||||
href: "https://pinterest.com",
|
href: "https://pinterest.com",
|
||||||
ariaLabel: "Pinterest"
|
ariaLabel: "Pinterest"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user