diff --git a/src/app/page.tsx b/src/app/page.tsx index 9a44685..d9c2f39 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,13 +48,13 @@ export default function LandingPage() { title="Leora: A Scent of Timeless Elegance" description="Discover our collection of handcrafted fragrances designed for the modern individual." testimonials={[ - { name: "Elena M.", handle: "@elena_m", testimonial: "The scent is breathtaking and stays with me all day.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/arrangement-skin-care-cream_23-2148761493.jpg", imageAlt: "luxury perfume bottle dark background gold accents" }, - { name: "Julian R.", handle: "@julianr", testimonial: "Exquisite quality, definitely my new signature fragrance.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/high-angle-male-self-care-setting-still-life_23-2150326577.jpg", imageAlt: "luxury perfume bottle dark background gold accents" }, - { name: "Sofia K.", handle: "@sofiak", testimonial: "Sophisticated and elegant, simply love Leora.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/empty-perfume-glass-bottles-design-resource_53876-96700.jpg", imageAlt: "luxury perfume bottle dark background gold accents" }, - { name: "Marcus W.", handle: "@marcusw", testimonial: "A luxury experience in every bottle.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/perfume-bottle_1203-7600.jpg", imageAlt: "luxury perfume bottle dark background gold accents" }, - { name: "Anna P.", handle: "@annap", testimonial: "Beautifully crafted, highly recommend.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/beautiful-still-life-arrangement-with-water_23-2149176153.jpg", imageAlt: "luxury perfume bottle dark background gold accents" } + { name: "Elena M.", handle: "@elena_m", testimonial: "The scent is breathtaking and stays with me all day.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/arrangement-skin-care-cream_23-2148761493.jpg?_wi=1", imageAlt: "luxury perfume bottle dark background gold accents" }, + { name: "Julian R.", handle: "@julianr", testimonial: "Exquisite quality, definitely my new signature fragrance.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/high-angle-male-self-care-setting-still-life_23-2150326577.jpg?_wi=1", imageAlt: "luxury perfume bottle dark background gold accents" }, + { name: "Sofia K.", handle: "@sofiak", testimonial: "Sophisticated and elegant, simply love Leora.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/empty-perfume-glass-bottles-design-resource_53876-96700.jpg?_wi=1", imageAlt: "luxury perfume bottle dark background gold accents" }, + { name: "Marcus W.", handle: "@marcusw", testimonial: "A luxury experience in every bottle.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/perfume-bottle_1203-7600.jpg?_wi=1", imageAlt: "luxury perfume bottle dark background gold accents" }, + { name: "Anna P.", handle: "@annap", testimonial: "Beautifully crafted, highly recommend.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/beautiful-still-life-arrangement-with-water_23-2149176153.jpg?_wi=1", imageAlt: "luxury perfume bottle dark background gold accents" } ]} - imageSrc="http://img.b2bpic.net/free-photo/arrangement-skin-care-cream_23-2148761493.jpg" + imageSrc="http://img.b2bpic.net/free-photo/arrangement-skin-care-cream_23-2148761493.jpg?_wi=2" avatars={[ { src: "http://img.b2bpic.net/free-photo/beautiful-woman-posing-autumn-coat-posing-street_1303-29532.jpg", alt: "Customer portrait 1" }, { src: "http://img.b2bpic.net/free-photo/businesswoman-city_1157-16548.jpg", alt: "Customer portrait 2" }, @@ -86,10 +86,10 @@ export default function LandingPage() { gridVariant="two-columns-alternating-heights" useInvertedBackground={false} products={[ - { id: "1", name: "Midnight Bloom", price: "$120", variant: "Eau de Parfum", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-male-self-care-setting-still-life_23-2150326577.jpg" }, - { id: "2", name: "Golden Hour", price: "$145", variant: "Eau de Parfum", imageSrc: "http://img.b2bpic.net/free-photo/empty-perfume-glass-bottles-design-resource_53876-96700.jpg" }, - { id: "3", name: "Coastal Breeze", price: "$110", variant: "Eau de Toilette", imageSrc: "http://img.b2bpic.net/free-photo/perfume-bottle_1203-7600.jpg" }, - { id: "4", name: "Velvet Oud", price: "$160", variant: "Extrait de Parfum", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-still-life-arrangement-with-water_23-2149176153.jpg" }, + { id: "1", name: "Midnight Bloom", price: "$120", variant: "Eau de Parfum", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-male-self-care-setting-still-life_23-2150326577.jpg?_wi=2" }, + { id: "2", name: "Golden Hour", price: "$145", variant: "Eau de Parfum", imageSrc: "http://img.b2bpic.net/free-photo/empty-perfume-glass-bottles-design-resource_53876-96700.jpg?_wi=2" }, + { id: "3", name: "Coastal Breeze", price: "$110", variant: "Eau de Toilette", imageSrc: "http://img.b2bpic.net/free-photo/perfume-bottle_1203-7600.jpg?_wi=2" }, + { id: "4", name: "Velvet Oud", price: "$160", variant: "Extrait de Parfum", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-still-life-arrangement-with-water_23-2149176153.jpg?_wi=2" }, { id: "5", name: "Citrus Zest", price: "$95", variant: "Eau de Cologne", imageSrc: "http://img.b2bpic.net/free-photo/candle-with-leafy-shadow-pattern_24972-3051.jpg" }, { id: "6", name: "Floral Veil", price: "$130", variant: "Eau de Parfum", imageSrc: "http://img.b2bpic.net/free-photo/still-life-stacked-aesthetic-objects_52683-108512.jpg" }, ]}