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() {
@@ -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() {