Merge version_1 into main #1

Merged
bender merged 5 commits from version_1 into main 2026-03-07 06:46:46 +00:00
5 changed files with 21 additions and 21 deletions

View File

@@ -22,7 +22,7 @@ export default function CheckoutPage() {
price: 89.99,
quantity: 1,
variant: "Black Oud • 50ml",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-still-life-arrangement-with-water_23-2149176153.jpg"
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-still-life-arrangement-with-water_23-2149176153.jpg?_wi=3"
},
{
id: "2",
@@ -30,7 +30,7 @@ export default function CheckoutPage() {
price: 79.99,
quantity: 2,
variant: "Floral Rose • 50ml",
imageSrc: "http://img.b2bpic.net/free-photo/gua-sha-face-roller-red-flower-high-angle_23-2149357114.jpg"
imageSrc: "http://img.b2bpic.net/free-photo/gua-sha-face-roller-red-flower-high-angle_23-2149357114.jpg?_wi=3"
}
]);

View File

@@ -65,19 +65,19 @@ export default function UserDashboardPage() {
id: "1",
name: "Midnight Essence",
price: 89.99,
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-still-life-arrangement-with-water_23-2149176153.jpg"
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-still-life-arrangement-with-water_23-2149176153.jpg?_wi=4"
},
{
id: "2",
name: "Golden Rose",
price: 79.99,
imageSrc: "http://img.b2bpic.net/free-photo/gua-sha-face-roller-red-flower-high-angle_23-2149357114.jpg"
imageSrc: "http://img.b2bpic.net/free-photo/gua-sha-face-roller-red-flower-high-angle_23-2149357114.jpg?_wi=4"
},
{
id: "3",
name: "Coastal Breeze",
price: 84.99,
imageSrc: "http://img.b2bpic.net/free-vector/tropical-cards-with-golden-splashes_23-2148529990.jpg"
imageSrc: "http://img.b2bpic.net/free-vector/tropical-cards-with-golden-splashes_23-2148529990.jpg?_wi=3"
}
]);

View File

@@ -69,7 +69,7 @@ export default function HomePage() {
price: "$89.99",
variant: "Black Oud • 50ml",
imageSrc:
"http://img.b2bpic.net/free-photo/beautiful-still-life-arrangement-with-water_23-2149176153.jpg",
"http://img.b2bpic.net/free-photo/beautiful-still-life-arrangement-with-water_23-2149176153.jpg?_wi=1",
imageAlt: "Midnight Essence fragrance bottle",
isFavorited: false,
},
@@ -79,7 +79,7 @@ export default function HomePage() {
price: "$79.99",
variant: "Floral Rose • 50ml",
imageSrc:
"http://img.b2bpic.net/free-photo/gua-sha-face-roller-red-flower-high-angle_23-2149357114.jpg",
"http://img.b2bpic.net/free-photo/gua-sha-face-roller-red-flower-high-angle_23-2149357114.jpg?_wi=1",
imageAlt: "Golden Rose fragrance bottle",
isFavorited: false,
},
@@ -89,7 +89,7 @@ export default function HomePage() {
price: "$84.99",
variant: "Fresh Citrus • 50ml",
imageSrc:
"http://img.b2bpic.net/free-vector/tropical-cards-with-golden-splashes_23-2148529990.jpg",
"http://img.b2bpic.net/free-vector/tropical-cards-with-golden-splashes_23-2148529990.jpg?_wi=1",
imageAlt: "Coastal Breeze fragrance bottle",
isFavorited: false,
},
@@ -130,7 +130,7 @@ export default function HomePage() {
description:
"Work with our master perfumers to create a bespoke fragrance that's uniquely yours. A truly personalized scent journey.",
imageSrc:
"http://img.b2bpic.net/free-photo/side-view-friends-with-drinks-indoors_23-2149860535.jpg",
"http://img.b2bpic.net/free-photo/side-view-friends-with-drinks-indoors_23-2149860535.jpg?_wi=1",
button: {
text: "Create Custom Scent",
href: "/services",
@@ -141,7 +141,7 @@ export default function HomePage() {
description:
"Perfect for corporate gifting and special events. Bulk orders with custom packaging and personalization available.",
imageSrc:
"http://img.b2bpic.net/free-photo/containers-liquid-soap-shampoo-with-dispenser-is-sold-supermarket_169016-43467.jpg",
"http://img.b2bpic.net/free-photo/containers-liquid-soap-shampoo-with-dispenser-is-sold-supermarket_169016-43467.jpg?_wi=1",
button: {
text: "Corporate Solutions",
href: "/services",
@@ -152,7 +152,7 @@ export default function HomePage() {
description:
"Elevate your gift with our premium gift wrapping service. Beautifully presented for that special someone.",
imageSrc:
"http://img.b2bpic.net/free-psd/engagement-template-design_23-2151377479.jpg",
"http://img.b2bpic.net/free-psd/engagement-template-design_23-2151377479.jpg?_wi=1",
button: {
text: "Gift Wrap Service",
href: "/services",

View File

@@ -46,7 +46,7 @@ export default function ProductsPage() {
price: "$89.99",
variant: "Black Oud • 50ml",
imageSrc:
"http://img.b2bpic.net/free-photo/beautiful-still-life-arrangement-with-water_23-2149176153.jpg",
"http://img.b2bpic.net/free-photo/beautiful-still-life-arrangement-with-water_23-2149176153.jpg?_wi=2",
imageAlt: "Midnight Essence fragrance bottle",
isFavorited: false,
},
@@ -56,7 +56,7 @@ export default function ProductsPage() {
price: "$79.99",
variant: "Floral Rose • 50ml",
imageSrc:
"http://img.b2bpic.net/free-photo/gua-sha-face-roller-red-flower-high-angle_23-2149357114.jpg",
"http://img.b2bpic.net/free-photo/gua-sha-face-roller-red-flower-high-angle_23-2149357114.jpg?_wi=2",
imageAlt: "Golden Rose fragrance bottle",
isFavorited: false,
},
@@ -66,7 +66,7 @@ export default function ProductsPage() {
price: "$84.99",
variant: "Fresh Citrus • 50ml",
imageSrc:
"http://img.b2bpic.net/free-vector/tropical-cards-with-golden-splashes_23-2148529990.jpg",
"http://img.b2bpic.net/free-vector/tropical-cards-with-golden-splashes_23-2148529990.jpg?_wi=2",
imageAlt: "Coastal Breeze fragrance bottle",
isFavorited: false,
},
@@ -89,7 +89,7 @@ export default function ProductsPage() {
price: "$94.99",
variant: "Amber Spice • 75ml",
imageSrc:
"http://img.b2bpic.net/free-photo/skin-regeneration-product-still-life_23-2151232231.jpg",
"http://img.b2bpic.net/free-photo/skin-regeneration-product-still-life_23-2151232231.jpg?_wi=1",
imageAlt: "Velvet Nights fragrance bottle",
isFavorited: false,
},
@@ -99,7 +99,7 @@ export default function ProductsPage() {
price: "$82.99",
variant: "White Floral • 50ml",
imageSrc:
"http://img.b2bpic.net/free-photo/monochrome-beauty-product-skincare_23-2151307299.jpg",
"http://img.b2bpic.net/free-photo/monochrome-beauty-product-skincare_23-2151307299.jpg?_wi=1",
imageAlt: "Jasmine Pearl fragrance bottle",
isFavorited: false,
},
@@ -119,7 +119,7 @@ export default function ProductsPage() {
price: "$75.99",
variant: "Herbal • 50ml",
imageSrc:
"http://img.b2bpic.net/free-photo/skin-regeneration-product-still-life_23-2151232231.jpg",
"http://img.b2bpic.net/free-photo/skin-regeneration-product-still-life_23-2151232231.jpg?_wi=2",
imageAlt: "Lavender Dream fragrance bottle",
isFavorited: false,
},
@@ -129,7 +129,7 @@ export default function ProductsPage() {
price: "$90.99",
variant: "Oriental • 55ml",
imageSrc:
"http://img.b2bpic.net/free-photo/monochrome-beauty-product-skincare_23-2151307299.jpg",
"http://img.b2bpic.net/free-photo/monochrome-beauty-product-skincare_23-2151307299.jpg?_wi=2",
imageAlt: "Silk Charm fragrance bottle",
isFavorited: false,
},

View File

@@ -47,7 +47,7 @@ export default function ServicesPage() {
description:
"Work with our master perfumers to create a bespoke fragrance that's uniquely yours. A truly personalized scent journey.",
imageSrc:
"http://img.b2bpic.net/free-photo/side-view-friends-with-drinks-indoors_23-2149860535.jpg",
"http://img.b2bpic.net/free-photo/side-view-friends-with-drinks-indoors_23-2149860535.jpg?_wi=2",
imageAlt: "custom fragrance creation luxury experience",
button: {
text: "Create Custom Scent",
@@ -59,7 +59,7 @@ export default function ServicesPage() {
description:
"Perfect for corporate gifting and special events. Bulk orders with custom packaging and personalization available.",
imageSrc:
"http://img.b2bpic.net/free-photo/containers-liquid-soap-shampoo-with-dispenser-is-sold-supermarket_169016-43467.jpg",
"http://img.b2bpic.net/free-photo/containers-liquid-soap-shampoo-with-dispenser-is-sold-supermarket_169016-43467.jpg?_wi=2",
imageAlt: "bulk fragrance order corporate gifting",
button: {
text: "Corporate Solutions",
@@ -71,7 +71,7 @@ export default function ServicesPage() {
description:
"Elevate your gift with our premium gift wrapping service. Beautifully presented for that special someone.",
imageSrc:
"http://img.b2bpic.net/free-psd/engagement-template-design_23-2151377479.jpg",
"http://img.b2bpic.net/free-psd/engagement-template-design_23-2151377479.jpg?_wi=2",
imageAlt: "luxury gift wrapping fragrance premium",
button: {
text: "Gift Wrap Service",