diff --git a/src/app/shop/handbags/page.tsx b/src/app/shop/handbags/page.tsx
index 09fb973..7591ef4 100644
--- a/src/app/shop/handbags/page.tsx
+++ b/src/app/shop/handbags/page.tsx
@@ -36,7 +36,8 @@ export default function HandbagsPage() {
{ name: "Wishlist", id: "wishlist" },
]}
button={{
- text: "Browse Collection", href: "#products"}}
+ text: "Browse Collection", href: "#products"
+ }}
animateOnLoad={true}
/>
@@ -76,16 +77,20 @@ export default function HandbagsPage() {
{
id: 1,
title: "Crossbody Bags", description: "Perfect for everyday elegance. Our crossbody collection features versatile designs that transition seamlessly from office to evening. Each piece is selected for its superior craftsmanship and timeless appeal.", phoneOne={{
- imageSrc: "http://img.b2bpic.net/free-photo/small-purse-studio-still-life_23-2151046449.jpg", imageAlt: "Crossbody handbags collection"}},
+ imageSrc: "http://img.b2bpic.net/free-photo/small-purse-studio-still-life_23-2151046449.jpg", imageAlt: "Crossbody handbags collection"
+ }},
phoneTwo={{
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-backpack-with-several-books_23-2147615112.jpg", imageAlt: "Premium leather crossbody detail"}},
+ imageSrc: "http://img.b2bpic.net/free-photo/close-up-backpack-with-several-books_23-2147615112.jpg", imageAlt: "Premium leather crossbody detail"
+ }},
},
{
id: 2,
title: "Structured Totes", description: "Make a statement with our sophisticated tote collection. Designed for the woman who demands both style and function, these bags complement any wardrobe while providing ample space for daily essentials.", phoneOne={{
- imageSrc: "http://img.b2bpic.net/free-photo/fashion-objects-womans-hands-with-bag-sunglasses-fashionable-girl-sitting-outdoor-stylish-jeans_273443-1577.jpg", imageAlt: "Structured tote handbags"}},
+ imageSrc: "http://img.b2bpic.net/free-photo/fashion-objects-womans-hands-with-bag-sunglasses-fashionable-girl-sitting-outdoor-stylish-jeans_273443-1577.jpg", imageAlt: "Structured tote handbags"
+ }},
phoneTwo={{
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-backpack-with-several-books_23-2147615112.jpg", imageAlt: "Tote bag detail"}},
+ imageSrc: "http://img.b2bpic.net/free-photo/close-up-backpack-with-several-books_23-2147615112.jpg", imageAlt: "Tote bag detail"
+ }},
},
]}
showStepNumbers={true}
@@ -134,9 +139,11 @@ export default function HandbagsPage() {
@@ -76,16 +77,20 @@ export default function HomeEssentialsPage() {
{
id: 1,
title: "Kitchen Essentials", description: "Create a beautiful and functional kitchen with our carefully selected utensils, tools, and gadgets. From elegant whisks to premium cutting boards, each item is chosen for its quality and aesthetic appeal.", phoneOne={{
- imageSrc: "http://img.b2bpic.net/free-photo/front-view-traditional-kitchen-beans_23-2148746913.jpg", imageAlt: "Modern kitchen essentials"}},
+ imageSrc: "http://img.b2bpic.net/free-photo/front-view-traditional-kitchen-beans_23-2148746913.jpg", imageAlt: "Modern kitchen essentials"
+ }},
phoneTwo={{
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-eucalyptus-plant_23-2149200324.jpg", imageAlt: "Kitchen utensil set detail"}},
+ imageSrc: "http://img.b2bpic.net/free-photo/close-up-eucalyptus-plant_23-2149200324.jpg", imageAlt: "Kitchen utensil set detail"
+ }},
},
{
id: 2,
title: "Dining & Tableware", description: "Transform your dining experience with our sophisticated dinnerware collections. Each piece is designed to bring elegance to your table and create memorable moments with loved ones.", phoneOne={{
- imageSrc: "http://img.b2bpic.net/free-photo/closeup-details-autumn-home-decor-blurred-background_169016-23388.jpg", imageAlt: "Elegant dinnerware collection"}},
+ imageSrc: "http://img.b2bpic.net/free-photo/closeup-details-autumn-home-decor-blurred-background_169016-23388.jpg", imageAlt: "Elegant dinnerware collection"
+ }},
phoneTwo={{
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-eucalyptus-plant_23-2149200324.jpg", imageAlt: "Table setting detail"}},
+ imageSrc: "http://img.b2bpic.net/free-photo/close-up-eucalyptus-plant_23-2149200324.jpg", imageAlt: "Table setting detail"
+ }},
},
]}
showStepNumbers={true}
@@ -134,9 +139,11 @@ export default function HomeEssentialsPage() {