From 9f51316f5859397a60de61ad7e8210a52271e761 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 22 Apr 2026 13:04:44 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 286 +++++++++-------------------------------------- 1 file changed, 51 insertions(+), 235 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index eda931b..7e61bfb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -33,21 +33,13 @@ export default function LandingPage() { @@ -59,80 +51,43 @@ export default function LandingPage() { description="Experience quality like never before. Shop our curated selection of top-tier products designed for your modern lifestyle." testimonials={[ { - name: "Alex Smith", - handle: "@alexs", - testimonial: "Amazing products and lightning-fast shipping. Definitely buying again!", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/metal-circle-front-black-wall_181624-6880.jpg?_wi=1", - imageAlt: "luxury product studio photography", - }, + name: "Alex Smith", handle: "@alexs", testimonial: "Amazing products and lightning-fast shipping. Definitely buying again!", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/metal-circle-front-black-wall_181624-6880.jpg?_wi=1", imageAlt: "luxury product studio photography"}, { - name: "Jamie Doe", - handle: "@jamied", - testimonial: "The quality exceeded my expectations. NovaShop is my new go-to store.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/logistics-manager-doing-goods-parcels-quality-control-while-searching-cardboard-boxes-shelf-ecommerce-retail-storehouse-employee-holding-package-pack-customer-order-shipment_482257-60864.jpg?_wi=1", - imageAlt: "luxury product studio photography", - }, + name: "Jamie Doe", handle: "@jamied", testimonial: "The quality exceeded my expectations. NovaShop is my new go-to store.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/logistics-manager-doing-goods-parcels-quality-control-while-searching-cardboard-boxes-shelf-ecommerce-retail-storehouse-employee-holding-package-pack-customer-order-shipment_482257-60864.jpg?_wi=1", imageAlt: "luxury product studio photography"}, { - name: "Sam R.", - handle: "@samr", - testimonial: "Excellent customer service and very easy to navigate website.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-high-protein-vegan-meal_23-2149091302.jpg?_wi=1", - imageAlt: "luxury product studio photography", - }, - { - name: "Jordan P.", - handle: "@jordanp", - testimonial: "Highly recommended! Everything arrived perfectly packaged.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/receiving-new-equipment_1098-17799.jpg?_wi=1", - imageAlt: "luxury product studio photography", - }, - { - name: "Casey L.", - handle: "@caseyl", - testimonial: "Stunning design and great product variety.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/cooking-camera_1098-19823.jpg?_wi=1", - imageAlt: "luxury product studio photography", - }, + name: "Sam R.", handle: "@samr", testimonial: "Excellent customer service and very easy to navigate website.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-high-protein-vegan-meal_23-2149091302.jpg?_wi=1", imageAlt: "luxury product studio photography"}, ]} buttons={[ { - text: "Shop Now", - href: "#products", - }, + text: "Shop Now", href: "#products"}, + { + text: "Learn More", href: "#about"}, ]} imageSrc="http://img.b2bpic.net/free-photo/metal-circle-front-black-wall_181624-6880.jpg?_wi=2" imageAlt="NovaShop hero showcase" - avatars={[ - { - src: "http://img.b2bpic.net/free-photo/smiling-middle-aged-blonde-slavic-woman-standing-profile-view-holding-shopping-bags-shoulder-looking-side-isolated-crimson-background-with-copy-space_141793-82318.jpg", - alt: "professional customer headshot studio", - }, - { - src: "http://img.b2bpic.net/free-photo/close-up-beautiful-blonde-woman-with-full-shopping-bags_329181-1407.jpg", - alt: "professional customer headshot studio", - }, - { - src: "http://img.b2bpic.net/free-photo/portrait-happy-woman-black-jacket-happy-short-haired-girl-dark-suit-widely-sincerely-smiles-isolated-background_197531-18508.jpg", - alt: "professional customer headshot studio", - }, - { - src: "http://img.b2bpic.net/free-photo/pretty-attractive-young-mixed-race-model-with-large-afro-wearing-navy-jacket-her-naked-body-shorts_633478-1216.jpg", - alt: "professional customer headshot studio", - }, - { - src: "http://img.b2bpic.net/free-photo/handsome-bearded-african-american-businessman-brown-classic-jacket-isolated-dark-background_613910-6551.jpg", - alt: "professional customer headshot studio", - }, - ]} avatarText="Trusted by 10k+ shoppers" /> +
+ +
+
-
- -
-
@@ -372,29 +198,19 @@ export default function LandingPage() {