From fa5135bcd96c979fd8d77d56a24faa212650bf05 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 28 Apr 2026 00:32:26 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 271 +++++++++-------------------------------------- 1 file changed, 51 insertions(+), 220 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 253b131..88781f8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -33,25 +33,15 @@ export default function LandingPage() { @@ -60,117 +50,43 @@ export default function LandingPage() {
@@ -192,29 +108,14 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Salon Quality", - description: "Hand-painted designs that look professional.", - items: [ - { - icon: Sparkles, - text: "Salon-standard finish", - }, - { - icon: Star, - text: "Reusable", - }, - { - icon: Zap, - text: "Application in minutes", - }, + title: "Salon Quality", description: "Hand-painted designs that look professional.", items: [ + { icon: Sparkles, text: "Salon-standard finish" }, + { icon: Star, text: "Reusable" }, + { icon: Zap, text: "Application in minutes" }, ], media: { - imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-attractive-female-white-shirt-fixing-her-nails-green-surface_140725-64170.jpg", - imageAlt: "Quality features", - }, + imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-attractive-female-white-shirt-fixing-her-nails-green-surface_140725-64170.jpg", imageAlt: "Quality features"}, reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/covid-party-with-fancy-masks-top-view_23-2149299875.jpg?_wi=2", - imageAlt: "durable high quality press on nails", }, ]} title="Why Tropical Nails?" @@ -224,52 +125,17 @@ export default function LandingPage() {
@@ -301,26 +160,11 @@ export default function LandingPage() { rating={5} author="Jessica M." avatars={[ - { - src: "http://img.b2bpic.net/free-photo/medium-shot-woman-with-graphic-eye-makeup_23-2150723171.jpg", - alt: "Customer photo", - }, - { - src: "http://img.b2bpic.net/free-photo/portrait-happy-females-dressed-stylish-summer-clothing-laughs-joyfully-as-watch-funny-photo-cell-phone_273609-2322.jpg", - alt: "Customer photo", - }, - { - src: "http://img.b2bpic.net/free-photo/medium-shot-woman-getting-manicure_23-2150507015.jpg", - alt: "Customer photo", - }, - { - src: "http://img.b2bpic.net/free-photo/portrait-happy-delighted-dark-skinned-mixed-race-female-with-frizzy-bushy-hair-feels-relaxed-as-sits-comfortable-sofa-against-pink-wall_273609-3221.jpg", - alt: "Customer photo", - }, - { - src: "http://img.b2bpic.net/free-photo/cheerful-bearded-man-wearing-knitted-warm-sweater-hat_273609-6896.jpg", - alt: "Customer photo", - }, + { src: "http://img.b2bpic.net/free-photo/medium-shot-woman-with-graphic-eye-makeup_23-2150723171.jpg", alt: "Customer photo" }, + { src: "http://img.b2bpic.net/free-photo/portrait-happy-females-dressed-stylish-summer-clothing-laughs-joyfully-as-watch-funny-photo-cell-phone_273609-2322.jpg", alt: "Customer photo" }, + { src: "http://img.b2bpic.net/free-photo/medium-shot-woman-getting-manicure_23-2150507015.jpg", alt: "Customer photo" }, + { src: "http://img.b2bpic.net/free-photo/portrait-happy-delighted-dark-skinned-mixed-race-female-with-frizzy-bushy-hair-feels-relaxed-as-sits-comfortable-sofa-against-pink-wall_273609-3221.jpg", alt: "Customer photo" }, + { src: "http://img.b2bpic.net/free-photo/cheerful-bearded-man-wearing-knitted-warm-sweater-hat_273609-6896.jpg", alt: "Customer photo" }, ]} ratingAnimation="blur-reveal" avatarsAnimation="slide-up" @@ -332,21 +176,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} faqs={[ - { - id: "f1", - title: "How long do they last?", - content: "Our nails typically last up to 2 weeks with proper application.", - }, - { - id: "f2", - title: "Are they reusable?", - content: "Yes, they are! With the right care, you can reapply them multiple times.", - }, - { - id: "f3", - title: "How do I find my size?", - content: "We provide a sizing guide on our product pages for easy measurements.", - }, + { id: "f1", title: "How long do they last?", content: "Our nails typically last up to 2 weeks with proper application." }, + { id: "f2", title: "Are they reusable?", content: "Yes, they are! With the right care, you can reapply them multiple times." }, + { id: "f3", title: "How do I find my size?", content: "We provide a sizing guide on our product pages for easy measurements." }, ]} title="Frequently Asked Questions" description="Got questions about our press-on nails?" @@ -358,8 +190,7 @@ export default function LandingPage() {