Update src/app/page.tsx
This commit is contained in:
@@ -54,7 +54,7 @@ export default function HomePage() {
|
||||
{ text: "Shop Now", href: "/shop" },
|
||||
{ text: "Discover Fragrances", href: "/shop" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/front-view-cologne-bottle-rotten-tree-branch-dark-blue-background_140725-144917.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/front-view-cologne-bottle-rotten-tree-branch-dark-blue-background_140725-144917.jpg?_wi=1"
|
||||
imageAlt="Premium perfume bottle on elegant background"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
@@ -75,7 +75,7 @@ export default function HomePage() {
|
||||
id: "1",
|
||||
name: "Midnight Noir",
|
||||
price: "$185.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elegant-vegan-alcohol-arrangement_23-2149337761.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elegant-vegan-alcohol-arrangement_23-2149337761.jpg?_wi=1",
|
||||
imageAlt: "Midnight Noir luxury perfume bottle",
|
||||
initialQuantity: 1,
|
||||
},
|
||||
@@ -83,7 +83,7 @@ export default function HomePage() {
|
||||
id: "2",
|
||||
name: "Emerald Essence",
|
||||
price: "$165.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/girly-composition-table_23-2148229230.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/girly-composition-table_23-2148229230.jpg?_wi=1",
|
||||
imageAlt: "Emerald Essence fragrance bottle",
|
||||
initialQuantity: 1,
|
||||
},
|
||||
@@ -91,7 +91,7 @@ export default function HomePage() {
|
||||
id: "3",
|
||||
name: "White Rose Vintage",
|
||||
price: "$195.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-still-life-arrangement-with-water_23-2149176156.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-still-life-arrangement-with-water_23-2149176156.jpg?_wi=1",
|
||||
imageAlt: "White Rose Vintage premium perfume",
|
||||
initialQuantity: 1,
|
||||
},
|
||||
@@ -118,7 +118,7 @@ export default function HomePage() {
|
||||
description="We deliver uncompromising quality in every aspect of our business"
|
||||
tag="Premium Quality"
|
||||
tagIcon={Crown}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-dispenser-liquid-soap-female-hands-store_169016-24141.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-dispenser-liquid-soap-female-hands-store_169016-24141.jpg?_wi=1"
|
||||
imageAlt="Perfume crafting process and ingredients"
|
||||
mediaAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
@@ -230,28 +230,28 @@ export default function HomePage() {
|
||||
id: "men-1",
|
||||
name: "Men's Collection",
|
||||
price: "$160-$200",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/oriental-spices-small-bottles_23-2147684854.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/oriental-spices-small-bottles_23-2147684854.jpg?_wi=1",
|
||||
imageAlt: "Men's fragrance collection",
|
||||
},
|
||||
{
|
||||
id: "women-1",
|
||||
name: "Women's Collection",
|
||||
price: "$165-$215",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/collection-small-perfume-bottles_53876-32341.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/collection-small-perfume-bottles_53876-32341.jpg?_wi=1",
|
||||
imageAlt: "Women's fragrance collection",
|
||||
},
|
||||
{
|
||||
id: "unisex-1",
|
||||
name: "Unisex Collection",
|
||||
price: "$155-$195",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/colorful-spray-bottles-isolated-white-background_53876-32355.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/colorful-spray-bottles-isolated-white-background_53876-32355.jpg?_wi=1",
|
||||
imageAlt: "Unisex fragrance collection",
|
||||
},
|
||||
{
|
||||
id: "limited-1",
|
||||
name: "Limited Edition",
|
||||
price: "$250-$400",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/luxury-perfume-fragrance-bottle_116380-80.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/luxury-perfume-fragrance-bottle_116380-80.jpg?_wi=1",
|
||||
imageAlt: "Limited edition fragrances",
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user