Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
@@ -67,11 +67,11 @@ export default function LandingPage() {
|
||||
tagAnimation="slide-up"
|
||||
products={[
|
||||
{
|
||||
id: "1", name: "Midnight Bloom", price: "$185", imageSrc: "http://img.b2bpic.net/free-photo/pink-orchid-girly-arrangement_23-2148229212.jpg", imageAlt: "Midnight Bloom Perfume"},
|
||||
id: "1", name: "Midnight Bloom", price: "$185", imageSrc: "http://img.b2bpic.net/free-photo/pink-orchid-girly-arrangement_23-2148229212.jpg?_wi=1", imageAlt: "Midnight Bloom Perfume"},
|
||||
{
|
||||
id: "2", name: "Rose Garden", price: "$165", imageSrc: "http://img.b2bpic.net/free-vector/cover-design-line-art-set_23-2149130901.jpg", imageAlt: "Rose Garden Perfume"},
|
||||
id: "2", name: "Rose Garden", price: "$165", imageSrc: "http://img.b2bpic.net/free-vector/cover-design-line-art-set_23-2149130901.jpg?_wi=1", imageAlt: "Rose Garden Perfume"},
|
||||
{
|
||||
id: "3", name: "Oud Essence", price: "$225", imageSrc: "http://img.b2bpic.net/free-photo/skin-regeneration-product-still-life_23-2151232241.jpg", imageAlt: "Oud Essence Perfume"},
|
||||
id: "3", name: "Oud Essence", price: "$225", imageSrc: "http://img.b2bpic.net/free-photo/skin-regeneration-product-still-life_23-2151232241.jpg?_wi=1", imageAlt: "Oud Essence Perfume"},
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
textboxLayout="default"
|
||||
@@ -102,11 +102,11 @@ export default function LandingPage() {
|
||||
description="Experience the finest in fragrance craftsmanship"
|
||||
features={[
|
||||
{
|
||||
id: "1", title: "Premium Ingredients", description: "Sourced from the world's most exclusive locations and refined through traditional methods", tag: "Quality", imageSrc: "http://img.b2bpic.net/free-photo/pink-orchid-girly-arrangement_23-2148229212.jpg", imageAlt: "Premium ingredients selection"},
|
||||
id: "1", title: "Premium Ingredients", description: "Sourced from the world's most exclusive locations and refined through traditional methods", tag: "Quality", imageSrc: "http://img.b2bpic.net/free-photo/pink-orchid-girly-arrangement_23-2148229212.jpg?_wi=2", imageAlt: "Premium ingredients selection"},
|
||||
{
|
||||
id: "2", title: "Masterful Blending", description: "Expert perfumers with decades of experience create harmonious fragrance compositions", tag: "Expertise", imageSrc: "http://img.b2bpic.net/free-vector/cover-design-line-art-set_23-2149130901.jpg", imageAlt: "Perfume blending process"},
|
||||
id: "2", title: "Masterful Blending", description: "Expert perfumers with decades of experience create harmonious fragrance compositions", tag: "Expertise", imageSrc: "http://img.b2bpic.net/free-vector/cover-design-line-art-set_23-2149130901.jpg?_wi=2", imageAlt: "Perfume blending process"},
|
||||
{
|
||||
id: "3", title: "Lasting Elegance", description: "Long-lasting formulations that stay true throughout the day", tag: "Performance", imageSrc: "http://img.b2bpic.net/free-photo/skin-regeneration-product-still-life_23-2151232241.jpg", imageAlt: "Fragrance performance showcase"},
|
||||
id: "3", title: "Lasting Elegance", description: "Long-lasting formulations that stay true throughout the day", tag: "Performance", imageSrc: "http://img.b2bpic.net/free-photo/skin-regeneration-product-still-life_23-2151232241.jpg?_wi=2", imageAlt: "Fragrance performance showcase"},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
animationType="slide-up"
|
||||
|
||||
Reference in New Issue
Block a user