Merge version_1 into main #1
@@ -77,13 +77,13 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
products={[
|
||||
{
|
||||
id: "amber-essence", name: "Amber Essence", price: "1999 PKR", variant: "50ml", imageSrc: "http://img.b2bpic.net/free-photo/bottles-essential-oil-plain-background_23-2148241796.jpg", imageAlt: "Amber Essence perfume bottle", isFavorited: false
|
||||
id: "amber-essence", name: "Amber Essence", price: "1999 PKR", variant: "50ml", imageSrc: "http://img.b2bpic.net/free-photo/bottles-essential-oil-plain-background_23-2148241796.jpg?_wi=1", imageAlt: "Amber Essence perfume bottle", isFavorited: false
|
||||
},
|
||||
{
|
||||
id: "rose-velvet", name: "Rose Velvet", price: "1999 PKR", variant: "50ml", imageSrc: "http://img.b2bpic.net/free-photo/natural-argan-oil-composition_23-2149016632.jpg", imageAlt: "Rose Velvet perfume bottle", isFavorited: false
|
||||
id: "rose-velvet", name: "Rose Velvet", price: "1999 PKR", variant: "50ml", imageSrc: "http://img.b2bpic.net/free-photo/natural-argan-oil-composition_23-2149016632.jpg?_wi=1", imageAlt: "Rose Velvet perfume bottle", isFavorited: false
|
||||
},
|
||||
{
|
||||
id: "citrus-bliss", name: "Citrus Bliss", price: "1999 PKR", variant: "50ml", imageSrc: "http://img.b2bpic.net/free-photo/minimal-beauty-products-composition_23-2148961350.jpg", imageAlt: "Citrus Bliss perfume bottle", isFavorited: false
|
||||
id: "citrus-bliss", name: "Citrus Bliss", price: "1999 PKR", variant: "50ml", imageSrc: "http://img.b2bpic.net/free-photo/minimal-beauty-products-composition_23-2148961350.jpg?_wi=1", imageAlt: "Citrus Bliss perfume bottle", isFavorited: false
|
||||
}
|
||||
]}
|
||||
carouselMode="buttons"
|
||||
@@ -121,7 +121,7 @@ export default function LandingPage() {
|
||||
{ text: "Start Shopping", href: "#products" }
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/bottles-essential-oil-plain-background_23-2148241796.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/bottles-essential-oil-plain-background_23-2148241796.jpg?_wi=2"
|
||||
imageAlt="Premium perfume craftsmanship"
|
||||
mediaAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
@@ -176,21 +176,21 @@ export default function LandingPage() {
|
||||
"Rich amber and vanilla notes", "Long-lasting formula (8+ hours)", "Suitable for all occasions", "50ml bottle"
|
||||
],
|
||||
button: { text: "Add to Cart", href: "#contact" },
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bottles-essential-oil-plain-background_23-2148241796.jpg"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bottles-essential-oil-plain-background_23-2148241796.jpg?_wi=3"
|
||||
},
|
||||
{
|
||||
id: "rose", title: "Rose Velvet", price: "1999", period: "PKR", features: [
|
||||
"Luxurious rose and musk blend", "Premium long-lasting fragrance", "Elegant and sophisticated scent", "50ml bottle"
|
||||
],
|
||||
button: { text: "Add to Cart", href: "#contact" },
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/natural-argan-oil-composition_23-2149016632.jpg"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/natural-argan-oil-composition_23-2149016632.jpg?_wi=2"
|
||||
},
|
||||
{
|
||||
id: "citrus", title: "Citrus Bliss", price: "1999", period: "PKR", features: [
|
||||
"Fresh citrus and bergamot notes", "Perfect for daytime wear", "Energizing and uplifting scent", "50ml bottle"
|
||||
],
|
||||
button: { text: "Add to Cart", href: "#contact" },
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/minimal-beauty-products-composition_23-2148961350.jpg"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/minimal-beauty-products-composition_23-2148961350.jpg?_wi=2"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user