From a9e3ff22821c1152931fa02c572e775f16457068 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 14:39:45 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 829155d..2de3ec7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -89,12 +89,12 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={false} products={[ - { id: "p1", name: "Silk Flow Gown", price: "$850", imageSrc: "http://img.b2bpic.net/free-photo/elegant-young-woman-performing-ballet_23-2148461781.jpg" }, - { id: "p2", name: "Tailored Blazer", price: "$520", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-standing-fashionable-clothing-boutique-generative-ai_188544-40697.jpg" }, - { id: "p3", name: "Minimalist Wrap", price: "$380", imageSrc: "http://img.b2bpic.net/free-photo/blue-model-career-kit-arrangement_23-2150084007.jpg" }, - { id: "p4", name: "Chiffon Blouse", price: "$290", imageSrc: "http://img.b2bpic.net/free-photo/elegant-young-woman-performing-ballet_23-2148461781.jpg" }, - { id: "p5", name: "Tapered Trousers", price: "$310", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-standing-fashionable-clothing-boutique-generative-ai_188544-40697.jpg" }, - { id: "p6", name: "Wool Overcoat", price: "$950", imageSrc: "http://img.b2bpic.net/free-photo/blue-model-career-kit-arrangement_23-2150084007.jpg" } + { id: "p1", name: "Silk Flow Gown", price: "$850", imageSrc: "http://img.b2bpic.net/free-photo/elegant-young-woman-performing-ballet_23-2148461781.jpg?_wi=1" }, + { id: "p2", name: "Tailored Blazer", price: "$520", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-standing-fashionable-clothing-boutique-generative-ai_188544-40697.jpg?_wi=1" }, + { id: "p3", name: "Minimalist Wrap", price: "$380", imageSrc: "http://img.b2bpic.net/free-photo/blue-model-career-kit-arrangement_23-2150084007.jpg?_wi=1" }, + { id: "p4", name: "Chiffon Blouse", price: "$290", imageSrc: "http://img.b2bpic.net/free-photo/elegant-young-woman-performing-ballet_23-2148461781.jpg?_wi=2" }, + { id: "p5", name: "Tapered Trousers", price: "$310", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-standing-fashionable-clothing-boutique-generative-ai_188544-40697.jpg?_wi=2" }, + { id: "p6", name: "Wool Overcoat", price: "$950", imageSrc: "http://img.b2bpic.net/free-photo/blue-model-career-kit-arrangement_23-2150084007.jpg?_wi=2" } ]} title="The Collection" description="A curated selection of our finest designs, each reflecting our commitment to silhouette, fabric quality, and meticulous detailing." @@ -107,11 +107,11 @@ export default function LandingPage() { textboxLayout="split-description" useInvertedBackground={false} testimonials={[ - { id: "1", name: "Elena Rossi", role: "Architect", company: "Studio A", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-trying-dress_23-2149241370.jpg" }, + { id: "1", name: "Elena Rossi", role: "Architect", company: "Studio A", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-trying-dress_23-2149241370.jpg?_wi=1" }, { id: "2", name: "Marcus Chen", role: "Creative Director", company: "Innovate", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-woman-jacket-leaning-wall-cafe_171337-16379.jpg" }, { id: "3", name: "Sarah Jenkins", role: "Editor", company: "Fashion Weekly", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-sensual-young-girl-with-curly-blonde-hair-dressed-pink-t-shirt-jacket-posing-against-sea-coast_613910-5374.jpg" }, { id: "4", name: "Oliver Quinn", role: "Art Consultant", company: "Quinn Arts", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-woman-posing-with-yellow-jacket_23-2149020792.jpg" }, - { id: "5", name: "Maya Singh", role: "Entrepreneur", company: "Maya Co", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-trying-dress_23-2149241370.jpg" } + { id: "5", name: "Maya Singh", role: "Entrepreneur", company: "Maya Co", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-trying-dress_23-2149241370.jpg?_wi=2" } ]} kpiItems={[ { value: "100%", label: "Client Joy" }, -- 2.49.1