Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-05 11:09:52 +00:00

View File

@@ -73,11 +73,11 @@ export default function Page() {
products={[
{
id: "1", brand: "YourStore", name: "Premium Collection Item", price: "$49.99", rating: 5,
reviewCount: "128", imageSrc: "http://img.b2bpic.net/free-photo/woman-placing-stacked-flowering-pots-shelf_23-2147948294.jpg", imageAlt: "Premium retail product"
reviewCount: "128", imageSrc: "http://img.b2bpic.net/free-photo/woman-placing-stacked-flowering-pots-shelf_23-2147948294.jpg?_wi=1", imageAlt: "Premium retail product"
},
{
id: "2", brand: "YourStore", name: "Bestseller Product", price: "$39.99", rating: 5,
reviewCount: "245", imageSrc: "http://img.b2bpic.net/free-photo/new-white-childi-h-clothes-hanging-big-store_7502-4284.jpg", imageAlt: "Popular store item"
reviewCount: "245", imageSrc: "http://img.b2bpic.net/free-photo/new-white-childi-h-clothes-hanging-big-store_7502-4284.jpg?_wi=1", imageAlt: "Popular store item"
},
{
id: "3", brand: "YourStore", name: "Customer Favorite", price: "$59.99", rating: 5,
@@ -114,13 +114,13 @@ export default function Page() {
useInvertedBackground={false}
features={[
{
title: "Quality Assured", description: "Every product is carefully selected and inspected for quality before it reaches your hands.", imageSrc: "http://img.b2bpic.net/free-photo/indoor-hotel-view_1417-1566.jpg", imageAlt: "Quality store environment"
title: "Quality Assured", description: "Every product is carefully selected and inspected for quality before it reaches your hands.", imageSrc: "http://img.b2bpic.net/free-photo/indoor-hotel-view_1417-1566.jpg?_wi=1", imageAlt: "Quality store environment"
},
{
title: "Fair Prices", description: "We believe in transparent pricing with no hidden fees. Great quality shouldn't break the bank.", imageSrc: "http://img.b2bpic.net/free-photo/woman-placing-stacked-flowering-pots-shelf_23-2147948294.jpg", imageAlt: "Affordable pricing"
title: "Fair Prices", description: "We believe in transparent pricing with no hidden fees. Great quality shouldn't break the bank.", imageSrc: "http://img.b2bpic.net/free-photo/woman-placing-stacked-flowering-pots-shelf_23-2147948294.jpg?_wi=2", imageAlt: "Affordable pricing"
},
{
title: "Customer First", description: "Your satisfaction is our priority. Friendly staff and easy returns make shopping worry-free.", imageSrc: "http://img.b2bpic.net/free-photo/new-white-childi-h-clothes-hanging-big-store_7502-4284.jpg", imageAlt: "Customer service focus"
title: "Customer First", description: "Your satisfaction is our priority. Friendly staff and easy returns make shopping worry-free.", imageSrc: "http://img.b2bpic.net/free-photo/new-white-childi-h-clothes-hanging-big-store_7502-4284.jpg?_wi=2", imageAlt: "Customer service focus"
}
]}
/>
@@ -174,7 +174,7 @@ export default function Page() {
useInvertedBackground={false}
mediaAnimation="opacity"
mediaPosition="left"
imageSrc="http://img.b2bpic.net/free-photo/indoor-hotel-view_1417-1566.jpg"
imageSrc="http://img.b2bpic.net/free-photo/indoor-hotel-view_1417-1566.jpg?_wi=2"
imageAlt="Helpful store staff"
faqsAnimation="blur-reveal"
showCard={true}