From d09e85cf6fdf18edfd464da2bbe2d096643ae497 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 14 May 2026 10:28:45 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 126 ++++++++--------------------------------------- 1 file changed, 21 insertions(+), 105 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 901f121..2ff5ce9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,40 +29,22 @@ export default function LandingPage() {
@@ -75,42 +57,12 @@ export default function LandingPage() { gridVariant="four-items-2x2-equal-grid" useInvertedBackground={false} products={[ - { - id: "1", - name: "Urban Leather Satchel", - price: "$850", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-traveler-sitting-bench_23-2148328900.jpg", - }, - { - id: "2", - name: "Silk Minimalist Blouse", - price: "$420", - imageSrc: "http://img.b2bpic.net/free-photo/sexy-woman-black-clothes-sitting-chair_613910-8230.jpg", - }, - { - id: "3", - name: "Monochrome Designer Kicks", - price: "$590", - imageSrc: "http://img.b2bpic.net/free-photo/ice-skates-studio-still-life_23-2150558973.jpg", - }, - { - id: "4", - name: "Metallic Frame Shades", - price: "$280", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-stylish-beautiful-young-woman-with-sunglasses_158538-4176.jpg", - }, - { - id: "5", - name: "Classic Steel Watch", - price: "$1200", - imageSrc: "http://img.b2bpic.net/free-photo/stylish-businessman-working-city_1157-20937.jpg", - }, - { - id: "6", - name: "Charcoal Trench Coat", - price: "$950", - imageSrc: "http://img.b2bpic.net/free-photo/pisces-portrait-beautiful-woman_23-2149275095.jpg", - }, + { id: "1", name: "Urban Leather Satchel", price: "$920", imageSrc: "http://img.b2bpic.net/free-photo/close-up-traveler-sitting-bench_23-2148328900.jpg" }, + { id: "2", name: "Silk Minimalist Blouse", price: "$495", imageSrc: "http://img.b2bpic.net/free-photo/sexy-woman-black-clothes-sitting-chair_613910-8230.jpg" }, + { id: "3", name: "Monochrome Designer Kicks", price: "$650", imageSrc: "http://img.b2bpic.net/free-photo/ice-skates-studio-still-life_23-2150558973.jpg" }, + { id: "4", name: "Signature Wool Scarf", price: "$320", imageSrc: "http://img.b2bpic.net/free-photo/portrait-stylish-beautiful-young-woman-with-sunglasses_158538-4176.jpg" }, + { id: "5", name: "Heritage Steel Timepiece", price: "$1450", imageSrc: "http://img.b2bpic.net/free-photo/stylish-businessman-working-city_1157-20937.jpg" }, + { id: "6", name: "Velvet Trench Coat", price: "$1100", imageSrc: "http://img.b2bpic.net/free-photo/pisces-portrait-beautiful-woman_23-2149275095.jpg" }, ]} title="New Arrivals" description="Curated selection of our latest high-end pieces." @@ -136,46 +88,11 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} testimonials={[ - { - id: "1", - title: "Exceptional", - quote: "Truly a premium shopping experience.", - name: "Elena V.", - role: "Creative Director", - imageSrc: "http://img.b2bpic.net/free-photo/woman-trying-listening-some-sound_1187-4036.jpg", - }, - { - id: "2", - title: "Premium", - quote: "The quality is simply unmatched.", - name: "Marcus T.", - role: "Architect", - imageSrc: "http://img.b2bpic.net/free-photo/elegant-stylish-lady-with-collected-hair-dressed-gold-tshirt-neck-jewelry-is-smiling-camera-posing-beige-background_291650-2401.jpg", - }, - { - id: "3", - title: "Elegant", - quote: "My go-to store for refined fashion.", - name: "Sophia L.", - role: "Designer", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-young-woman-using-laptop-street-with-night-city_1153-3536.jpg", - }, - { - id: "4", - title: "Modern", - quote: "Fast service and incredible pieces.", - name: "Julian H.", - role: "Executive", - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-using-phone-standing-by-window_1303-19265.jpg", - }, - { - id: "5", - title: "Luxury", - quote: "Unbeatable aesthetic and taste.", - name: "Nina P.", - role: "Artist", - imageSrc: "http://img.b2bpic.net/free-photo/model-suit-posing-studio_1303-12436.jpg", - }, + { id: "1", title: "Exceptional", quote: "Truly a premium shopping experience.", name: "Elena V.", role: "Creative Director", imageSrc: "http://img.b2bpic.net/free-photo/woman-trying-listening-some-sound_1187-4036.jpg" }, + { id: "2", title: "Premium", quote: "The quality is simply unmatched.", name: "Marcus T.", role: "Architect", imageSrc: "http://img.b2bpic.net/free-photo/elegant-stylish-lady-with-collected-hair-dressed-gold-tshirt-neck-jewelry-is-smiling-camera-posing-beige-background_291650-2401.jpg" }, + { id: "3", title: "Elegant", quote: "My go-to store for refined fashion.", name: "Sophia L.", role: "Designer", imageSrc: "http://img.b2bpic.net/free-photo/side-view-young-woman-using-laptop-street-with-night-city_1153-3536.jpg" }, + { id: "4", title: "Modern", quote: "Fast service and incredible pieces.", name: "Julian H.", role: "Executive", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-using-phone-standing-by-window_1303-19265.jpg" }, + { id: "5", title: "Luxury", quote: "Unbeatable aesthetic and taste.", name: "Nina P.", role: "Artist", imageSrc: "http://img.b2bpic.net/free-photo/model-suit-posing-studio_1303-12436.jpg" }, ]} title="Client Reflections" description="What our clients say about SR Stores." @@ -185,9 +102,7 @@ export default function LandingPage() {
); -} +} \ No newline at end of file