Merge version_1 into main #1
@@ -67,7 +67,7 @@ export default function AboutPage() {
|
||||
"Every piece is crafted from the finest materials sourced from around the world. We partner with only the best suppliers to ensure lasting elegance.",
|
||||
media: {
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/set-decoration-wedding-invitation-cloth-with-gray-textured-background-top-view_176474-4584.jpg",
|
||||
"http://img.b2bpic.net/free-photo/set-decoration-wedding-invitation-cloth-with-gray-textured-background-top-view_176474-4584.jpg?_wi=2",
|
||||
imageAlt: "luxury leather texture premium quality material",
|
||||
},
|
||||
items: [
|
||||
@@ -93,7 +93,7 @@ export default function AboutPage() {
|
||||
"Our collections blend classic elegance with contemporary aesthetics. Each item is designed to complement any wardrobe and home setting.",
|
||||
media: {
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/flower-glass_1339-5025.jpg",
|
||||
"http://img.b2bpic.net/free-photo/flower-glass_1339-5025.jpg?_wi=2",
|
||||
imageAlt: "elegant fashion styling luxury handbags display",
|
||||
},
|
||||
items: [
|
||||
@@ -135,7 +135,7 @@ export default function AboutPage() {
|
||||
name: "Sarah Mitchell",
|
||||
role: "Luxury Brand Consultant",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/indoor-shot-beautiful-young-caucasian-brunette-female-black-dress-looking-camera_273609-9531.jpg",
|
||||
"http://img.b2bpic.net/free-photo/indoor-shot-beautiful-young-caucasian-brunette-female-black-dress-looking-camera_273609-9531.jpg?_wi=2",
|
||||
imageAlt: "Sarah Mitchell",
|
||||
},
|
||||
{
|
||||
@@ -146,7 +146,7 @@ export default function AboutPage() {
|
||||
name: "Emma Richardson",
|
||||
role: "Interior Designer",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/elegant-beautiful-young-woman-dress-room_23-2148068394.jpg",
|
||||
"http://img.b2bpic.net/free-photo/elegant-beautiful-young-woman-dress-room_23-2148068394.jpg?_wi=2",
|
||||
imageAlt: "Emma Richardson",
|
||||
},
|
||||
{
|
||||
@@ -157,7 +157,7 @@ export default function AboutPage() {
|
||||
name: "Jessica Chen",
|
||||
role: "Fashion Editor",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg",
|
||||
"http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg?_wi=2",
|
||||
imageAlt: "Jessica Chen",
|
||||
},
|
||||
{
|
||||
@@ -168,7 +168,7 @@ export default function AboutPage() {
|
||||
name: "Victoria Brooks",
|
||||
role: "Executive & Style Icon",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/joy-happiness-positive-feelings-concept-portrait-fair-haired-friendly-young-female-stylish-white-shirt-smiling-happily-rejoicing-good-news-present-exams-success-work_343059-4197.jpg",
|
||||
"http://img.b2bpic.net/free-photo/joy-happiness-positive-feelings-concept-portrait-fair-haired-friendly-young-female-stylish-white-shirt-smiling-happily-rejoicing-good-news-present-exams-success-work_343059-4197.jpg?_wi=2",
|
||||
imageAlt: "Victoria Brooks",
|
||||
},
|
||||
{
|
||||
@@ -179,7 +179,7 @@ export default function AboutPage() {
|
||||
name: "Amanda Foster",
|
||||
role: "Professional Stylist",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/woman-portrait-indoors_624325-3429.jpg",
|
||||
"http://img.b2bpic.net/free-photo/woman-portrait-indoors_624325-3429.jpg?_wi=2",
|
||||
imageAlt: "Amanda Foster",
|
||||
},
|
||||
{
|
||||
@@ -190,7 +190,7 @@ export default function AboutPage() {
|
||||
name: "Natalia Rossi",
|
||||
role: "Luxury Lifestyle Blogger",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/portrait-smiling-blonde-businesswoman-formal-dressed-isolated-dark-textured-background_613910-5399.jpg",
|
||||
"http://img.b2bpic.net/free-photo/portrait-smiling-blonde-businesswoman-formal-dressed-isolated-dark-textured-background_613910-5399.jpg?_wi=2",
|
||||
imageAlt: "Natalia Rossi",
|
||||
},
|
||||
]}
|
||||
|
||||
@@ -23,7 +23,7 @@ const CartPage = () => {
|
||||
name: "Italian Leather Tote",
|
||||
price: 285,
|
||||
quantity: 1,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-women-s-purse-tiles-with-mediterranean-aesthetics_23-2150916670.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-women-s-purse-tiles-with-mediterranean-aesthetics_23-2150916670.jpg?_wi=8",
|
||||
imageAlt: "Italian leather tote bag",
|
||||
},
|
||||
{
|
||||
@@ -31,7 +31,7 @@ const CartPage = () => {
|
||||
name: "Silk-Lined Crossbody",
|
||||
price: 195,
|
||||
quantity: 2,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-stylish-woman-walking-street-pink-coat-holding-purse-hands-listening-music_285396-1196.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-stylish-woman-walking-street-pink-coat-holding-purse-hands-listening-music_285396-1196.jpg?_wi=7",
|
||||
imageAlt: "Elegant crossbody bag",
|
||||
},
|
||||
]);
|
||||
|
||||
@@ -67,7 +67,7 @@ export default function CheckoutPage() {
|
||||
rating: 5,
|
||||
reviewCount: "124",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/view-women-s-purse-tiles-with-mediterranean-aesthetics_23-2150916670.jpg",
|
||||
"http://img.b2bpic.net/free-photo/view-women-s-purse-tiles-with-mediterranean-aesthetics_23-2150916670.jpg?_wi=9",
|
||||
imageAlt: "Italian leather tote bag",
|
||||
},
|
||||
{
|
||||
@@ -78,7 +78,7 @@ export default function CheckoutPage() {
|
||||
rating: 5,
|
||||
reviewCount: "98",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/young-beautiful-stylish-woman-walking-street-pink-coat-holding-purse-hands-listening-music_285396-1196.jpg",
|
||||
"http://img.b2bpic.net/free-photo/young-beautiful-stylish-woman-walking-street-pink-coat-holding-purse-hands-listening-music_285396-1196.jpg?_wi=8",
|
||||
imageAlt: "Elegant crossbody bag",
|
||||
},
|
||||
{
|
||||
@@ -89,7 +89,7 @@ export default function CheckoutPage() {
|
||||
rating: 5,
|
||||
reviewCount: "87",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/outdoor-portrait-young-beautiful-fashionable-woman-walking-street-holding-big-brown-leather-bag-model-wearing-stylish-clothes_1157-50460.jpg",
|
||||
"http://img.b2bpic.net/free-photo/outdoor-portrait-young-beautiful-fashionable-woman-walking-street-holding-big-brown-leather-bag-model-wearing-stylish-clothes_1157-50460.jpg?_wi=7",
|
||||
imageAlt: "Sophisticated evening clutch",
|
||||
},
|
||||
]}
|
||||
|
||||
1367
src/app/layout.tsx
1367
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -50,37 +50,37 @@ export default function HomePage() {
|
||||
background={{ variant: "radial-gradient" }}
|
||||
leftCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-blond-woman-enjoing-weekend-spain_273443-4637.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-blond-woman-enjoing-weekend-spain_273443-4637.jpg?_wi=1",
|
||||
imageAlt: "Elegant designer handbag",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-women-s-purse-tiles-with-mediterranean-aesthetics_23-2150916670.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-women-s-purse-tiles-with-mediterranean-aesthetics_23-2150916670.jpg?_wi=1",
|
||||
imageAlt: "Luxury leather handbag",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-stylish-woman-walking-street-pink-coat-holding-purse-hands-listening-music_285396-1196.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-stylish-woman-walking-street-pink-coat-holding-purse-hands-listening-music_285396-1196.jpg?_wi=1",
|
||||
imageAlt: "Premium crossbody bag",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/outdoor-portrait-young-beautiful-fashionable-woman-walking-street-holding-big-brown-leather-bag-model-wearing-stylish-clothes_1157-50460.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/outdoor-portrait-young-beautiful-fashionable-woman-walking-street-holding-big-brown-leather-bag-model-wearing-stylish-clothes_1157-50460.jpg?_wi=1",
|
||||
imageAlt: "Sophisticated clutch",
|
||||
},
|
||||
]}
|
||||
rightCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-cup-tea-with-biscuit-roll-dark-surface_140725-75131.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-cup-tea-with-biscuit-roll-dark-surface_140725-75131.jpg?_wi=1",
|
||||
imageAlt: "Stylish kitchen essentials",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/festive-table-decorating-by-decorations-utensils-new-year-eve-concept_132075-11301.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/festive-table-decorating-by-decorations-utensils-new-year-eve-concept_132075-11301.jpg?_wi=1",
|
||||
imageAlt: "Premium kitchen utensils",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-pan-with-fish-cutlery_23-2148643623.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-pan-with-fish-cutlery_23-2148643623.jpg?_wi=1",
|
||||
imageAlt: "Elegant cooking tools",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-dining-tables-without-food_23-2150157775.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-dining-tables-without-food_23-2150157775.jpg?_wi=1",
|
||||
imageAlt: "Luxury cookware set",
|
||||
},
|
||||
]}
|
||||
@@ -118,7 +118,7 @@ export default function HomePage() {
|
||||
price: "$285.00",
|
||||
rating: 5,
|
||||
reviewCount: "124",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-women-s-purse-tiles-with-mediterranean-aesthetics_23-2150916670.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-women-s-purse-tiles-with-mediterranean-aesthetics_23-2150916670.jpg?_wi=2",
|
||||
imageAlt: "Italian leather tote bag",
|
||||
},
|
||||
{
|
||||
@@ -128,7 +128,7 @@ export default function HomePage() {
|
||||
price: "$195.00",
|
||||
rating: 5,
|
||||
reviewCount: "98",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-stylish-woman-walking-street-pink-coat-holding-purse-hands-listening-music_285396-1196.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-stylish-woman-walking-street-pink-coat-holding-purse-hands-listening-music_285396-1196.jpg?_wi=2",
|
||||
imageAlt: "Elegant crossbody bag",
|
||||
},
|
||||
{
|
||||
@@ -138,7 +138,7 @@ export default function HomePage() {
|
||||
price: "$165.00",
|
||||
rating: 5,
|
||||
reviewCount: "87",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/outdoor-portrait-young-beautiful-fashionable-woman-walking-street-holding-big-brown-leather-bag-model-wearing-stylish-clothes_1157-50460.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/outdoor-portrait-young-beautiful-fashionable-woman-walking-street-holding-big-brown-leather-bag-model-wearing-stylish-clothes_1157-50460.jpg?_wi=2",
|
||||
imageAlt: "Sophisticated evening clutch",
|
||||
},
|
||||
]}
|
||||
@@ -179,7 +179,7 @@ export default function HomePage() {
|
||||
title: "Premium Quality Materials",
|
||||
description: "Every piece is crafted from the finest materials sourced from around the world. We partner with only the best suppliers to ensure lasting elegance.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/set-decoration-wedding-invitation-cloth-with-gray-textured-background-top-view_176474-4584.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/set-decoration-wedding-invitation-cloth-with-gray-textured-background-top-view_176474-4584.jpg?_wi=1",
|
||||
},
|
||||
items: [
|
||||
{
|
||||
@@ -202,7 +202,7 @@ export default function HomePage() {
|
||||
title: "Timeless Style & Design",
|
||||
description: "Our collections blend classic elegance with contemporary aesthetics. Each item is designed to complement any wardrobe and home setting.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flower-glass_1339-5025.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flower-glass_1339-5025.jpg?_wi=1",
|
||||
},
|
||||
items: [
|
||||
{
|
||||
@@ -240,7 +240,7 @@ export default function HomePage() {
|
||||
quote: "I've been a customer for three years now. The quality is unmatched and every piece is an investment in my lifestyle. The team's attention to detail is incredible.",
|
||||
name: "Sarah Mitchell",
|
||||
role: "Luxury Brand Consultant",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/indoor-shot-beautiful-young-caucasian-brunette-female-black-dress-looking-camera_273609-9531.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/indoor-shot-beautiful-young-caucasian-brunette-female-black-dress-looking-camera_273609-9531.jpg?_wi=1",
|
||||
imageAlt: "Sarah Mitchell",
|
||||
},
|
||||
{
|
||||
@@ -249,7 +249,7 @@ export default function HomePage() {
|
||||
quote: "The kitchen essentials have completely transformed how I approach cooking and entertaining. Beautiful, functional, and built to last.",
|
||||
name: "Emma Richardson",
|
||||
role: "Interior Designer",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elegant-beautiful-young-woman-dress-room_23-2148068394.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elegant-beautiful-young-woman-dress-room_23-2148068394.jpg?_wi=1",
|
||||
imageAlt: "Emma Richardson",
|
||||
},
|
||||
{
|
||||
@@ -258,7 +258,7 @@ export default function HomePage() {
|
||||
quote: "From browsing to purchase, every interaction with The Refined Room has been seamless. They genuinely care about their customers.",
|
||||
name: "Jessica Chen",
|
||||
role: "Fashion Editor",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg?_wi=1",
|
||||
imageAlt: "Jessica Chen",
|
||||
},
|
||||
{
|
||||
@@ -267,7 +267,7 @@ export default function HomePage() {
|
||||
quote: "I'm very selective with my purchases. The Refined Room items are truly special—they combine luxury with practicality.",
|
||||
name: "Victoria Brooks",
|
||||
role: "Executive & Style Icon",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/joy-happiness-positive-feelings-concept-portrait-fair-haired-friendly-young-female-stylish-white-shirt-smiling-happily-rejoicing-good-news-present-exams-success-work_343059-4197.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/joy-happiness-positive-feelings-concept-portrait-fair-haired-friendly-young-female-stylish-white-shirt-smiling-happily-rejoicing-good-news-present-exams-success-work_343059-4197.jpg?_wi=1",
|
||||
imageAlt: "Victoria Brooks",
|
||||
},
|
||||
{
|
||||
@@ -276,7 +276,7 @@ export default function HomePage() {
|
||||
quote: "Found my new go-to place for premium handbags. The selection is curated perfectly and shipping is incredibly fast.",
|
||||
name: "Amanda Foster",
|
||||
role: "Professional Stylist",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-portrait-indoors_624325-3429.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-portrait-indoors_624325-3429.jpg?_wi=1",
|
||||
imageAlt: "Amanda Foster",
|
||||
},
|
||||
{
|
||||
@@ -285,7 +285,7 @@ export default function HomePage() {
|
||||
quote: "Everything about this brand screams sophistication. From packaging to product, The Refined Room delivers luxury in every detail.",
|
||||
name: "Natalia Rossi",
|
||||
role: "Luxury Lifestyle Blogger",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-blonde-businesswoman-formal-dressed-isolated-dark-textured-background_613910-5399.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-blonde-businesswoman-formal-dressed-isolated-dark-textured-background_613910-5399.jpg?_wi=1",
|
||||
imageAlt: "Natalia Rossi",
|
||||
},
|
||||
]}
|
||||
|
||||
@@ -19,7 +19,7 @@ const ProductDetailPage = () => {
|
||||
price: "$285.00",
|
||||
rating: 5,
|
||||
reviewCount: "124",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-women-s-purse-tiles-with-mediterranean-aesthetics_23-2150916670.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-women-s-purse-tiles-with-mediterranean-aesthetics_23-2150916670.jpg?_wi=7",
|
||||
imageAlt: "Italian leather tote bag",
|
||||
description: "Crafted from the finest Italian leather, this elegant tote is the perfect companion for any occasion. Features a spacious interior with multiple compartments, durable hardware, and a timeless silhouette that complements any wardrobe.",
|
||||
features: [
|
||||
|
||||
@@ -49,37 +49,37 @@ export default function HandbagShopPage() {
|
||||
background={{ variant: "radial-gradient" }}
|
||||
leftCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-blond-woman-enjoing-weekend-spain_273443-4637.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-blond-woman-enjoing-weekend-spain_273443-4637.jpg?_wi=2",
|
||||
imageAlt: "Elegant designer handbag",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-women-s-purse-tiles-with-mediterranean-aesthetics_23-2150916670.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-women-s-purse-tiles-with-mediterranean-aesthetics_23-2150916670.jpg?_wi=4",
|
||||
imageAlt: "Luxury leather handbag",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-stylish-woman-walking-street-pink-coat-holding-purse-hands-listening-music_285396-1196.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-stylish-woman-walking-street-pink-coat-holding-purse-hands-listening-music_285396-1196.jpg?_wi=4",
|
||||
imageAlt: "Premium crossbody bag",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/outdoor-portrait-young-beautiful-fashionable-woman-walking-street-holding-big-brown-leather-bag-model-wearing-stylish-clothes_1157-50460.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/outdoor-portrait-young-beautiful-fashionable-woman-walking-street-holding-big-brown-leather-bag-model-wearing-stylish-clothes_1157-50460.jpg?_wi=4",
|
||||
imageAlt: "Sophisticated clutch",
|
||||
},
|
||||
]}
|
||||
rightCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-women-s-purse-tiles-with-mediterranean-aesthetics_23-2150916670.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-women-s-purse-tiles-with-mediterranean-aesthetics_23-2150916670.jpg?_wi=5",
|
||||
imageAlt: "Designer tote details",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-stylish-woman-walking-street-pink-coat-holding-purse-hands-listening-music_285396-1196.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-stylish-woman-walking-street-pink-coat-holding-purse-hands-listening-music_285396-1196.jpg?_wi=5",
|
||||
imageAlt: "Crossbody styling",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/outdoor-portrait-young-beautiful-fashionable-woman-walking-street-holding-big-brown-leather-bag-model-wearing-stylish-clothes_1157-50460.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/outdoor-portrait-young-beautiful-fashionable-woman-walking-street-holding-big-brown-leather-bag-model-wearing-stylish-clothes_1157-50460.jpg?_wi=5",
|
||||
imageAlt: "Evening bag elegance",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-blond-woman-enjoing-weekend-spain_273443-4637.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-blond-woman-enjoing-weekend-spain_273443-4637.jpg?_wi=3",
|
||||
imageAlt: "Handbag lifestyle",
|
||||
},
|
||||
]}
|
||||
@@ -117,7 +117,7 @@ export default function HandbagShopPage() {
|
||||
price: "$285.00",
|
||||
rating: 5,
|
||||
reviewCount: "124",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-women-s-purse-tiles-with-mediterranean-aesthetics_23-2150916670.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-women-s-purse-tiles-with-mediterranean-aesthetics_23-2150916670.jpg?_wi=6",
|
||||
imageAlt: "Italian leather tote bag",
|
||||
},
|
||||
{
|
||||
@@ -127,7 +127,7 @@ export default function HandbagShopPage() {
|
||||
price: "$195.00",
|
||||
rating: 5,
|
||||
reviewCount: "98",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-stylish-woman-walking-street-pink-coat-holding-purse-hands-listening-music_285396-1196.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-stylish-woman-walking-street-pink-coat-holding-purse-hands-listening-music_285396-1196.jpg?_wi=6",
|
||||
imageAlt: "Elegant crossbody bag",
|
||||
},
|
||||
{
|
||||
@@ -137,7 +137,7 @@ export default function HandbagShopPage() {
|
||||
price: "$165.00",
|
||||
rating: 5,
|
||||
reviewCount: "87",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/outdoor-portrait-young-beautiful-fashionable-woman-walking-street-holding-big-brown-leather-bag-model-wearing-stylish-clothes_1157-50460.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/outdoor-portrait-young-beautiful-fashionable-woman-walking-street-holding-big-brown-leather-bag-model-wearing-stylish-clothes_1157-50460.jpg?_wi=6",
|
||||
imageAlt: "Sophisticated evening clutch",
|
||||
},
|
||||
]}
|
||||
|
||||
@@ -49,37 +49,37 @@ export default function HouseholdUtensilsShopPage() {
|
||||
background={{ variant: "radial-gradient" }}
|
||||
leftCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-cup-tea-with-biscuit-roll-dark-surface_140725-75131.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-cup-tea-with-biscuit-roll-dark-surface_140725-75131.jpg?_wi=2",
|
||||
imageAlt: "Stylish kitchen essentials",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/festive-table-decorating-by-decorations-utensils-new-year-eve-concept_132075-11301.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/festive-table-decorating-by-decorations-utensils-new-year-eve-concept_132075-11301.jpg?_wi=3",
|
||||
imageAlt: "Premium kitchen utensils",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-pan-with-fish-cutlery_23-2148643623.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-pan-with-fish-cutlery_23-2148643623.jpg?_wi=3",
|
||||
imageAlt: "Elegant cooking tools",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-dining-tables-without-food_23-2150157775.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-dining-tables-without-food_23-2150157775.jpg?_wi=3",
|
||||
imageAlt: "Luxury cookware set",
|
||||
},
|
||||
]}
|
||||
rightCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/festive-table-decorating-by-decorations-utensils-new-year-eve-concept_132075-11301.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/festive-table-decorating-by-decorations-utensils-new-year-eve-concept_132075-11301.jpg?_wi=4",
|
||||
imageAlt: "Table setting elegance",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-pan-with-fish-cutlery_23-2148643623.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-pan-with-fish-cutlery_23-2148643623.jpg?_wi=4",
|
||||
imageAlt: "Cooking utensils detail",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-dining-tables-without-food_23-2150157775.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-dining-tables-without-food_23-2150157775.jpg?_wi=4",
|
||||
imageAlt: "Dining essentials",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-cup-tea-with-biscuit-roll-dark-surface_140725-75131.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-cup-tea-with-biscuit-roll-dark-surface_140725-75131.jpg?_wi=3",
|
||||
imageAlt: "Kitchen lifestyle",
|
||||
},
|
||||
]}
|
||||
@@ -117,7 +117,7 @@ export default function HouseholdUtensilsShopPage() {
|
||||
price: "$245.00",
|
||||
rating: 5,
|
||||
reviewCount: "156",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/festive-table-decorating-by-decorations-utensils-new-year-eve-concept_132075-11301.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/festive-table-decorating-by-decorations-utensils-new-year-eve-concept_132075-11301.jpg?_wi=5",
|
||||
imageAlt: "Premium kitchen utensils",
|
||||
},
|
||||
{
|
||||
@@ -127,7 +127,7 @@ export default function HouseholdUtensilsShopPage() {
|
||||
price: "$320.00",
|
||||
rating: 5,
|
||||
reviewCount: "102",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-pan-with-fish-cutlery_23-2148643623.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-pan-with-fish-cutlery_23-2148643623.jpg?_wi=5",
|
||||
imageAlt: "Elegant cooking tools",
|
||||
},
|
||||
{
|
||||
@@ -137,7 +137,7 @@ export default function HouseholdUtensilsShopPage() {
|
||||
price: "$215.00",
|
||||
rating: 5,
|
||||
reviewCount: "79",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-dining-tables-without-food_23-2150157775.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-dining-tables-without-food_23-2150157775.jpg?_wi=5",
|
||||
imageAlt: "Elegant cookware set",
|
||||
},
|
||||
]}
|
||||
|
||||
@@ -54,7 +54,7 @@ export default function ShopPage() {
|
||||
price: "$285.00",
|
||||
rating: 5,
|
||||
reviewCount: "124",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-women-s-purse-tiles-with-mediterranean-aesthetics_23-2150916670.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-women-s-purse-tiles-with-mediterranean-aesthetics_23-2150916670.jpg?_wi=3",
|
||||
imageAlt: "Italian leather tote bag",
|
||||
},
|
||||
{
|
||||
@@ -64,7 +64,7 @@ export default function ShopPage() {
|
||||
price: "$195.00",
|
||||
rating: 5,
|
||||
reviewCount: "98",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-stylish-woman-walking-street-pink-coat-holding-purse-hands-listening-music_285396-1196.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-stylish-woman-walking-street-pink-coat-holding-purse-hands-listening-music_285396-1196.jpg?_wi=3",
|
||||
imageAlt: "Elegant crossbody bag",
|
||||
},
|
||||
{
|
||||
@@ -74,7 +74,7 @@ export default function ShopPage() {
|
||||
price: "$165.00",
|
||||
rating: 5,
|
||||
reviewCount: "87",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/outdoor-portrait-young-beautiful-fashionable-woman-walking-street-holding-big-brown-leather-bag-model-wearing-stylish-clothes_1157-50460.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/outdoor-portrait-young-beautiful-fashionable-woman-walking-street-holding-big-brown-leather-bag-model-wearing-stylish-clothes_1157-50460.jpg?_wi=3",
|
||||
imageAlt: "Sophisticated evening clutch",
|
||||
},
|
||||
{
|
||||
@@ -84,7 +84,7 @@ export default function ShopPage() {
|
||||
price: "$325.00",
|
||||
rating: 5,
|
||||
reviewCount: "156",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/festive-table-decorating-by-decorations-utensils-new-year-eve-concept_132075-11301.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/festive-table-decorating-by-decorations-utensils-new-year-eve-concept_132075-11301.jpg?_wi=2",
|
||||
imageAlt: "Premium kitchen utensils set",
|
||||
},
|
||||
{
|
||||
@@ -94,7 +94,7 @@ export default function ShopPage() {
|
||||
price: "$245.00",
|
||||
rating: 5,
|
||||
reviewCount: "112",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-pan-with-fish-cutlery_23-2148643623.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-pan-with-fish-cutlery_23-2148643623.jpg?_wi=2",
|
||||
imageAlt: "Elegant cooking tools",
|
||||
},
|
||||
{
|
||||
@@ -104,7 +104,7 @@ export default function ShopPage() {
|
||||
price: "$395.00",
|
||||
rating: 5,
|
||||
reviewCount: "89",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-dining-tables-without-food_23-2150157775.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-dining-tables-without-food_23-2150157775.jpg?_wi=2",
|
||||
imageAlt: "Luxury cookware set",
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user