From 319e69696f83f26ae5fdfda1884d0c86ea9515af Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 04:03:37 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 23 ++++++++++------------- 1 file changed, 10 insertions(+), 13 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e3cda1d..67a2bde 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -70,13 +70,13 @@ export default function LandingPage() { tag="Bestsellers" products={[ { - id: "classical", name: "Classical Heritage", price: "$125", variant: "Deep Blue 2 Sizes", imageSrc: "http://img.b2bpic.net/free-photo/perfume-bottle_1203-3562.jpg?_wi=1", imageAlt: "Classical Heritage Cologne", isFavorited: false, + id: "classical", name: "Classical Heritage", price: "$125", variant: "Deep Blue 2 Sizes", imageSrc: "http://img.b2bpic.net/free-photo/perfume-bottle_1203-3562.jpg", imageAlt: "Classical Heritage Cologne", isFavorited: false, }, { - id: "fresh", name: "Fresh Dawn", price: "$95", variant: "Crystal Clear 3 Sizes", imageSrc: "http://img.b2bpic.net/free-photo/closeup-perfume_53876-42017.jpg?_wi=1", imageAlt: "Fresh Dawn Cologne", isFavorited: false, + id: "fresh", name: "Fresh Dawn", price: "$95", variant: "Crystal Clear 3 Sizes", imageSrc: "http://img.b2bpic.net/free-photo/closeup-perfume_53876-42017.jpg", imageAlt: "Fresh Dawn Cologne", isFavorited: false, }, { - id: "amber", name: "Amber Nights", price: "$140", variant: "Golden Amber 2 Sizes", imageSrc: "http://img.b2bpic.net/free-photo/composition-skin-beauty-products_23-2148761497.jpg?_wi=1", imageAlt: "Amber Nights Cologne", isFavorited: false, + id: "amber", name: "Amber Nights", price: "$140", variant: "Golden Amber 2 Sizes", imageSrc: "http://img.b2bpic.net/free-photo/composition-skin-beauty-products_23-2148761497.jpg", imageAlt: "Amber Nights Cologne", isFavorited: false, }, ]} textboxLayout="default" @@ -112,13 +112,13 @@ export default function LandingPage() { features={[ { id: "1", title: "Rare Ingredients Sourced Globally", tags: ["Premium", "Authentic"], - imageSrc: "http://img.b2bpic.net/free-photo/perfume-bottle_1203-3562.jpg?_wi=2", imageAlt: "Premium Ingredients"}, + imageSrc: "http://img.b2bpic.net/free-photo/perfume-bottle_1203-3562.jpg", imageAlt: "Premium Ingredients"}, { id: "2", title: "Long-Lasting Fragrance Profile", tags: ["Lasting", "Quality"], - imageSrc: "http://img.b2bpic.net/free-photo/closeup-perfume_53876-42017.jpg?_wi=2", imageAlt: "Lasting Fragrance"}, + imageSrc: "http://img.b2bpic.net/free-photo/closeup-perfume_53876-42017.jpg", imageAlt: "Lasting Fragrance"}, { id: "3", title: "Sustainable Luxury Packaging", tags: ["Eco-Conscious", "Luxury"], - imageSrc: "http://img.b2bpic.net/free-photo/composition-skin-beauty-products_23-2148761497.jpg?_wi=2", imageAlt: "Luxury Packaging"}, + imageSrc: "http://img.b2bpic.net/free-photo/composition-skin-beauty-products_23-2148761497.jpg", imageAlt: "Luxury Packaging"}, ]} textboxLayout="default" animationType="slide-up" @@ -152,18 +152,15 @@ export default function LandingPage() { tag="Collections" plans={[ { - id: "classical", tag: "Classical Heritage", price: "$125", period: "/bottle", description: "A timeless blend of sophisticated notes perfect for distinguished tastes.", button: { text: "Add to Cart", href: "#contact" }, - featuresTitle: "What's Included:", features: [ + id: "classical", tag: "Classical Heritage", price: "$125", period: "/bottle", description: "A timeless blend of sophisticated notes perfect for distinguished tastes.", button: { text: "Add to Cart", href: "#contact" }, featuresTitle: "What's Included:", features: [ "50ml premium glass bottle", "Lasting 6-8 hours", "Free luxury packaging", "30-day satisfaction guarantee"], }, { - id: "fresh", tag: "Fresh Dawn", price: "$95", period: "/bottle", description: "Crisp and invigorating with citrus and clean notes for everyday wear.", button: { text: "Add to Cart", href: "#contact" }, - featuresTitle: "What's Included:", features: [ + id: "fresh", tag: "Fresh Dawn", price: "$95", period: "/bottle", description: "Crisp and invigorating with citrus and clean notes for everyday wear.", button: { text: "Add to Cart", href: "#contact" }, featuresTitle: "What's Included:", features: [ "50ml crystalline glass bottle", "Lasting 5-7 hours", "Modern minimalist design", "30-day satisfaction guarantee"], }, { - id: "amber", tag: "Amber Nights", price: "$140", period: "/bottle", description: "Rich and luxurious with warm amber and woody notes for evening elegance.", button: { text: "Add to Cart", href: "#contact" }, - featuresTitle: "What's Included:", features: [ + id: "amber", tag: "Amber Nights", price: "$140", period: "/bottle", description: "Rich and luxurious with warm amber and woody notes for evening elegance.", button: { text: "Add to Cart", href: "#contact" }, featuresTitle: "What's Included:", features: [ "75ml premium glass bottle", "Lasting 8+ hours", "Luxury gift packaging included", "30-day satisfaction guarantee"], }, ]} @@ -193,7 +190,7 @@ export default function LandingPage() { id: "6", title: "Do you offer sample sizes or discovery kits?", content: "Yes! We offer a Fragrance Discovery Kit containing 5ml samples of our three signature collections. This allows you to explore each scent and find your perfect match before committing to a full-size bottle. Kits are available for $25."}, ]} textboxLayout="default" - animationType="slide-up" + animationType="smooth" faqsAnimation="slide-up" useInvertedBackground={false} /> -- 2.49.1