From 3aca6a1653ecfece829f2a2a1ae5b4f76821c6bc Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 16:37:06 +0000 Subject: [PATCH] Switch to version 1: modified src/app/page.tsx --- src/app/page.tsx | 26 ++++++++++++++++---------- 1 file changed, 16 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 97ffa28..8288409 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,7 +29,6 @@ export default function LandingPage() { @@ -66,12 +72,12 @@ export default function LandingPage() { gridVariant="bento-grid" useInvertedBackground={false} products={[ - { id: "p1", name: "Vivid Fuchsia Silk", price: "$120", variant: "Dress", imageSrc: "http://img.b2bpic.net/free-photo/pet-poop-bag-arrangement_23-2148982357.jpg?_wi=1" }, - { id: "p2", name: "Midnight Navy Set", price: "$150", variant: "Casual", imageSrc: "http://img.b2bpic.net/free-photo/pet-poop-bag-arrangement_23-2148982357.jpg?_wi=2" }, - { id: "p3", name: "Golden Accent Belt", price: "$60", variant: "Accessory", imageSrc: "http://img.b2bpic.net/free-photo/pet-poop-bag-arrangement_23-2148982357.jpg?_wi=3" }, - { id: "p4", name: "Statement Necklace", price: "$90", variant: "Jewelry", imageSrc: "http://img.b2bpic.net/free-photo/pet-poop-bag-arrangement_23-2148982357.jpg?_wi=4" }, - { id: "p5", name: "Silk Scarf", price: "$45", variant: "Accessory", imageSrc: "http://img.b2bpic.net/free-photo/pet-poop-bag-arrangement_23-2148982357.jpg?_wi=5" }, - { id: "p6", name: "Evening Clutch", price: "$110", variant: "Bag", imageSrc: "http://img.b2bpic.net/free-photo/pet-poop-bag-arrangement_23-2148982357.jpg?_wi=6" }, + { id: "p1", name: "Vivid Fuchsia Silk", price: "$120", variant: "Dress", imageSrc: "http://img.b2bpic.net/free-photo/pet-poop-bag-arrangement_23-2148982357.jpg" }, + { id: "p2", name: "Midnight Navy Set", price: "$150", variant: "Casual", imageSrc: "http://img.b2bpic.net/free-photo/pet-poop-bag-arrangement_23-2148982357.jpg" }, + { id: "p3", name: "Golden Accent Belt", price: "$60", variant: "Accessory", imageSrc: "http://img.b2bpic.net/free-photo/pet-poop-bag-arrangement_23-2148982357.jpg" }, + { id: "p4", name: "Statement Necklace", price: "$90", variant: "Jewelry", imageSrc: "http://img.b2bpic.net/free-photo/pet-poop-bag-arrangement_23-2148982357.jpg" }, + { id: "p5", name: "Silk Scarf", price: "$45", variant: "Accessory", imageSrc: "http://img.b2bpic.net/free-photo/pet-poop-bag-arrangement_23-2148982357.jpg" }, + { id: "p6", name: "Evening Clutch", price: "$110", variant: "Bag", imageSrc: "http://img.b2bpic.net/free-photo/pet-poop-bag-arrangement_23-2148982357.jpg" }, ]} title="Our Treasures" description="From vibrant silks to statement accessories, every piece is hand-selected to make you feel like the best version of yourself." @@ -89,7 +95,7 @@ export default function LandingPage() { { title: "Hand-Picked Collections", description: "Every item is selected for quality and flair." }, { title: "Joyful Environment", description: "Fashion is a celebration, not a chore." }, ]} - imageSrc="http://img.b2bpic.net/free-photo/browneyed-shorthaired-beautiful-woman-linen-red-dress-black-belt-smiles-widely-holds-coffee-cup-computer-tablet-lady-sits-chair-cozy-room_197531-27870.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/browneyed-shorthaired-beautiful-woman-linen-red-dress-black-belt-smiles-widely-holds-coffee-cup-computer-tablet-lady-sits-chair-cozy-room_197531-27870.jpg" mediaAnimation="slide-up" /> @@ -99,7 +105,7 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { id: "1", name: "Andrée M.", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-female-customer-enjoying-shopping-applying-dress-with-hanger-woman-choosing-clothes-fashion-store-shopping-retail-concept_74855-11589.jpg" }, - { id: "2", name: "Ouafae I.", imageSrc: "http://img.b2bpic.net/free-photo/browneyed-shorthaired-beautiful-woman-linen-red-dress-black-belt-smiles-widely-holds-coffee-cup-computer-tablet-lady-sits-chair-cozy-room_197531-27870.jpg?_wi=2" }, + { id: "2", name: "Ouafae I.", imageSrc: "http://img.b2bpic.net/free-photo/browneyed-shorthaired-beautiful-woman-linen-red-dress-black-belt-smiles-widely-holds-coffee-cup-computer-tablet-lady-sits-chair-cozy-room_197531-27870.jpg" }, { id: "3", name: "Marie Raymonde M.", imageSrc: "http://img.b2bpic.net/free-photo/woman-with-shopping-bags-making-purchases-mall_1303-29610.jpg" }, { id: "4", name: "Client S.", imageSrc: "http://img.b2bpic.net/free-photo/wonderful-woman-jeans-shirt-with-black-lace-long-sleeve-posing-cafe-short-haired-woman-holding-flower-inside_197531-19291.jpg" }, { id: "5", name: "Client K.", imageSrc: "http://img.b2bpic.net/free-photo/good-looking-laughing-girl-waiting-party-choosing-attire_197531-7001.jpg" },