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 { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
import NavbarStyleMinimal from '@/components/navbar/NavbarStyleMinimal';
|
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 TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
|
||||||
import ContactFaq from '@/components/sections/contact/ContactFaq';
|
import ContactFaq from '@/components/sections/contact/ContactFaq';
|
||||||
import FooterCard from '@/components/sections/footer/FooterCard';
|
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() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
@@ -31,7 +31,6 @@ export default function LandingPage() {
|
|||||||
button={{
|
button={{
|
||||||
text: "Book Your Design", href: "contact"
|
text: "Book Your Design", href: "contact"
|
||||||
}}
|
}}
|
||||||
className="border-b border-accent/20"
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -66,7 +65,6 @@ export default function LandingPage() {
|
|||||||
text: "Book a Consultation", href: "contact"
|
text: "Book a Consultation", href: "contact"
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
ariaLabel="Nail art hero gallery carousel"
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -91,7 +89,7 @@ export default function LandingPage() {
|
|||||||
text: "See Portfolio", href: "#product"
|
text: "See Portfolio", href: "#product"
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
useInvertedBackground="invertDefault"
|
useInvertedBackground="noInvert"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -133,7 +131,7 @@ export default function LandingPage() {
|
|||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
gridVariant="uniform-all-items-equal"
|
gridVariant="uniform-all-items-equal"
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
useInvertedBackground="invertCard"
|
useInvertedBackground="noInvert"
|
||||||
products={[
|
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"
|
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"
|
text: "Book a Free Consultation", href: "https://calendly.com/sparkle-studios"
|
||||||
}}
|
}}
|
||||||
ctaIcon={Star}
|
ctaIcon={Star}
|
||||||
useInvertedBackground="invertDefault"
|
useInvertedBackground="noInvert"
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
faqs={[
|
faqs={[
|
||||||
{
|
{
|
||||||
@@ -223,7 +221,7 @@ export default function LandingPage() {
|
|||||||
href: "https://instagram.com/sparklestudios", ariaLabel: "Instagram"
|
href: "https://instagram.com/sparklestudios", ariaLabel: "Instagram"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
icon: Pinterest,
|
icon: ExternalLink,
|
||||||
href: "https://pinterest.com/sparklestudios", ariaLabel: "Pinterest"
|
href: "https://pinterest.com/sparklestudios", ariaLabel: "Pinterest"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user