diff --git a/src/app/page.tsx b/src/app/page.tsx index d3edfeb..132bbaa 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() {
@@ -162,45 +104,15 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", - title: "Great Quality", - quote: "I love the quality and selection here. Everything feels so curated.", - name: "Elena V.", - role: "Fashion Blogger", - imageSrc: "http://img.b2bpic.net/free-photo/person-shopping-second-hand-market_23-2149353682.jpg", - }, + id: "1", title: "Great Quality", quote: "I love the quality and selection here. Everything feels so curated.", name: "Elena V.", role: "Fashion Blogger", imageSrc: "http://img.b2bpic.net/free-photo/person-shopping-second-hand-market_23-2149353682.jpg"}, { - id: "2", - title: "Stunning Boutique", - quote: "The location is perfect and the staff is incredibly helpful.", - name: "Dmitry P.", - role: "Designer", - imageSrc: "http://img.b2bpic.net/free-photo/cheerful-shopper-holding-paper-bags-smiling-cashier-seller-fashion-store-woman-taking-purchase-leaving-shop-medium-shot-shopping-concept_74855-11610.jpg", - }, + id: "2", title: "Stunning Boutique", quote: "The location is perfect and the staff is incredibly helpful.", name: "Dmitry P.", role: "Designer", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-shopper-holding-paper-bags-smiling-cashier-seller-fashion-store-woman-taking-purchase-leaving-shop-medium-shot-shopping-concept_74855-11610.jpg"}, { - id: "3", - title: "Perfect Finds", - quote: "Every piece I purchase becomes a staple in my wardrobe.", - name: "Sofia K.", - role: "Model", - imageSrc: "http://img.b2bpic.net/free-photo/cheerful-young-ladies-stylish-outfits-work-as-fashion-designers-cozy-office-shorthaired-women-creates-clothes-patterns_197531-29824.jpg", - }, + id: "3", title: "Perfect Finds", quote: "Every piece I purchase becomes a staple in my wardrobe.", name: "Sofia K.", role: "Model", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-young-ladies-stylish-outfits-work-as-fashion-designers-cozy-office-shorthaired-women-creates-clothes-patterns_197531-29824.jpg"}, { - id: "4", - title: "Excellent Service", - quote: "Amazing atmosphere and a very relaxing shopping experience.", - name: "Anna M.", - role: "Artist", - imageSrc: "http://img.b2bpic.net/free-photo/two-women-sitting-together-using-tablet-discussing-clothes-purchases-fashion-store-front-view-consumerism-shopping-concept_74855-12050.jpg", - }, + id: "4", title: "Excellent Service", quote: "Amazing atmosphere and a very relaxing shopping experience.", name: "Anna M.", role: "Artist", imageSrc: "http://img.b2bpic.net/free-photo/two-women-sitting-together-using-tablet-discussing-clothes-purchases-fashion-store-front-view-consumerism-shopping-concept_74855-12050.jpg"}, { - id: "5", - title: "True Luxury", - quote: "The best boutique in the city, hands down. Highly recommended.", - name: "Oleg S.", - role: "Architect", - imageSrc: "http://img.b2bpic.net/free-photo/store-employee-helping-customers_482257-81844.jpg", - }, + id: "5", title: "True Luxury", quote: "The best boutique in the city, hands down. Highly recommended.", name: "Oleg S.", role: "Architect", imageSrc: "http://img.b2bpic.net/free-photo/store-employee-helping-customers_482257-81844.jpg"}, ]} title="Client Stories" description="What our customers say about their experience at Aizel." @@ -214,20 +126,11 @@ export default function LandingPage() { useInvertedBackground={true} features={[ { - title: "Curated Selection", - description: "Strictly selected designers and high-quality textiles only.", - imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-choosing-hat-shop_1303-19837.jpg", - }, + title: "Curated Selection", description: "Strictly selected designers and high-quality textiles only.", imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-choosing-hat-shop_1303-19837.jpg"}, { - title: "Iconic Location", - description: "Right at Stoleshnikov 10с3, perfect for your luxury shopping.", - imageSrc: "http://img.b2bpic.net/free-photo/abstract-store-with-futuristic-concept-architecture_23-2150862184.jpg", - }, + title: "Iconic Location", description: "Right at Stoleshnikov 10с3, perfect for your luxury shopping.", imageSrc: "http://img.b2bpic.net/free-photo/abstract-store-with-futuristic-concept-architecture_23-2150862184.jpg"}, { - title: "Personal Styling", - description: "Expert advice to help you find the perfect outfit for any occasion.", - imageSrc: "http://img.b2bpic.net/free-photo/rear-view-young-woman-placing-colorful-flowering-plants-shelf_23-2147948296.jpg", - }, + title: "Personal Styling", description: "Expert advice to help you find the perfect outfit for any occasion.", imageSrc: "http://img.b2bpic.net/free-photo/rear-view-young-woman-placing-colorful-flowering-plants-shelf_23-2147948296.jpg"}, ]} title="Why Aizel?" description="Experience superior fashion with a unique service touch." @@ -240,20 +143,11 @@ export default function LandingPage() { useInvertedBackground={false} faqs={[ { - id: "q1", - title: "Do you offer delivery?", - content: "Yes, we provide fast and reliable delivery services across Moscow.", - }, + id: "q1", title: "Do you offer delivery?", content: "Yes, we provide fast and reliable delivery services across Moscow."}, { - id: "q2", - title: "Can I return items?", - content: "We accept returns on non-discounted items within 14 days.", - }, + id: "q2", title: "Can I return items?", content: "We accept returns on non-discounted items within 14 days."}, { - id: "q3", - title: "What are your hours?", - content: "We are open daily until 10:00 PM.", - }, + id: "q3", title: "What are your hours?", content: "We are open daily until 10:00 PM."}, ]} title="Common Questions" description="Find everything you need to know about shopping with us." @@ -265,8 +159,7 @@ export default function LandingPage() {