diff --git a/src/app/page.tsx b/src/app/page.tsx index bd9da57..9ae2d9f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,4 +1,4 @@ -"use client" +"use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleMinimal from '@/components/navbar/NavbarStyleMinimal'; @@ -9,7 +9,7 @@ import ProductCardFour from '@/components/sections/product/ProductCardFour'; import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; import ContactFaq from '@/components/sections/contact/ContactFaq'; import FooterCard from '@/components/sections/footer/FooterCard'; -import { Sparkles, Palette, Heart, Star, Instagram, Pinterest, Mail } from 'lucide-react'; +import { Sparkles, Palette, Heart, Star, Instagram, ExternalLink, Mail } from 'lucide-react'; export default function LandingPage() { return ( @@ -31,7 +31,6 @@ export default function LandingPage() { button={{ text: "Book Your Design", href: "contact" }} - className="border-b border-accent/20" /> @@ -66,7 +65,6 @@ export default function LandingPage() { text: "Book a Consultation", href: "contact" } ]} - ariaLabel="Nail art hero gallery carousel" /> @@ -91,7 +89,7 @@ export default function LandingPage() { text: "See Portfolio", href: "#product" } ]} - useInvertedBackground="invertDefault" + useInvertedBackground="noInvert" /> @@ -133,7 +131,7 @@ export default function LandingPage() { textboxLayout="default" gridVariant="uniform-all-items-equal" animationType="slide-up" - useInvertedBackground="invertCard" + useInvertedBackground="noInvert" products={[ { id: "1", name: "Celestial Sparkle Collection", price: "$65", variant: "Glitter • 4 Design Variations", imageSrc: "https://img.b2bpic.net/free-photo/violet-liquid-with-colourful-crumbs_23-2147934659.jpg", imageAlt: "Sparkle nail design with glitter accents" @@ -191,7 +189,7 @@ export default function LandingPage() { text: "Book a Free Consultation", href: "https://calendly.com/sparkle-studios" }} ctaIcon={Star} - useInvertedBackground="invertDefault" + useInvertedBackground="noInvert" animationType="slide-up" faqs={[ { @@ -223,7 +221,7 @@ export default function LandingPage() { href: "https://instagram.com/sparklestudios", ariaLabel: "Instagram" }, { - icon: Pinterest, + icon: ExternalLink, href: "https://pinterest.com/sparklestudios", ariaLabel: "Pinterest" }, {