From 81a8d907dcbce67ee2b437998f6cdccbcfbcac5b Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 08:38:41 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c54029d..5d0568c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -21,7 +21,7 @@ export default function LandingPage() { borderRadius="rounded" contentWidth="small" sizing="largeSmallSizeMediumTitles" - background="aurora" + background={{ variant: "plain" }} cardStyle="outline" primaryButtonStyle="primary-glow" secondaryButtonStyle="glass" @@ -84,13 +84,13 @@ export default function LandingPage() { animationType="blur-reveal" products={[ { - id: "silk-premium", name: "Premium Silk", price: "$45.99", variant: "100% Natural Silk", imageSrc: "http://img.b2bpic.net/free-photo/cotton-plants-still-life_23-2151158857.jpg?_wi=1", imageAlt: "silk fabric close up texture" + id: "silk-premium", name: "Premium Silk", price: "$45.99", variant: "100% Natural Silk", imageSrc: "http://img.b2bpic.net/free-photo/cotton-plants-still-life_23-2151158857.jpg", imageAlt: "silk fabric close up texture" }, { - id: "cotton-luxury", name: "Luxury Cotton", price: "$32.99", variant: "Egyptian Cotton", imageSrc: "http://img.b2bpic.net/free-photo/white-woven-criss-cross-hatchwork-material_53876-74703.jpg?_wi=1", imageAlt: "linen fabric texture detail" + id: "cotton-luxury", name: "Luxury Cotton", price: "$32.99", variant: "Egyptian Cotton", imageSrc: "http://img.b2bpic.net/free-photo/white-woven-criss-cross-hatchwork-material_53876-74703.jpg", imageAlt: "linen fabric texture detail" }, { - id: "wool-blend", name: "Wool Blend", price: "$38.99", variant: "Premium Blend", imageSrc: "http://img.b2bpic.net/free-photo/top-view-fabric-texture_23-2148882803.jpg?_wi=1", imageAlt: "wool blend fabric texture" + id: "wool-blend", name: "Wool Blend", price: "$38.99", variant: "Premium Blend", imageSrc: "http://img.b2bpic.net/free-photo/top-view-fabric-texture_23-2148882803.jpg", imageAlt: "wool blend fabric texture" }, { id: "silk-blend", name: "Silk Blend", price: "$42.99", variant: "Silk Mix", imageSrc: "http://img.b2bpic.net/free-photo/crumpled-up-golden-foil-background_23-2148846097.jpg", imageAlt: "silk blend premium fabric" @@ -120,21 +120,21 @@ export default function LandingPage() { features={[ { id: 1, - title: "Premium Quality", description: "Each fabric undergoes rigorous quality control to ensure durability and comfort", imageSrc: "http://img.b2bpic.net/free-photo/cotton-plants-still-life_23-2151158857.jpg?_wi=2", imageAlt: "Quality check icon" + title: "Premium Quality", description: "Each fabric undergoes rigorous quality control to ensure durability and comfort", imageSrc: "http://img.b2bpic.net/free-photo/cotton-plants-still-life_23-2151158857.jpg", imageAlt: "Quality check icon" }, { id: 2, - title: "Sustainable Sourcing", description: "Ethically sourced materials from responsible suppliers worldwide", imageSrc: "http://img.b2bpic.net/free-photo/white-woven-criss-cross-hatchwork-material_53876-74703.jpg?_wi=2", imageAlt: "Quality seal icon" + title: "Sustainable Sourcing", description: "Ethically sourced materials from responsible suppliers worldwide", imageSrc: "http://img.b2bpic.net/free-photo/white-woven-criss-cross-hatchwork-material_53876-74703.jpg", imageAlt: "Quality seal icon" }, { id: 3, - title: "Fast Shipping", description: "Quick delivery to your doorstep with secure packaging", imageSrc: "http://img.b2bpic.net/free-photo/top-view-fabric-texture_23-2148882803.jpg?_wi=2", imageAlt: "Shipping icon" + title: "Fast Shipping", description: "Quick delivery to your doorstep with secure packaging", imageSrc: "http://img.b2bpic.net/free-photo/top-view-fabric-texture_23-2148882803.jpg", imageAlt: "Shipping icon" } ]} ariaLabel="Feature highlights section" className="py-20" containerClassName="max-w-6xl mx-auto px-4" - titleClassName="text-4xl font-light mb-8" + cardTitleClassName="text-4xl font-light mb-8" />