Merge version_1 into main #1

Merged
bender merged 4 commits from version_1 into main 2026-03-06 12:31:36 +00:00
4 changed files with 25 additions and 25 deletions

View File

@@ -146,7 +146,7 @@ export default function AboutPage() {
icon: MessageSquare,
},
]}
imageSrc="http://img.b2bpic.net/free-photo/men-s-shoes-elegant-clothes-holiday-theme-wedding_78826-2242.jpg"
imageSrc="http://img.b2bpic.net/free-photo/men-s-shoes-elegant-clothes-holiday-theme-wedding_78826-2242.jpg?_wi=6"
imageAlt="Shoe World Exclusive store interior"
mediaAnimation="slide-up"
imagePosition="right"
@@ -157,7 +157,7 @@ export default function AboutPage() {
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/men-s-shoes-elegant-clothes-holiday-theme-wedding_78826-2242.jpg"
imageSrc="http://img.b2bpic.net/free-photo/men-s-shoes-elegant-clothes-holiday-theme-wedding_78826-2242.jpg?_wi=7"
imageAlt="Shoe World Exclusive store ambiance"
logoText="Shoe World Exclusive"
copyrightText="© 2025 Shoe World Exclusive. All rights reserved. Proudly serving Halol, Gujarat."

View File

@@ -115,7 +115,7 @@ export default function ContactPage() {
required: true,
}}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/men-s-shoes-elegant-clothes-holiday-theme-wedding_78826-2242.jpg"
imageSrc="http://img.b2bpic.net/free-photo/men-s-shoes-elegant-clothes-holiday-theme-wedding_78826-2242.jpg?_wi=8"
imageAlt="Shoe World Exclusive store"
mediaAnimation="slide-up"
mediaPosition="right"
@@ -183,7 +183,7 @@ export default function ContactPage() {
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/men-s-shoes-elegant-clothes-holiday-theme-wedding_78826-2242.jpg"
imageSrc="http://img.b2bpic.net/free-photo/men-s-shoes-elegant-clothes-holiday-theme-wedding_78826-2242.jpg?_wi=9"
imageAlt="Shoe World Exclusive store ambiance"
logoText="Shoe World Exclusive"
copyrightText="© 2025 Shoe World Exclusive. All rights reserved. Proudly serving Halol, Gujarat."

View File

@@ -150,7 +150,7 @@ export default function HomePage() {
icon: MessageSquare,
},
]}
imageSrc="http://img.b2bpic.net/free-photo/men-s-shoes-elegant-clothes-holiday-theme-wedding_78826-2242.jpg"
imageSrc="http://img.b2bpic.net/free-photo/men-s-shoes-elegant-clothes-holiday-theme-wedding_78826-2242.jpg?_wi=1"
imageAlt="Shoe World Exclusive store interior"
mediaAnimation="slide-up"
imagePosition="right"
@@ -183,7 +183,7 @@ export default function HomePage() {
imageSrc: "http://img.b2bpic.net/free-photo/view-shoe-rack-stacking-pair-footwear_23-2150991540.jpg",
},
phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-photo/shoes_1303-3606.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/shoes_1303-3606.jpg?_wi=1",
},
},
{
@@ -194,7 +194,7 @@ export default function HomePage() {
imageSrc: "http://img.b2bpic.net/free-photo/two-young-women-sitting-cafe_285396-3303.jpg",
},
phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-photo/legs-stylish-persons_23-2147724838.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/legs-stylish-persons_23-2147724838.jpg?_wi=1",
},
},
{
@@ -205,7 +205,7 @@ export default function HomePage() {
imageSrc: "http://img.b2bpic.net/free-photo/kids-standing-colorful-bench_23-2148210539.jpg",
},
phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-psd/cool-sneakers-template_23-2151978642.jpg",
imageSrc: "http://img.b2bpic.net/free-psd/cool-sneakers-template_23-2151978642.jpg?_wi=1",
},
},
{
@@ -216,7 +216,7 @@ export default function HomePage() {
imageSrc: "http://img.b2bpic.net/free-photo/two-athlete-people-stretching-outdoors_23-2147839307.jpg",
},
phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-photo/close-up-couple-s-legs-keds-grey-wall_176420-6849.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-couple-s-legs-keds-grey-wall_176420-6849.jpg?_wi=1",
},
},
]}
@@ -247,7 +247,7 @@ export default function HomePage() {
id: "1",
name: "Premium Formal Oxford",
price: "₹3,499",
imageSrc: "http://img.b2bpic.net/free-photo/shoes_1303-3606.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/shoes_1303-3606.jpg?_wi=2",
imageAlt: "Black leather formal shoes",
initialQuantity: 1,
},
@@ -255,7 +255,7 @@ export default function HomePage() {
id: "2",
name: "Classic White Sneaker",
price: "₹2,299",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-couple-s-legs-keds-grey-wall_176420-6849.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-couple-s-legs-keds-grey-wall_176420-6849.jpg?_wi=2",
imageAlt: "White casual sneaker",
initialQuantity: 1,
},
@@ -263,7 +263,7 @@ export default function HomePage() {
id: "3",
name: "Elegant Women's Heels",
price: "₹4,199",
imageSrc: "http://img.b2bpic.net/free-photo/legs-stylish-persons_23-2147724838.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/legs-stylish-persons_23-2147724838.jpg?_wi=2",
imageAlt: "Red women's heels",
initialQuantity: 1,
},
@@ -271,7 +271,7 @@ export default function HomePage() {
id: "4",
name: "Kids' Colorful Shoes",
price: "₹1,899",
imageSrc: "http://img.b2bpic.net/free-psd/cool-sneakers-template_23-2151978642.jpg",
imageSrc: "http://img.b2bpic.net/free-psd/cool-sneakers-template_23-2151978642.jpg?_wi=2",
imageAlt: "Colorful kids shoes",
initialQuantity: 1,
},
@@ -279,7 +279,7 @@ export default function HomePage() {
id: "5",
name: "Sports Running Shoe",
price: "₹2,799",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-couple-s-legs-keds-grey-wall_176420-6849.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-couple-s-legs-keds-grey-wall_176420-6849.jpg?_wi=3",
imageAlt: "Black sports running shoe",
initialQuantity: 1,
},
@@ -287,7 +287,7 @@ export default function HomePage() {
id: "6",
name: "Brown Casual Loafer",
price: "₹3,199",
imageSrc: "http://img.b2bpic.net/free-photo/shoes_1303-3606.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/shoes_1303-3606.jpg?_wi=3",
imageAlt: "Brown casual loafer",
initialQuantity: 1,
},
@@ -339,7 +339,7 @@ export default function HomePage() {
icon: MessageSquare,
},
]}
imageSrc="http://img.b2bpic.net/free-photo/men-s-shoes-elegant-clothes-holiday-theme-wedding_78826-2242.jpg"
imageSrc="http://img.b2bpic.net/free-photo/men-s-shoes-elegant-clothes-holiday-theme-wedding_78826-2242.jpg?_wi=2"
imageAlt="Friendly staff at Shoe World Exclusive"
mediaAnimation="slide-up"
imagePosition="left"
@@ -465,7 +465,7 @@ export default function HomePage() {
{/* Footer */}
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/men-s-shoes-elegant-clothes-holiday-theme-wedding_78826-2242.jpg"
imageSrc="http://img.b2bpic.net/free-photo/men-s-shoes-elegant-clothes-holiday-theme-wedding_78826-2242.jpg?_wi=3"
imageAlt="Shoe World Exclusive store ambiance"
logoText="Shoe World Exclusive"
copyrightText="© 2025 Shoe World Exclusive. All rights reserved. Proudly serving Halol, Gujarat."

View File

@@ -66,7 +66,7 @@ export default function ShopPage() {
id: "1",
name: "Premium Formal Oxford",
price: "₹3,499",
imageSrc: "http://img.b2bpic.net/free-photo/shoes_1303-3606.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/shoes_1303-3606.jpg?_wi=4",
imageAlt: "Black leather formal shoes",
initialQuantity: 1,
},
@@ -74,7 +74,7 @@ export default function ShopPage() {
id: "2",
name: "Classic White Sneaker",
price: "₹2,299",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-couple-s-legs-keds-grey-wall_176420-6849.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-couple-s-legs-keds-grey-wall_176420-6849.jpg?_wi=4",
imageAlt: "White casual sneaker",
initialQuantity: 1,
},
@@ -82,7 +82,7 @@ export default function ShopPage() {
id: "3",
name: "Elegant Women's Heels",
price: "₹4,199",
imageSrc: "http://img.b2bpic.net/free-photo/legs-stylish-persons_23-2147724838.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/legs-stylish-persons_23-2147724838.jpg?_wi=3",
imageAlt: "Red women's heels",
initialQuantity: 1,
},
@@ -90,7 +90,7 @@ export default function ShopPage() {
id: "4",
name: "Kids' Colorful Shoes",
price: "₹1,899",
imageSrc: "http://img.b2bpic.net/free-psd/cool-sneakers-template_23-2151978642.jpg",
imageSrc: "http://img.b2bpic.net/free-psd/cool-sneakers-template_23-2151978642.jpg?_wi=3",
imageAlt: "Colorful kids shoes",
initialQuantity: 1,
},
@@ -98,7 +98,7 @@ export default function ShopPage() {
id: "5",
name: "Sports Running Shoe",
price: "₹2,799",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-couple-s-legs-keds-grey-wall_176420-6849.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-couple-s-legs-keds-grey-wall_176420-6849.jpg?_wi=5",
imageAlt: "Black sports running shoe",
initialQuantity: 1,
},
@@ -106,7 +106,7 @@ export default function ShopPage() {
id: "6",
name: "Brown Casual Loafer",
price: "₹3,199",
imageSrc: "http://img.b2bpic.net/free-photo/shoes_1303-3606.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/shoes_1303-3606.jpg?_wi=5",
imageAlt: "Brown casual loafer",
initialQuantity: 1,
},
@@ -213,7 +213,7 @@ export default function ShopPage() {
required: true,
}}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/men-s-shoes-elegant-clothes-holiday-theme-wedding_78826-2242.jpg"
imageSrc="http://img.b2bpic.net/free-photo/men-s-shoes-elegant-clothes-holiday-theme-wedding_78826-2242.jpg?_wi=4"
imageAlt="Shoe World Exclusive store"
mediaAnimation="slide-up"
mediaPosition="right"
@@ -225,7 +225,7 @@ export default function ShopPage() {
{/* Footer */}
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/men-s-shoes-elegant-clothes-holiday-theme-wedding_78826-2242.jpg"
imageSrc="http://img.b2bpic.net/free-photo/men-s-shoes-elegant-clothes-holiday-theme-wedding_78826-2242.jpg?_wi=5"
imageAlt="Shoe World Exclusive store ambiance"
logoText="Shoe World Exclusive"
copyrightText="© 2025 Shoe World Exclusive. All rights reserved. Proudly serving Halol, Gujarat."