diff --git a/src/app/page.tsx b/src/app/page.tsx index 6d69697..d86ef54 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -19,7 +19,7 @@ export default function LandingPage() { borderRadius="rounded" contentWidth="small" sizing="medium" - background="noiseDiagonalGradient" + background={{ variant: "plain" }} cardStyle="outline" primaryButtonStyle="radial-glow" secondaryButtonStyle="solid" @@ -83,12 +83,10 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { id: "sig-hoodie", name: "Signature Hoodie", price: "$89", imageSrc: "http://img.b2bpic.net/free-photo/serious-sad-black-guy-wears-blank-grey-jeans-sweatportrait-hoodie-posing-front-white-wall_346278-1066.jpg", imageAlt: "Premium black signature hoodie" }, - { id: "sig-tee", name: "Signature Tee", price: "$39", imageSrc: "http://img.b2bpic.net/free-photo/spring-wardrobe-switch-still-life_23-2150176694.jpg?_wi=1", imageAlt: "Designer tee shirt" }, + { id: "sig-tee", name: "Signature Tee", price: "$39", imageSrc: "http://img.b2bpic.net/free-photo/spring-wardrobe-switch-still-life_23-2150176694.jpg", imageAlt: "Designer tee shirt" }, { id: "sig-pants", name: "Signature Pants", price: "$79", imageSrc: "http://img.b2bpic.net/free-photo/luxury-rich-woman-dressed-elegant-stylish-blue-suit-walking-city-sunny-summer-day-holding-purse_285396-7909.jpg", imageAlt: "Premium black pants" } ]} containerClassName="px-4 py-16 lg:py-24" - titleClassName="text-4xl lg:text-5xl font-bold" - descriptionClassName="text-lg mt-4 opacity-80" /> @@ -117,8 +115,6 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} containerClassName="px-4 py-16 lg:py-24" - titleClassName="text-4xl lg:text-5xl font-bold mb-4" - textBoxDescriptionClassName="text-lg opacity-80 mb-12" /> @@ -137,11 +133,9 @@ export default function LandingPage() { { id: "trending-1", name: "Premium Jacket", price: "$129", imageSrc: "http://img.b2bpic.net/free-photo/young-attractive-woman-dressed-casual-by-cafe_1303-20189.jpg", imageAlt: "Bestselling luxury jacket" }, { id: "trending-2", name: "Essential Accessories", price: "$45", imageSrc: "http://img.b2bpic.net/free-photo/closeup-wallet_53876-32029.jpg", imageAlt: "Premium brand accessories" }, { id: "trending-3", name: "Signature Cap", price: "$35", imageSrc: "http://img.b2bpic.net/free-photo/walk-professional-suit-phone-job-mood_1303-2875.jpg", imageAlt: "Luxury designer cap" }, - { id: "trending-4", name: "Statement Tee", price: "$49", imageSrc: "http://img.b2bpic.net/free-photo/spring-wardrobe-switch-still-life_23-2150176694.jpg?_wi=2", imageAlt: "Exclusive statement tee" } + { id: "trending-4", name: "Statement Tee", price: "$49", imageSrc: "http://img.b2bpic.net/free-photo/spring-wardrobe-switch-still-life_23-2150176694.jpg", imageAlt: "Exclusive statement tee" } ]} containerClassName="px-4 py-16 lg:py-24" - titleClassName="text-4xl lg:text-5xl font-bold" - descriptionClassName="text-lg mt-4 opacity-80" /> @@ -162,8 +156,6 @@ export default function LandingPage() { { id: "feat-community", label: "Social Proof", title: "5,000+ Happy Customers", items: ["Verified reviews", "Real customer photos", "Growing community"] } ]} containerClassName="px-4 py-16 lg:py-24" - titleClassName="text-4xl lg:text-5xl font-bold" - descriptionClassName="text-lg mt-4 opacity-80" /> @@ -186,8 +178,6 @@ export default function LandingPage() { { id: "test-6", name: "Taylor S.", role: "Fashion Consultant", testimonial: "This is what premium streetwear should be.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-handsome-male-smiling_181624-41237.jpg", imageAlt: "Taylor S. customer", icon: Star } ]} containerClassName="px-4 py-16 lg:py-24" - titleClassName="text-4xl lg:text-5xl font-bold" - descriptionClassName="text-lg mt-4 opacity-80" />