Update src/app/page.tsx
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
"use client"
|
||||
"use client";
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
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 ContactFaq from '@/components/sections/contact/ContactFaq';
|
||||
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() {
|
||||
return (
|
||||
@@ -354,7 +354,7 @@ export default function LandingPage() {
|
||||
ariaLabel: "Twitter"
|
||||
},
|
||||
{
|
||||
icon: Pinterest,
|
||||
icon: Link,
|
||||
href: "https://pinterest.com",
|
||||
ariaLabel: "Pinterest"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user