Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-03-07 00:51:06 +00:00

View File

@@ -54,7 +54,7 @@ export default function LandingPage() {
buttonAnimation="slide-up"
dashboard={{
title: "Fragrance Discovery Hub", logoIcon: Droplet,
imageSrc: "http://img.b2bpic.net/free-photo/cosmetic-products-flowers-white_1150-15378.jpg", imageAlt: "NVG LUX Premium Fragrance", buttons: [
imageSrc: "http://img.b2bpic.net/free-photo/cosmetic-products-flowers-white_1150-15378.jpg?_wi=1", imageAlt: "NVG LUX Premium Fragrance", buttons: [
{ text: "Explore Collection", href: "#products" },
{ text: "Shop Samples", href: "#pricing" },
],
@@ -95,10 +95,10 @@ export default function LandingPage() {
reviewCount: "342", imageSrc: "http://img.b2bpic.net/free-photo/skin-regeneration-product-still-life_23-2151232231.jpg", imageAlt: "Rose Essence Sample"},
{
id: "2", brand: "NVG LUX", name: "Oud Noir", price: "$34.99", rating: 5,
reviewCount: "298", imageSrc: "http://img.b2bpic.net/free-vector/abstract-artistic-mandala-design-background_1055-3204.jpg", imageAlt: "Oud Noir Sample"},
reviewCount: "298", imageSrc: "http://img.b2bpic.net/free-vector/abstract-artistic-mandala-design-background_1055-3204.jpg?_wi=1", imageAlt: "Oud Noir Sample"},
{
id: "3", brand: "NVG LUX", name: "Peony Dream", price: "$24.99", rating: 5,
reviewCount: "267", imageSrc: "http://img.b2bpic.net/free-photo/close-up-beautiful-florist-woman_23-2149215318.jpg", imageAlt: "Peony Dream Sample"},
reviewCount: "267", imageSrc: "http://img.b2bpic.net/free-photo/close-up-beautiful-florist-woman_23-2149215318.jpg?_wi=1", imageAlt: "Peony Dream Sample"},
{
id: "4", brand: "NVG LUX", name: "Sandalwood Bliss", price: "$29.99", rating: 5,
reviewCount: "315", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-still-life-with-herbal-medicine_23-2149291993.jpg", imageAlt: "Sandalwood Bliss Sample"},
@@ -119,11 +119,11 @@ export default function LandingPage() {
animationType="slide-up"
features={[
{
id: "1", title: "Authentic Fragrances", description: "Every sample is sourced directly from premium fragrance houses, ensuring 100% authenticity and quality in every vial.", imageSrc: "http://img.b2bpic.net/free-photo/cosmetic-products-flowers-white_1150-15378.jpg", imageAlt: "Authentic Fragrances"},
id: "1", title: "Authentic Fragrances", description: "Every sample is sourced directly from premium fragrance houses, ensuring 100% authenticity and quality in every vial.", imageSrc: "http://img.b2bpic.net/free-photo/cosmetic-products-flowers-white_1150-15378.jpg?_wi=2", imageAlt: "Authentic Fragrances"},
{
id: "2", title: "Discover Your Scent", description: "Try before you commit. Our curated samples let you explore multiple fragrances and find your perfect signature scent.", imageSrc: "http://img.b2bpic.net/free-vector/abstract-artistic-mandala-design-background_1055-3204.jpg", imageAlt: "Fragrance Discovery"},
id: "2", title: "Discover Your Scent", description: "Try before you commit. Our curated samples let you explore multiple fragrances and find your perfect signature scent.", imageSrc: "http://img.b2bpic.net/free-vector/abstract-artistic-mandala-design-background_1055-3204.jpg?_wi=2", imageAlt: "Fragrance Discovery"},
{
id: "3", title: "Luxury at Affordable Prices", description: "Experience high-end perfumery without the premium price tag. Luxury samples at a fraction of full-size costs.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-beautiful-florist-woman_23-2149215318.jpg", imageAlt: "Affordable Luxury"},
id: "3", title: "Luxury at Affordable Prices", description: "Experience high-end perfumery without the premium price tag. Luxury samples at a fraction of full-size costs.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-beautiful-florist-woman_23-2149215318.jpg?_wi=2", imageAlt: "Affordable Luxury"},
]}
/>
</div>