Merge version_1 into main #1
@@ -66,7 +66,7 @@ export default function AboutPage() {
|
||||
value: "Quality First",
|
||||
title: "Exceptional Standards",
|
||||
description: "Every product is handpicked and vetted for durability and style",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/rough-studio-shot-fabric-horizontal-material_1122-2405.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/rough-studio-shot-fabric-horizontal-material_1122-2405.jpg?_wi=4",
|
||||
imageAlt: "Premium material texture",
|
||||
},
|
||||
{
|
||||
@@ -74,7 +74,7 @@ export default function AboutPage() {
|
||||
value: "Customer Focused",
|
||||
title: "Your Satisfaction",
|
||||
description: "We listen to your needs and continuously improve our collections",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-man-red-sweater-guy-front-fireplace-male-background-christmas-tree_1157-40667.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-man-red-sweater-guy-front-fireplace-male-background-christmas-tree_1157-40667.jpg?_wi=4",
|
||||
imageAlt: "Happy customer with package",
|
||||
},
|
||||
]}
|
||||
|
||||
@@ -66,7 +66,7 @@ export default function ContactPage() {
|
||||
value: "Email",
|
||||
title: "hello@therefineroom.com",
|
||||
description: "Send us your inquiries and we'll respond within 24 hours",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-woman-portrait-crossed-arms-blonde-female_1212-684.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-woman-portrait-crossed-arms-blonde-female_1212-684.jpg?_wi=4",
|
||||
imageAlt: "Customer service representative",
|
||||
},
|
||||
{
|
||||
@@ -74,7 +74,7 @@ export default function ContactPage() {
|
||||
value: "Support",
|
||||
title: "Customer Service",
|
||||
description: "Available Monday-Friday 9am-5pm EST for live assistance",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-smiling-woman-looking-camera-gray_171337-13285.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-smiling-woman-looking-camera-gray_171337-13285.jpg?_wi=4",
|
||||
imageAlt: "Friendly support staff",
|
||||
},
|
||||
]}
|
||||
|
||||
1367
src/app/layout.tsx
1367
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -62,7 +62,7 @@ export default function HomePage() {
|
||||
{ text: "Shop Home Essentials", href: "/shop" }
|
||||
]}
|
||||
buttonAnimation="blur-reveal"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/stylish-woman-walking-city-warm-fur-coat-winter-season-cold-weather-wearing-black-cap-holding-leather-bag-street-fashion-trend-urban-look_285396-4713.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/stylish-woman-walking-city-warm-fur-coat-winter-season-cold-weather-wearing-black-cap-holding-leather-bag-street-fashion-trend-urban-look_285396-4713.jpg?_wi=1"
|
||||
imageAlt="Elegant woman with luxury handbag in modern setting"
|
||||
mediaAnimation="slide-up"
|
||||
imagePosition="right"
|
||||
@@ -83,11 +83,11 @@ export default function HomePage() {
|
||||
title: "Women's Handbags",
|
||||
description: "From structured totes to elegant crossbodies, discover the perfect bag for every occasion. Each piece is selected for its quality, craftsmanship, and timeless appeal.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/small-purse-studio-still-life_23-2151046449.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/small-purse-studio-still-life_23-2151046449.jpg?_wi=1",
|
||||
imageAlt: "Women luxury leather handbags collection display"
|
||||
},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-backpack-with-several-books_23-2147615112.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-backpack-with-several-books_23-2147615112.jpg?_wi=1",
|
||||
imageAlt: "Premium leather crossbody handbag designer style"
|
||||
}
|
||||
},
|
||||
@@ -96,11 +96,11 @@ export default function HomePage() {
|
||||
title: "Kitchen & Household Essentials",
|
||||
description: "Transform your home with our collection of stylish and functional household items. Beautiful design meets practical purpose in every piece.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-traditional-kitchen-beans_23-2148746913.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-traditional-kitchen-beans_23-2148746913.jpg?_wi=1",
|
||||
imageAlt: "Modern kitchen utensils household essentials display"
|
||||
},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-eucalyptus-plant_23-2149200324.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-eucalyptus-plant_23-2149200324.jpg?_wi=1",
|
||||
imageAlt: "Modern kitchen utensil set elegant design"
|
||||
}
|
||||
}
|
||||
@@ -124,7 +124,7 @@ export default function HomePage() {
|
||||
id: "1",
|
||||
name: "Classic Leather Crossbody",
|
||||
price: "$189.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-backpack-with-several-books_23-2147615112.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-backpack-with-several-books_23-2147615112.jpg?_wi=2",
|
||||
imageAlt: "Classic elegant crossbody handbag",
|
||||
initialQuantity: 1
|
||||
},
|
||||
@@ -132,7 +132,7 @@ export default function HomePage() {
|
||||
id: "2",
|
||||
name: "Blush Pink Structured Tote",
|
||||
price: "$249.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fashion-objects-womans-hands-with-bag-sunglasses-fashionable-girl-sitting-outdoor-stylish-jeans_273443-1577.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fashion-objects-womans-hands-with-bag-sunglasses-fashionable-girl-sitting-outdoor-stylish-jeans_273443-1577.jpg?_wi=1",
|
||||
imageAlt: "Pink structured tote handbag",
|
||||
initialQuantity: 1
|
||||
},
|
||||
@@ -140,7 +140,7 @@ export default function HomePage() {
|
||||
id: "3",
|
||||
name: "Premium Kitchen Utensil Set",
|
||||
price: "$129.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-eucalyptus-plant_23-2149200324.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-eucalyptus-plant_23-2149200324.jpg?_wi=2",
|
||||
imageAlt: "Elegant kitchen utensil collection",
|
||||
initialQuantity: 1
|
||||
},
|
||||
@@ -148,7 +148,7 @@ export default function HomePage() {
|
||||
id: "4",
|
||||
name: "Luxury Dinnerware Collection",
|
||||
price: "$349.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-details-autumn-home-decor-blurred-background_169016-23388.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-details-autumn-home-decor-blurred-background_169016-23388.jpg?_wi=1",
|
||||
imageAlt: "Premium dinnerware set",
|
||||
initialQuantity: 1
|
||||
}
|
||||
@@ -173,7 +173,7 @@ export default function HomePage() {
|
||||
value: "Affordable",
|
||||
title: "Luxury Pricing",
|
||||
description: "Premium quality without the premium price tag. Accessible elegance.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/rough-studio-shot-fabric-horizontal-material_1122-2405.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/rough-studio-shot-fabric-horizontal-material_1122-2405.jpg?_wi=1",
|
||||
imageAlt: "luxury leather texture premium material close-up"
|
||||
},
|
||||
{
|
||||
@@ -181,7 +181,7 @@ export default function HomePage() {
|
||||
value: "Curated",
|
||||
title: "Quality Sourced",
|
||||
description: "Every item is handpicked and vetted for exceptional standards.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-man-red-sweater-guy-front-fireplace-male-background-christmas-tree_1157-40667.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-man-red-sweater-guy-front-fireplace-male-background-christmas-tree_1157-40667.jpg?_wi=1",
|
||||
imageAlt: "delivery box luxury packaging gift professional"
|
||||
}
|
||||
]}
|
||||
@@ -205,7 +205,7 @@ export default function HomePage() {
|
||||
handle: "@sarahlovesrefined",
|
||||
testimonial: "The quality of these handbags is incredible. I've been using my crossbody for over a year and it still looks brand new. Highly recommend!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-woman-portrait-crossed-arms-blonde-female_1212-684.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-woman-portrait-crossed-arms-blonde-female_1212-684.jpg?_wi=1",
|
||||
imageAlt: "Sarah Mitchell"
|
||||
},
|
||||
{
|
||||
@@ -214,7 +214,7 @@ export default function HomePage() {
|
||||
handle: "@jessicahome",
|
||||
testimonial: "Finally found a place that combines style with affordability. The kitchen essentials have completely transformed my cooking experience.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-smiling-woman-looking-camera-gray_171337-13285.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-smiling-woman-looking-camera-gray_171337-13285.jpg?_wi=1",
|
||||
imageAlt: "Jessica Chen"
|
||||
},
|
||||
{
|
||||
@@ -223,7 +223,7 @@ export default function HomePage() {
|
||||
handle: "@emilyrefines",
|
||||
testimonial: "The service is impeccable and the products are even better. Every purchase feels like a special treat for myself.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-successful-entrepreneur_1098-3855.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-successful-entrepreneur_1098-3855.jpg?_wi=1",
|
||||
imageAlt: "Emily Rodriguez"
|
||||
},
|
||||
{
|
||||
@@ -232,7 +232,7 @@ export default function HomePage() {
|
||||
handle: "@michelleshopping",
|
||||
testimonial: "The Refined Room gets it. Beautiful, functional, and actually affordable. I'm a loyal customer for life!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-corporate-woman-looks-dreamy-smiles-stands-outside-street-leans-her-head-hands-d_1258-122007.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-corporate-woman-looks-dreamy-smiles-stands-outside-street-leans-her-head-hands-d_1258-122007.jpg?_wi=1",
|
||||
imageAlt: "Michelle Park"
|
||||
}
|
||||
]}
|
||||
|
||||
@@ -63,7 +63,7 @@ export default function HandbagsPage() {
|
||||
{ text: "Shop Essentials", href: "/shop/home-essentials" },
|
||||
]}
|
||||
buttonAnimation="blur-reveal"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/stylish-woman-walking-city-warm-fur-coat-winter-season-cold-weather-wearing-black-cap-holding-leather-bag-street-fashion-trend-urban-look_285396-4713.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/stylish-woman-walking-city-warm-fur-coat-winter-season-cold-weather-wearing-black-cap-holding-leather-bag-street-fashion-trend-urban-look_285396-4713.jpg?_wi=2"
|
||||
imageAlt="Elegant woman with luxury handbag in modern setting"
|
||||
mediaAnimation="slide-up"
|
||||
imagePosition="right"
|
||||
@@ -80,11 +80,11 @@ export default function HandbagsPage() {
|
||||
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",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/small-purse-studio-still-life_23-2151046449.jpg?_wi=2",
|
||||
imageAlt: "Crossbody handbags collection",
|
||||
}},
|
||||
phoneTwo={{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-backpack-with-several-books_23-2147615112.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-backpack-with-several-books_23-2147615112.jpg?_wi=4",
|
||||
imageAlt: "Premium leather crossbody detail",
|
||||
}},
|
||||
},
|
||||
@@ -93,11 +93,11 @@ export default function HandbagsPage() {
|
||||
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",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fashion-objects-womans-hands-with-bag-sunglasses-fashionable-girl-sitting-outdoor-stylish-jeans_273443-1577.jpg?_wi=3",
|
||||
imageAlt: "Structured tote handbags",
|
||||
}},
|
||||
phoneTwo={{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-backpack-with-several-books_23-2147615112.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-backpack-with-several-books_23-2147615112.jpg?_wi=5",
|
||||
imageAlt: "Tote bag detail",
|
||||
}},
|
||||
},
|
||||
@@ -122,7 +122,7 @@ export default function HandbagsPage() {
|
||||
id: "1",
|
||||
name: "Classic Leather Crossbody",
|
||||
price: "$189.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-backpack-with-several-books_23-2147615112.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-backpack-with-several-books_23-2147615112.jpg?_wi=6",
|
||||
imageAlt: "Classic elegant crossbody handbag",
|
||||
initialQuantity: 1,
|
||||
},
|
||||
@@ -130,7 +130,7 @@ export default function HandbagsPage() {
|
||||
id: "2",
|
||||
name: "Blush Pink Structured Tote",
|
||||
price: "$249.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fashion-objects-womans-hands-with-bag-sunglasses-fashionable-girl-sitting-outdoor-stylish-jeans_273443-1577.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fashion-objects-womans-hands-with-bag-sunglasses-fashionable-girl-sitting-outdoor-stylish-jeans_273443-1577.jpg?_wi=4",
|
||||
imageAlt: "Pink structured tote handbag",
|
||||
initialQuantity: 1,
|
||||
},
|
||||
@@ -138,7 +138,7 @@ export default function HandbagsPage() {
|
||||
id: "3",
|
||||
name: "Midnight Navy Clutch",
|
||||
price: "$129.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/small-purse-studio-still-life_23-2151046449.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/small-purse-studio-still-life_23-2151046449.jpg?_wi=3",
|
||||
imageAlt: "Navy evening clutch",
|
||||
initialQuantity: 1,
|
||||
},
|
||||
@@ -146,7 +146,7 @@ export default function HandbagsPage() {
|
||||
id: "4",
|
||||
name: "Caramel Weekend Duffel",
|
||||
price: "$329.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-backpack-with-several-books_23-2147615112.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-backpack-with-several-books_23-2147615112.jpg?_wi=7",
|
||||
imageAlt: "Caramel leather duffel bag",
|
||||
initialQuantity: 1,
|
||||
},
|
||||
@@ -172,7 +172,7 @@ export default function HandbagsPage() {
|
||||
value: "Hand-Curated",
|
||||
title: "Quality Sourced",
|
||||
description: "Every handbag is personally selected for exceptional craftsmanship and timeless design.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/rough-studio-shot-fabric-horizontal-material_1122-2405.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/rough-studio-shot-fabric-horizontal-material_1122-2405.jpg?_wi=2",
|
||||
imageAlt: "Luxury leather texture premium material",
|
||||
},
|
||||
{
|
||||
@@ -180,7 +180,7 @@ export default function HandbagsPage() {
|
||||
value: "Premium",
|
||||
title: "Affordable Luxury",
|
||||
description: "Access designer-quality handbags without the premium price tag. Luxury should be accessible.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-man-red-sweater-guy-front-fireplace-male-background-christmas-tree_1157-40667.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-man-red-sweater-guy-front-fireplace-male-background-christmas-tree_1157-40667.jpg?_wi=2",
|
||||
imageAlt: "Luxury packaging presentation",
|
||||
},
|
||||
]}
|
||||
@@ -205,7 +205,7 @@ export default function HandbagsPage() {
|
||||
handle: "@sarahlovesrefined",
|
||||
testimonial: "The quality of these handbags is incredible. I've been using my crossbody for over a year and it still looks brand new. Highly recommend!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-woman-portrait-crossed-arms-blonde-female_1212-684.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-woman-portrait-crossed-arms-blonde-female_1212-684.jpg?_wi=2",
|
||||
imageAlt: "Sarah Mitchell",
|
||||
},
|
||||
{
|
||||
@@ -214,7 +214,7 @@ export default function HandbagsPage() {
|
||||
handle: "@jessicahome",
|
||||
testimonial: "Finally found a place that combines style with affordability. The perfect handbag for every occasion at prices that make sense.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-smiling-woman-looking-camera-gray_171337-13285.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-smiling-woman-looking-camera-gray_171337-13285.jpg?_wi=2",
|
||||
imageAlt: "Jessica Chen",
|
||||
},
|
||||
{
|
||||
@@ -223,7 +223,7 @@ export default function HandbagsPage() {
|
||||
handle: "@emilyrefines",
|
||||
testimonial: "The service is impeccable and the products are even better. Every handbag purchase feels like a special investment in my wardrobe.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-successful-entrepreneur_1098-3855.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-successful-entrepreneur_1098-3855.jpg?_wi=2",
|
||||
imageAlt: "Emily Rodriguez",
|
||||
},
|
||||
{
|
||||
@@ -232,7 +232,7 @@ export default function HandbagsPage() {
|
||||
handle: "@michelleshopping",
|
||||
testimonial: "The Refined Room gets it. Beautiful, functional handbags that actually fit my lifestyle and budget. A loyal customer for life!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-corporate-woman-looks-dreamy-smiles-stands-outside-street-leans-her-head-hands-d_1258-122007.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-corporate-woman-looks-dreamy-smiles-stands-outside-street-leans-her-head-hands-d_1258-122007.jpg?_wi=2",
|
||||
imageAlt: "Michelle Park",
|
||||
},
|
||||
]}
|
||||
|
||||
@@ -63,7 +63,7 @@ export default function HomeEssentialsPage() {
|
||||
{ text: "Shop Handbags", href: "/shop/handbags" },
|
||||
]}
|
||||
buttonAnimation="blur-reveal"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/front-view-traditional-kitchen-beans_23-2148746913.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/front-view-traditional-kitchen-beans_23-2148746913.jpg?_wi=2"
|
||||
imageAlt="Modern kitchen scene with elegant home essentials"
|
||||
mediaAnimation="slide-up"
|
||||
imagePosition="right"
|
||||
@@ -80,11 +80,11 @@ export default function HomeEssentialsPage() {
|
||||
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",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-traditional-kitchen-beans_23-2148746913.jpg?_wi=3",
|
||||
imageAlt: "Modern kitchen essentials",
|
||||
}},
|
||||
phoneTwo={{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-eucalyptus-plant_23-2149200324.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-eucalyptus-plant_23-2149200324.jpg?_wi=4",
|
||||
imageAlt: "Kitchen utensil set detail",
|
||||
}},
|
||||
},
|
||||
@@ -93,11 +93,11 @@ export default function HomeEssentialsPage() {
|
||||
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",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-details-autumn-home-decor-blurred-background_169016-23388.jpg?_wi=3",
|
||||
imageAlt: "Elegant dinnerware collection",
|
||||
}},
|
||||
phoneTwo={{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-eucalyptus-plant_23-2149200324.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-eucalyptus-plant_23-2149200324.jpg?_wi=5",
|
||||
imageAlt: "Table setting detail",
|
||||
}},
|
||||
},
|
||||
@@ -122,7 +122,7 @@ export default function HomeEssentialsPage() {
|
||||
id: "1",
|
||||
name: "Premium Kitchen Utensil Set",
|
||||
price: "$129.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-eucalyptus-plant_23-2149200324.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-eucalyptus-plant_23-2149200324.jpg?_wi=6",
|
||||
imageAlt: "Elegant kitchen utensil collection",
|
||||
initialQuantity: 1,
|
||||
},
|
||||
@@ -130,7 +130,7 @@ export default function HomeEssentialsPage() {
|
||||
id: "2",
|
||||
name: "Luxury Dinnerware Collection",
|
||||
price: "$349.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-details-autumn-home-decor-blurred-background_169016-23388.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-details-autumn-home-decor-blurred-background_169016-23388.jpg?_wi=4",
|
||||
imageAlt: "Premium dinnerware set",
|
||||
initialQuantity: 1,
|
||||
},
|
||||
@@ -138,7 +138,7 @@ export default function HomeEssentialsPage() {
|
||||
id: "3",
|
||||
name: "Elegant Serving Platter Set",
|
||||
price: "$189.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-details-autumn-home-decor-blurred-background_169016-23388.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-details-autumn-home-decor-blurred-background_169016-23388.jpg?_wi=5",
|
||||
imageAlt: "Serving platter collection",
|
||||
initialQuantity: 1,
|
||||
},
|
||||
@@ -146,7 +146,7 @@ export default function HomeEssentialsPage() {
|
||||
id: "4",
|
||||
name: "Sophisticated Home Decor Bundle",
|
||||
price: "$279.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-eucalyptus-plant_23-2149200324.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-eucalyptus-plant_23-2149200324.jpg?_wi=7",
|
||||
imageAlt: "Home decor essentials",
|
||||
initialQuantity: 1,
|
||||
},
|
||||
@@ -172,7 +172,7 @@ export default function HomeEssentialsPage() {
|
||||
value: "Thoughtfully",
|
||||
title: "Curated Selection",
|
||||
description: "Every home item is selected for its quality, design, and ability to enhance your living space.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/rough-studio-shot-fabric-horizontal-material_1122-2405.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/rough-studio-shot-fabric-horizontal-material_1122-2405.jpg?_wi=3",
|
||||
imageAlt: "Premium material texture",
|
||||
},
|
||||
{
|
||||
@@ -180,7 +180,7 @@ export default function HomeEssentialsPage() {
|
||||
value: "Beautifully",
|
||||
title: "Packaged & Shipped",
|
||||
description: "Your items arrive in elegant packaging that makes unboxing a memorable experience.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-man-red-sweater-guy-front-fireplace-male-background-christmas-tree_1157-40667.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-man-red-sweater-guy-front-fireplace-male-background-christmas-tree_1157-40667.jpg?_wi=3",
|
||||
imageAlt: "Luxury packaging presentation",
|
||||
},
|
||||
]}
|
||||
@@ -205,7 +205,7 @@ export default function HomeEssentialsPage() {
|
||||
handle: "@sarahlovesrefined",
|
||||
testimonial: "My kitchen has never looked better! These essentials are both beautiful and incredibly functional. Worth every penny.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-woman-portrait-crossed-arms-blonde-female_1212-684.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-woman-portrait-crossed-arms-blonde-female_1212-684.jpg?_wi=3",
|
||||
imageAlt: "Sarah Mitchell",
|
||||
},
|
||||
{
|
||||
@@ -214,7 +214,7 @@ export default function HomeEssentialsPage() {
|
||||
handle: "@jessicahome",
|
||||
testimonial: "Finally found a place that combines style with affordability. The kitchen essentials have completely transformed my cooking experience.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-smiling-woman-looking-camera-gray_171337-13285.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-smiling-woman-looking-camera-gray_171337-13285.jpg?_wi=3",
|
||||
imageAlt: "Jessica Chen",
|
||||
},
|
||||
{
|
||||
@@ -223,7 +223,7 @@ export default function HomeEssentialsPage() {
|
||||
handle: "@emilyrefines",
|
||||
testimonial: "The service is impeccable and the products are even better. Every purchase feels like a special treat for my home.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-successful-entrepreneur_1098-3855.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-successful-entrepreneur_1098-3855.jpg?_wi=3",
|
||||
imageAlt: "Emily Rodriguez",
|
||||
},
|
||||
{
|
||||
@@ -232,7 +232,7 @@ export default function HomeEssentialsPage() {
|
||||
handle: "@michelleshopping",
|
||||
testimonial: "The Refined Room gets it. Beautiful home essentials that are both functional and affordable. Highly recommended!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-corporate-woman-looks-dreamy-smiles-stands-outside-street-leans-her-head-hands-d_1258-122007.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-corporate-woman-looks-dreamy-smiles-stands-outside-street-leans-her-head-hands-d_1258-122007.jpg?_wi=3",
|
||||
imageAlt: "Michelle Park",
|
||||
},
|
||||
]}
|
||||
|
||||
@@ -51,7 +51,7 @@ export default function ShopPage() {
|
||||
id: "1",
|
||||
name: "Classic Leather Crossbody",
|
||||
price: "$189.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-backpack-with-several-books_23-2147615112.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-backpack-with-several-books_23-2147615112.jpg?_wi=3",
|
||||
imageAlt: "Classic elegant crossbody handbag",
|
||||
initialQuantity: 1
|
||||
},
|
||||
@@ -59,7 +59,7 @@ export default function ShopPage() {
|
||||
id: "2",
|
||||
name: "Blush Pink Structured Tote",
|
||||
price: "$249.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fashion-objects-womans-hands-with-bag-sunglasses-fashionable-girl-sitting-outdoor-stylish-jeans_273443-1577.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fashion-objects-womans-hands-with-bag-sunglasses-fashionable-girl-sitting-outdoor-stylish-jeans_273443-1577.jpg?_wi=2",
|
||||
imageAlt: "Pink structured tote handbag",
|
||||
initialQuantity: 1
|
||||
},
|
||||
@@ -67,7 +67,7 @@ export default function ShopPage() {
|
||||
id: "3",
|
||||
name: "Premium Kitchen Utensil Set",
|
||||
price: "$129.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-eucalyptus-plant_23-2149200324.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-eucalyptus-plant_23-2149200324.jpg?_wi=3",
|
||||
imageAlt: "Elegant kitchen utensil collection",
|
||||
initialQuantity: 1
|
||||
},
|
||||
@@ -75,7 +75,7 @@ export default function ShopPage() {
|
||||
id: "4",
|
||||
name: "Luxury Dinnerware Collection",
|
||||
price: "$349.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-details-autumn-home-decor-blurred-background_169016-23388.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-details-autumn-home-decor-blurred-background_169016-23388.jpg?_wi=2",
|
||||
imageAlt: "Premium dinnerware set",
|
||||
initialQuantity: 1
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user