Merge version_1 into main #2

Merged
bender merged 3 commits from version_1 into main 2026-03-14 05:40:05 +00:00
3 changed files with 11 additions and 14 deletions

View File

@@ -77,7 +77,7 @@ export default function CollectionsPage() {
price: "₹699",
rating: 4.9,
reviewCount: "312",
imageSrc: "http://img.b2bpic.net/free-photo/sports-equipment-isolated-grey-pink-surface_176420-11908.jpg?_wi=2",
imageSrc: "http://img.b2bpic.net/free-photo/sports-equipment-isolated-grey-pink-surface_176420-11908.jpg",
imageAlt: "Gym Tank Top",
},
{
@@ -149,21 +149,21 @@ export default function CollectionsPage() {
id: 1,
title: "Sports & Athletic Wear",
description: "High-performance athletic wear designed for maximum comfort and style during your workouts and active pursuits. Perfect for running, gym sessions, and outdoor activities.",
imageSrc: "http://img.b2bpic.net/free-photo/sports-equipment-isolated-grey-pink-surface_176420-11908.jpg?_wi=3",
imageSrc: "http://img.b2bpic.net/free-photo/sports-equipment-isolated-grey-pink-surface_176420-11908.jpg",
imageAlt: "Sports wear collection",
},
{
id: 2,
title: "Party & Evening Wear",
description: "Stunning evening wear and cocktail dresses perfect for celebrations, events, and special occasions. Elegant designs that make you stand out.",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-elegant-woman_23-2148323512.jpg?_wi=2",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-elegant-woman_23-2148323512.jpg",
imageAlt: "Party wear collection",
},
{
id: 3,
title: "Fitness & Gym Apparel",
description: "Breathable and flexible workout apparel engineered for gym sessions and fitness routines. Combine style with performance.",
imageSrc: "http://img.b2bpic.net/free-photo/outdoor-yoga_23-2148077576.jpg?_wi=2",
imageSrc: "http://img.b2bpic.net/free-photo/outdoor-yoga_23-2148077576.jpg",
imageAlt: "Gym wear collection",
},
]}
@@ -183,8 +183,7 @@ export default function CollectionsPage() {
{/* Footer */}
<div id="footer-all" data-section="footer-all">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/interested-african-american-woman-trench-coat-looking-camera-front-view-curious-black-girl-standing-bricked-background_197531-28937.jpg?_wi=3"
imageAlt="Fashion Style Shop"
videoSrc="http://img.b2bpic.net/free-photo/interested-african-american-woman-trench-coat-looking-camera-front-view-curious-black-girl-standing-bricked-background_197531-28937.jpg"
videoAriaLabel="Fashion Style Shop promotional video"
columns={[
{

View File

@@ -81,8 +81,7 @@ export default function ContactPage() {
{/* Footer */}
<div id="footer-all" data-section="footer-all">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/interested-african-american-woman-trench-coat-looking-camera-front-view-curious-black-girl-standing-bricked-background_197531-28937.jpg?_wi=4"
imageAlt="Fashion Style Shop"
videoSrc="http://img.b2bpic.net/free-photo/interested-african-american-woman-trench-coat-looking-camera-front-view-curious-black-girl-standing-bricked-background_197531-28937.jpg"
videoAriaLabel="Fashion Style Shop promotional video"
columns={[
{

View File

@@ -66,7 +66,7 @@ export default function HomePage() {
{ text: "Learn More", href: "#about" },
]}
buttonAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/interested-african-american-woman-trench-coat-looking-camera-front-view-curious-black-girl-standing-bricked-background_197531-28937.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/interested-african-american-woman-trench-coat-looking-camera-front-view-curious-black-girl-standing-bricked-background_197531-28937.jpg"
imageAlt="Fashionable clothing models"
mediaAnimation="blur-reveal"
imagePosition="right"
@@ -109,21 +109,21 @@ export default function HomePage() {
id: 1,
title: "Sports Clothes",
description: "High-performance athletic wear designed for maximum comfort and style during your workouts and active pursuits.",
imageSrc: "http://img.b2bpic.net/free-photo/sports-equipment-isolated-grey-pink-surface_176420-11908.jpg?_wi=1",
imageSrc: "http://img.b2bpic.net/free-photo/sports-equipment-isolated-grey-pink-surface_176420-11908.jpg",
imageAlt: "Sports wear collection",
},
{
id: 2,
title: "Party Wear Clothes",
description: "Stunning evening wear and cocktail dresses perfect for celebrations, events, and special occasions.",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-elegant-woman_23-2148323512.jpg?_wi=1",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-elegant-woman_23-2148323512.jpg",
imageAlt: "Party wear collection",
},
{
id: 3,
title: "Gym Clothes",
description: "Breathable and flexible workout apparel engineered for gym sessions and fitness routines.",
imageSrc: "http://img.b2bpic.net/free-photo/outdoor-yoga_23-2148077576.jpg?_wi=1",
imageSrc: "http://img.b2bpic.net/free-photo/outdoor-yoga_23-2148077576.jpg",
imageAlt: "Gym wear collection",
},
{
@@ -259,8 +259,7 @@ export default function HomePage() {
{/* Footer */}
<div id="footer-all" data-section="footer-all">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/interested-african-american-woman-trench-coat-looking-camera-front-view-curious-black-girl-standing-bricked-background_197531-28937.jpg?_wi=2"
imageAlt="Fashion Style Shop"
videoSrc="http://img.b2bpic.net/free-photo/interested-african-american-woman-trench-coat-looking-camera-front-view-curious-black-girl-standing-bricked-background_197531-28937.jpg"
videoAriaLabel="Fashion Style Shop promotional video"
columns={[
{