Update src/app/page.tsx

This commit is contained in:
2026-04-11 15:07:23 +00:00
parent b26103bab7
commit 39449c7a42

View File

@@ -29,25 +29,15 @@ export default function LandingPage() {
<NavbarLayoutFloatingOverlay
navItems={[
{
name: "Home",
id: "/",
},
name: "Home", id: "/"},
{
name: "About",
id: "/about",
},
name: "About", id: "/about"},
{
name: "Services",
id: "/services",
},
name: "Services", id: "/services"},
{
name: "Contact",
id: "/contact",
},
name: "Contact", id: "/contact"},
{
name: "Blog",
id: "/blog",
},
name: "Blog", id: "/blog"},
]}
brandName="_yeah_nailz_llc!"
/>
@@ -56,45 +46,28 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroBillboardCarousel
background={{
variant: "sparkles-gradient",
}}
variant: "sparkles-gradient"}}
title="Elevate Your Elegance"
description="Experience premium nail artistry crafted just for you at _yeah_nailz_llc!. Redefining beauty, one nail at a time."
buttons={[
{
text: "Book Your Appointment",
href: "/contact",
},
text: "Book Your Appointment", href: "/contact"},
{
text: "View Our Services",
href: "/services",
},
text: "View Our Services", href: "/services"},
]}
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/woman-showing-her-nail-art-fingernails_23-2149820388.jpg",
imageAlt: "Luxury Nail Art",
},
imageSrc: "http://img.b2bpic.net/free-photo/woman-showing-her-nail-art-fingernails_23-2149820388.jpg", imageAlt: "Luxury Nail Art"},
{
imageSrc: "http://img.b2bpic.net/free-photo/woman-showing-hands-form-support_23-2150693570.jpg",
imageAlt: "Manicure Detail",
},
imageSrc: "http://img.b2bpic.net/free-photo/woman-showing-hands-form-support_23-2150693570.jpg", imageAlt: "Manicure Detail"},
{
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-nails-care-elements-arrangement-with-copy-space_23-2148697092.jpg",
imageAlt: "Studio Workspace",
},
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-nails-care-elements-arrangement-with-copy-space_23-2148697092.jpg", imageAlt: "Studio Workspace"},
{
imageSrc: "http://img.b2bpic.net/free-photo/close-up-winter-couple-holding-hands_23-2148735577.jpg",
imageAlt: "Hand Manicure",
},
imageSrc: "http://img.b2bpic.net/free-photo/close-up-winter-couple-holding-hands_23-2148735577.jpg", imageAlt: "Hand Manicure"},
{
imageSrc: "http://img.b2bpic.net/free-photo/pink-orchids-vase-windowsill-with-white-chairs_181624-10971.jpg",
imageAlt: "Salon Ambiance",
},
imageSrc: "http://img.b2bpic.net/free-photo/pink-orchids-vase-windowsill-with-white-chairs_181624-10971.jpg", imageAlt: "Salon Ambiance"},
{
imageSrc: "http://img.b2bpic.net/free-photo/close-up-mixed-paint-fingers_23-2148263608.jpg",
imageAlt: "Polish Application",
},
imageSrc: "http://img.b2bpic.net/free-photo/close-up-mixed-paint-fingers_23-2148263608.jpg", imageAlt: "Polish Application"},
]}
/>
</div>
@@ -107,45 +80,20 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
id: "1",
name: "Sophia Miller",
role: "Fashion Stylist",
company: "Vogue Style",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/woman-getting-treatment-hairdresser-shop_23-2149230961.jpg",
},
id: "1", name: "Sophia Miller", role: "Fashion Stylist", company: "Vogue Style", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/woman-getting-treatment-hairdresser-shop_23-2149230961.jpg"},
{
id: "2",
name: "Jordan Davis",
role: "Event Planner",
company: "Events Pro",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/pretty-european-woman-casual-sweater-pink-wall_343596-5801.jpg",
},
id: "2", name: "Jordan Davis", role: "Event Planner", company: "Events Pro", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/pretty-european-woman-casual-sweater-pink-wall_343596-5801.jpg"},
{
id: "3",
name: "Elena Rossi",
role: "Creative Director",
company: "Design Lab",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/cute-daughter-receiving-gifts-from-her-mother_23-2148331752.jpg",
},
id: "3", name: "Elena Rossi", role: "Creative Director", company: "Design Lab", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/cute-daughter-receiving-gifts-from-her-mother_23-2148331752.jpg"},
{
id: "4",
name: "Marcus Chen",
role: "Entrepreneur",
company: "Tech Startup",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-showing-makeup-sponges-happily-white-wall_114579-49577.jpg",
},
id: "4", name: "Marcus Chen", role: "Entrepreneur", company: "Tech Startup", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-showing-makeup-sponges-happily-white-wall_114579-49577.jpg"},
{
id: "5",
name: "Alice Wang",
role: "Influencer",
company: "Social Media",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/person-preparing-their-drag-outfit_23-2149490852.jpg",
},
id: "5", name: "Alice Wang", role: "Influencer", company: "Social Media", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/person-preparing-their-drag-outfit_23-2149490852.jpg"},
]}
title="Loved by Our Clients"
description="Don't just take our word for it—discover why our clients keep coming back for the premium _yeah_nailz_llc! experience."
@@ -158,30 +106,15 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
id: "1",
title: "How long do appointments typically last?",
content: "Depending on the complexity of the art, most sessions range from 60 to 90 minutes.",
},
id: "1", title: "How long do appointments typically last?", content: "Depending on the complexity of the art, most sessions range from 60 to 90 minutes."},
{
id: "2",
title: "Do you offer nail extensions?",
content: "Yes, we specialize in high-quality gel and acrylic extensions customized for your nail bed.",
},
id: "2", title: "Do you offer nail extensions?", content: "Yes, we specialize in high-quality gel and acrylic extensions customized for your nail bed."},
{
id: "3",
title: "What is the best way to maintain my manicure?",
content: "We recommend using cuticle oil daily and avoiding harsh chemicals to extend the life of your design.",
},
id: "3", title: "What is the best way to maintain my manicure?", content: "We recommend using cuticle oil daily and avoiding harsh chemicals to extend the life of your design."},
{
id: "4",
title: "Can I bring my own design ideas?",
content: "Absolutely! We love creative collaboration and are happy to bring your inspiration to life.",
},
id: "4", title: "Can I bring my own design ideas?", content: "Absolutely! We love creative collaboration and are happy to bring your inspiration to life."},
{
id: "5",
title: "Do you offer group bookings?",
content: "Yes, we welcome group bookings for events like bridal showers or parties.",
},
id: "5", title: "Do you offer group bookings?", content: "Yes, we welcome group bookings for events like bridal showers or parties."},
]}
title="Frequently Asked Questions"
description="Have questions about our nail artistry or services? We're here to help."
@@ -191,15 +124,23 @@ export default function LandingPage() {
<div id="testimonial" data-section="testimonial">
<TestimonialCardTwelve
useInvertedBackground={false}
testimonials={[]}
cardTitle="Our Happy Clients"
cardTag="Testimonials"
cardAnimation="slide-up"
useInvertedBackground={false}
/>
</div>
<div id="feature" data-section="feature">
<FeatureCardNine
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
features={[]}
showStepNumbers={false}
title="Why Choose Us"
description="We prioritize quality and creativity."
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
/>
</div>
@@ -207,50 +148,31 @@ export default function LandingPage() {
<FooterBase
columns={[
{
title: "Navigate",
items: [
title: "Navigate", items: [
{
label: "Home",
href: "/",
},
label: "Home", href: "/"},
{
label: "About Us",
href: "/about",
},
label: "About Us", href: "/about"},
{
label: "Services",
href: "/services",
},
label: "Services", href: "/services"},
],
},
{
title: "Connect",
items: [
title: "Connect", items: [
{
label: "Contact",
href: "/contact",
},
label: "Contact", href: "/contact"},
{
label: "Book Now",
href: "/contact",
},
label: "Book Now", href: "/contact"},
{
label: "Blog",
href: "/blog",
},
label: "Blog", href: "/blog"},
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{
label: "Terms of Service",
href: "#",
},
label: "Terms of Service", href: "#"},
{
label: "Privacy Policy",
href: "#",
},
label: "Privacy Policy", href: "#"},
],
},
]}