Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-04-07 20:17:57 +00:00

View File

@@ -43,7 +43,7 @@ export default function LandingPage() {
logoText="DecantLuxury"
description="Experience luxury perfumery, one refillable decant at a time. Elevate your fragrance rotation with our curated collection of premium scents."
buttons={[{ text: "Explore Collection", href: "#features" }]}
imageSrc="http://img.b2bpic.net/free-photo/cosmetic-bottle-with-luxurious-art-nouveau-inspired-sun-relief-background_23-2151420709.jpg"
imageSrc="http://img.b2bpic.net/free-photo/cosmetic-bottle-with-luxurious-art-nouveau-inspired-sun-relief-background_23-2151420709.jpg?_wi=1"
imageAlt="Luxury perfume bottle display"
/>
</div>
@@ -54,10 +54,10 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
features={[
{ id: "1", title: "JPG Le Beau Le Parfum", tags: ["Longevity: 85%", "Projection: 90%"], imageSrc: "http://img.b2bpic.net/free-photo/front-view-perfume-bottle-small-white-picture-frame_140725-145541.jpg" },
{ id: "2", title: "Lattafa Eclair", tags: ["Longevity: 90%", "Projection: 85%"], imageSrc: "http://img.b2bpic.net/free-photo/glass-whiskey-with-cigar-table-close-up-photo-alcohol-cigar_1157-39195.jpg" },
{ id: "3", title: "Lattafa Fakhar", tags: ["Longevity: 80%", "Projection: 75%"], imageSrc: "http://img.b2bpic.net/free-photo/elegant-vegan-alcohol-arrangement_23-2149337695.jpg" },
{ id: "4", title: "Sauvage Elixir", tags: ["Longevity: 98%", "Projection: 95%"], imageSrc: "http://img.b2bpic.net/free-photo/man-s-accessories-wooden-surface_8353-10515.jpg" },
{ id: "1", title: "JPG Le Beau Le Parfum", tags: ["Longevity: 85%", "Projection: 90%"], imageSrc: "http://img.b2bpic.net/free-photo/front-view-perfume-bottle-small-white-picture-frame_140725-145541.jpg?_wi=1" },
{ id: "2", title: "Lattafa Eclair", tags: ["Longevity: 90%", "Projection: 85%"], imageSrc: "http://img.b2bpic.net/free-photo/glass-whiskey-with-cigar-table-close-up-photo-alcohol-cigar_1157-39195.jpg?_wi=1" },
{ id: "3", title: "Lattafa Fakhar", tags: ["Longevity: 80%", "Projection: 75%"], imageSrc: "http://img.b2bpic.net/free-photo/elegant-vegan-alcohol-arrangement_23-2149337695.jpg?_wi=1" },
{ id: "4", title: "Sauvage Elixir", tags: ["Longevity: 98%", "Projection: 95%"], imageSrc: "http://img.b2bpic.net/free-photo/man-s-accessories-wooden-surface_8353-10515.jpg?_wi=1" },
]}
title="Fragrance Collection"
description="Discover our signature collection of refillable decants, chosen for their distinct character, projection, and long-lasting quality."
@@ -86,11 +86,11 @@ export default function LandingPage() {
cardTag="Testimonials"
cardAnimation="slide-up"
testimonials={[
{ id: "1", name: "Alex R.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-perfume-bottle-small-white-picture-frame_140725-145541.jpg" },
{ id: "2", name: "Sarah K.", imageSrc: "http://img.b2bpic.net/free-photo/glass-whiskey-with-cigar-table-close-up-photo-alcohol-cigar_1157-39195.jpg" },
{ id: "3", name: "Marcus D.", imageSrc: "http://img.b2bpic.net/free-photo/man-s-accessories-wooden-surface_8353-10515.jpg" },
{ id: "4", name: "Elena V.", imageSrc: "http://img.b2bpic.net/free-photo/elegant-vegan-alcohol-arrangement_23-2149337695.jpg" },
{ id: "5", name: "Jordan S.", imageSrc: "http://img.b2bpic.net/free-photo/cosmetic-bottle-with-luxurious-art-nouveau-inspired-sun-relief-background_23-2151420709.jpg" }
{ id: "1", name: "Alex R.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-perfume-bottle-small-white-picture-frame_140725-145541.jpg?_wi=2" },
{ id: "2", name: "Sarah K.", imageSrc: "http://img.b2bpic.net/free-photo/glass-whiskey-with-cigar-table-close-up-photo-alcohol-cigar_1157-39195.jpg?_wi=2" },
{ id: "3", name: "Marcus D.", imageSrc: "http://img.b2bpic.net/free-photo/man-s-accessories-wooden-surface_8353-10515.jpg?_wi=2" },
{ id: "4", name: "Elena V.", imageSrc: "http://img.b2bpic.net/free-photo/elegant-vegan-alcohol-arrangement_23-2149337695.jpg?_wi=2" },
{ id: "5", name: "Jordan S.", imageSrc: "http://img.b2bpic.net/free-photo/cosmetic-bottle-with-luxurious-art-nouveau-inspired-sun-relief-background_23-2151420709.jpg?_wi=2" }
]}
/>
</div>
@@ -105,7 +105,7 @@ export default function LandingPage() {
{ name: "email", type: "email", placeholder: "Your Email", required: true },
]}
textarea={{ name: "order", placeholder: "Which fragrance or pack would you like to order?", required: true }}
imageSrc="http://img.b2bpic.net/free-photo/cosmetic-bottle-with-luxurious-art-nouveau-inspired-sun-relief-background_23-2151420709.jpg"
imageSrc="http://img.b2bpic.net/free-photo/cosmetic-bottle-with-luxurious-art-nouveau-inspired-sun-relief-background_23-2151420709.jpg?_wi=3"
/>
</div>