diff --git a/src/app/page.tsx b/src/app/page.tsx
index 50049f5..11b7ed8 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -32,21 +32,13 @@ export default function LandingPage() {
@@ -55,32 +47,15 @@ export default function LandingPage() {
@@ -241,45 +152,20 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
- id: "1",
- name: "Sarah J.",
- role: "Creative",
- company: "Design Studio",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/serious-woman-with-arms-crossed_23-2148022643.jpg",
- },
+ id: "1", name: "Sarah J.", role: "Creative", company: "Design Studio", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/serious-woman-with-arms-crossed_23-2148022643.jpg"},
{
- id: "2",
- name: "Mike T.",
- role: "Architect",
- company: "Build Co",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-repairing-photo-camera_23-2149893855.jpg",
- },
+ id: "2", name: "Mike T.", role: "Architect", company: "Build Co", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-repairing-photo-camera_23-2149893855.jpg"},
{
- id: "3",
- name: "Elena R.",
- role: "Influencer",
- company: "Social",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/happy-female-shopper-applying-dress-with-hanger-looking-mirror-woman-choosing-clothes-fashion-store-shopping-retail-concept_74855-11792.jpg",
- },
+ id: "3", name: "Elena R.", role: "Influencer", company: "Social", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/happy-female-shopper-applying-dress-with-hanger-looking-mirror-woman-choosing-clothes-fashion-store-shopping-retail-concept_74855-11792.jpg"},
{
- id: "4",
- name: "David K.",
- role: "Student",
- company: "Uni",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-standing-wall_23-2148415941.jpg",
- },
+ id: "4", name: "David K.", role: "Student", company: "Uni", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-standing-wall_23-2148415941.jpg"},
{
- id: "5",
- name: "Alex B.",
- role: "Dev",
- company: "Tech",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-shopping_23-2149241332.jpg",
- },
+ id: "5", name: "Alex B.", role: "Dev", company: "Tech", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-shopping_23-2149241332.jpg"},
]}
title="What Our Community Says"
description="Join thousands of satisfied customers who have upgraded their wardrobe with Astra Vibes."
@@ -292,20 +178,11 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
- id: "f1",
- title: "Shipping times?",
- content: "Orders arrive in 3-5 business days.",
- },
+ id: "f1", title: "Shipping times?", content: "Orders arrive in 3-5 business days."},
{
- id: "f2",
- title: "Return policy?",
- content: "30 days no questions asked.",
- },
+ id: "f2", title: "Return policy?", content: "30 days no questions asked."},
{
- id: "f3",
- title: "Sizing guide?",
- content: "Check our detailed chart on product pages.",
- },
+ id: "f3", title: "Sizing guide?", content: "Check our detailed chart on product pages."},
]}
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-woman-with-package_23-2148975606.jpg"
title="Common Questions"
@@ -319,8 +196,7 @@ export default function LandingPage() {