diff --git a/src/app/page.tsx b/src/app/page.tsx index ecbdd25..82b6c86 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,17 +29,11 @@ export default function LandingPage() { @@ -48,38 +42,19 @@ export default function LandingPage() {
@@ -144,35 +86,17 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - id: "f1", - title: "Fast Shipping", - tags: [ - "Reliable", - "Worldwide", - ], - imageSrc: "http://img.b2bpic.net/free-photo/top-view-online-shopping-concept_23-2148589782.jpg?_wi=2", - imageAlt: "minimalist white e-commerce hero shot", - }, + id: "f1", title: "Fast Shipping", tags: [ + "Reliable", "Worldwide"], + imageSrc: "http://img.b2bpic.net/free-photo/top-view-online-shopping-concept_23-2148589782.jpg", imageAlt: "minimalist white e-commerce hero shot"}, { - id: "f2", - title: "Eco-Friendly", - tags: [ - "Sustainable", - "Green", - ], - imageSrc: "http://img.b2bpic.net/free-photo/top-view-reusable-bag-with-thermos_23-2148666803.jpg?_wi=2", - imageAlt: "white space shopping concept", - }, + id: "f2", title: "Eco-Friendly", tags: [ + "Sustainable", "Green"], + imageSrc: "http://img.b2bpic.net/free-photo/top-view-reusable-bag-with-thermos_23-2148666803.jpg", imageAlt: "white space shopping concept"}, { - id: "f3", - title: "Premium Quality", - tags: [ - "Handcrafted", - "Tested", - ], - imageSrc: "http://img.b2bpic.net/free-photo/vintage-bottle-opened-cork-with-milk-aged-wooden-table-near-whiskey-rox-transparent-glass-three-ceramic-plates-isolated-white_346278-1419.jpg?_wi=3", - imageAlt: "white product box high quality", - }, + id: "f3", title: "Premium Quality", tags: [ + "Handcrafted", "Tested"], + imageSrc: "http://img.b2bpic.net/free-photo/vintage-bottle-opened-cork-with-milk-aged-wooden-table-near-whiskey-rox-transparent-glass-three-ceramic-plates-isolated-white_346278-1419.jpg", imageAlt: "white product box high quality"}, ]} title="Why Choose Us" description="Quality meets simplicity in every piece." @@ -184,30 +108,11 @@ export default function LandingPage() { useInvertedBackground={true} testimonials={[ { - id: "t1", - name: "Alice Johnson", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-attractive-afroamerican-man_23-2148508906.jpg", - }, + id: "t1", name: "Alice Johnson", imageSrc: "http://img.b2bpic.net/free-photo/portrait-attractive-afroamerican-man_23-2148508906.jpg"}, { - id: "t2", - name: "Bob Smith", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-confident-corporate-woman-professional-entrepreneur-smiling-cross-arms-chest-smiling-enthusiastic-standing-white-background_1258-85600.jpg", - }, + id: "t2", name: "Bob Smith", imageSrc: "http://img.b2bpic.net/free-photo/close-up-confident-corporate-woman-professional-entrepreneur-smiling-cross-arms-chest-smiling-enthusiastic-standing-white-background_1258-85600.jpg"}, { - id: "t3", - name: "Charlie Davis", - imageSrc: "http://img.b2bpic.net/free-photo/serious-blonde-girl-is-posing-camera-white-background_176474-115076.jpg", - }, - { - id: "t4", - name: "Dana White", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-happy-smiling-lovely-girl-with-long-hair-charming-smile-stands-sunlight-shore-ocean-keep-calmness-active-sporty-woman-sunny-weather-with-surfboard_291650-213.jpg", - }, - { - id: "t5", - name: "Evan Brown", - imageSrc: "http://img.b2bpic.net/free-photo/smiling-model-woman-trendy-summer-clothes-posing_158538-9858.jpg", - }, + id: "t3", name: "Charlie Davis", imageSrc: "http://img.b2bpic.net/free-photo/serious-blonde-girl-is-posing-camera-white-background_176474-115076.jpg"}, ]} cardTitle="Loved by Shoppers" cardTag="Testimonials" @@ -219,8 +124,7 @@ export default function LandingPage() {