From 863dab032c148a5f3772c689177ed645c740d7ff Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 12:47:15 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0e485a3..8a4d4b5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -20,7 +20,7 @@ export default function LandingPage() { borderRadius="pill" contentWidth="compact" sizing="mediumSizeLargeTitles" - background="aurora" + background="circleGradient" cardStyle="gradient-mesh" primaryButtonStyle="radial-glow" secondaryButtonStyle="solid" @@ -46,26 +46,26 @@ export default function LandingPage() { tag="Premium Product" tagIcon={Sparkles} tagAnimation="slide-up" - background={{ variant: "aurora" }} + background={{ variant: "glowing-orb" }} leftCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-fair-skinned-young-women-s-hands-holding-jars-organic-body-creams-care-moisturizing-concept_197531-31493.jpg?_wi=1", imageAlt: "Product lifestyle 1"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-fair-skinned-young-women-s-hands-holding-jars-organic-body-creams-care-moisturizing-concept_197531-31493.jpg", imageAlt: "Product lifestyle 1"}, { imageSrc: "http://img.b2bpic.net/free-photo/person-using-nfc-technology-pay-bill-restaurant_23-2150039429.jpg", imageAlt: "Product lifestyle 2"}, { - imageSrc: "http://img.b2bpic.net/free-photo/quality-control-inspectors-with-face-masks-supervising-wood-processing-production-facility_637285-11873.jpg?_wi=1", imageAlt: "Premium materials"}, + imageSrc: "http://img.b2bpic.net/free-photo/quality-control-inspectors-with-face-masks-supervising-wood-processing-production-facility_637285-11873.jpg", imageAlt: "Premium materials"}, { - imageSrc: "http://img.b2bpic.net/free-photo/fork-cutting-board-new-year-table-with-decor-background-new-year-eve-concept_132075-11255.jpg?_wi=1", imageAlt: "Product detail"}, + imageSrc: "http://img.b2bpic.net/free-photo/fork-cutting-board-new-year-table-with-decor-background-new-year-eve-concept_132075-11255.jpg", imageAlt: "Product detail"}, ]} rightCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/composition-natural-argan-seeds_23-2149016622.jpg?_wi=1", imageAlt: "Hero product"}, + imageSrc: "http://img.b2bpic.net/free-photo/composition-natural-argan-seeds_23-2149016622.jpg", imageAlt: "Hero product"}, { - imageSrc: "http://img.b2bpic.net/free-photo/family-home_1303-4783.jpg?_wi=1", imageAlt: "Product collection"}, + imageSrc: "http://img.b2bpic.net/free-photo/family-home_1303-4783.jpg", imageAlt: "Product collection"}, { - imageSrc: "http://img.b2bpic.net/free-vector/professional-infographic-with-photo_23-2148331611.jpg?_wi=1", imageAlt: "Advanced features"}, + imageSrc: "http://img.b2bpic.net/free-vector/professional-infographic-with-photo_23-2148331611.jpg", imageAlt: "Advanced features"}, { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-fair-skinned-young-women-s-hands-holding-jars-organic-body-creams-care-moisturizing-concept_197531-31493.jpg?_wi=2", imageAlt: "Product showcase"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-fair-skinned-young-women-s-hands-holding-jars-organic-body-creams-care-moisturizing-concept_197531-31493.jpg", imageAlt: "Product showcase"}, ]} buttons={[ { text: "Shop Now", href: "https://amzn.eu/d/03KaYtDs" }, @@ -85,13 +85,13 @@ export default function LandingPage() { textboxLayout="default" features={[ { - title: "Premium Materials", description: "Crafted from the finest materials sourced globally for durability and elegance", imageSrc: "http://img.b2bpic.net/free-photo/quality-control-inspectors-with-face-masks-supervising-wood-processing-production-facility_637285-11873.jpg?_wi=2", imageAlt: "Premium materials"}, + title: "Premium Materials", description: "Crafted from the finest materials sourced globally for durability and elegance", imageSrc: "http://img.b2bpic.net/free-photo/quality-control-inspectors-with-face-masks-supervising-wood-processing-production-facility_637285-11873.jpg", imageAlt: "Premium materials"}, { - title: "Advanced Innovation", description: "Cutting-edge technology integrated seamlessly for superior performance", imageSrc: "http://img.b2bpic.net/free-vector/professional-infographic-with-photo_23-2148331611.jpg?_wi=2", imageAlt: "Advanced features"}, + title: "Advanced Innovation", description: "Cutting-edge technology integrated seamlessly for superior performance", imageSrc: "http://img.b2bpic.net/free-vector/professional-infographic-with-photo_23-2148331611.jpg", imageAlt: "Advanced features"}, { - title: "Expert Craftsmanship", description: "Meticulously designed by industry experts with over 20 years of experience", imageSrc: "http://img.b2bpic.net/free-photo/fork-cutting-board-new-year-table-with-decor-background-new-year-eve-concept_132075-11255.jpg?_wi=2", imageAlt: "Expert craftsmanship"}, + title: "Expert Craftsmanship", description: "Meticulously designed by industry experts with over 20 years of experience", imageSrc: "http://img.b2bpic.net/free-photo/fork-cutting-board-new-year-table-with-decor-background-new-year-eve-concept_132075-11255.jpg", imageAlt: "Expert craftsmanship"}, { - title: "Lifetime Warranty", description: "Complete peace of mind with our comprehensive lifetime warranty coverage", imageSrc: "http://img.b2bpic.net/free-photo/family-home_1303-4783.jpg?_wi=2", imageAlt: "Warranty coverage"}, + title: "Lifetime Warranty", description: "Complete peace of mind with our comprehensive lifetime warranty coverage", imageSrc: "http://img.b2bpic.net/free-photo/family-home_1303-4783.jpg", imageAlt: "Warranty coverage"}, ]} gridVariant="two-columns-alternating-heights" animationType="slide-up" @@ -111,11 +111,11 @@ export default function LandingPage() { textboxLayout="default" plans={[ { - id: "standard", title: "Standard Edition", price: "See on Amazon", period: "One-time purchase", imageSrc: "http://img.b2bpic.net/free-photo/close-up-fair-skinned-young-women-s-hands-holding-jars-organic-body-creams-care-moisturizing-concept_197531-31493.jpg?_wi=3", imageAlt: "Standard edition", features: ["Full product access", "Standard packaging", "30-day returns", "Email support"], + id: "standard", title: "Standard Edition", price: "See on Amazon", period: "One-time purchase", imageSrc: "http://img.b2bpic.net/free-photo/close-up-fair-skinned-young-women-s-hands-holding-jars-organic-body-creams-care-moisturizing-concept_197531-31493.jpg", imageAlt: "Standard edition", features: ["Full product access", "Standard packaging", "30-day returns", "Email support"], button: { text: "View on Amazon", href: "https://amzn.eu/d/03KaYtDs" }, }, { - id: "premium", title: "Premium Edition", price: "See on Amazon", period: "One-time purchase", imageSrc: "http://img.b2bpic.net/free-photo/composition-natural-argan-seeds_23-2149016622.jpg?_wi=2", imageAlt: "Premium edition", features: ["Premium packaging", "Priority shipping", "60-day returns", "24/7 support", "Lifetime warranty", "Gift wrapping included"], + id: "premium", title: "Premium Edition", price: "See on Amazon", period: "One-time purchase", imageSrc: "http://img.b2bpic.net/free-photo/composition-natural-argan-seeds_23-2149016622.jpg", imageAlt: "Premium edition", features: ["Premium packaging", "Priority shipping", "60-day returns", "24/7 support", "Lifetime warranty", "Gift wrapping included"], button: { text: "View on Amazon", href: "https://amzn.eu/d/03KaYtDs" }, }, ]} @@ -186,7 +186,7 @@ export default function LandingPage() { { id: "5", title: "What is included in the packaging?", content: "The product comes with essential accessories, user manual, and warranty documentation. Premium edition includes premium gift packaging, additional accessories, and a personalized thank you card."}, { - id: "6", title: "Can I cancel my order?", content: "You can cancel orders within 24 hours of purchase. After that, your order will be prepared for shipment. Please contact our support team for assistance."}, + id: "6", title: "Can I cancel my order?", content: "You can cancel orders within 24 hours of purchase. After that, your order will be prepared for shipment. Please contact our support team for assistance."} ]} useInvertedBackground={false} faqsAnimation="slide-up" @@ -205,7 +205,7 @@ export default function LandingPage() { { text: "Learn More", href: "#features" }, ]} buttonAnimation="slide-up" - background={{ variant: "aurora" }} + background={{ variant: "glowing-orb" }} useInvertedBackground={false} /> -- 2.49.1