From 374941192b6cf706f83765c2ce1b91f27e5822bf Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 13 Mar 2026 21:55:21 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 28 ++++++++++++++++++---------- 1 file changed, 18 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e595a32..2fa54a2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -20,7 +20,7 @@ export default function LandingPage() { borderRadius="rounded" contentWidth="mediumSmall" sizing="mediumSizeLargeTitles" - background="aurora" + background="circleGradient" cardStyle="solid" primaryButtonStyle="double-inset" secondaryButtonStyle="solid" @@ -49,13 +49,13 @@ export default function LandingPage() { tag="New Arrivals" tagIcon={Sparkles} tagAnimation="slide-up" - background={{ variant: "aurora" }} + background={{ variant: "plain" }} buttons={[ { text: "Shop Now", href: "#products" }, { text: "Learn More", href: "#about" } ]} buttonAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/cactus_23-2148013401.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/cactus_23-2148013401.jpg" imageAlt="Latest flagship smartphones" className="w-full" containerClassName="max-w-6xl mx-auto px-4" @@ -138,6 +138,8 @@ export default function LandingPage() { cardClassName="bg-[var(--card)] rounded-xl p-6 border border-[var(--accent)] border-opacity-20 hover:shadow-lg transition-shadow" cardNameClassName="text-xl font-semibold text-[var(--foreground)] mt-4" cardPriceClassName="text-2xl font-bold text-[var(--primary-cta)] mt-2" + textBoxTitleClassName="text-4xl md:text-5xl font-bold text-[var(--foreground)]" + textBoxDescriptionClassName="text-lg text-[var(--foreground)] opacity-75" /> @@ -153,19 +155,19 @@ export default function LandingPage() { features={[ { id: 1, - tag: "Shipping", title: "Express Delivery", subtitle: "Fast & Reliable", description: "Get your phone delivered within 2-3 business days with secure packaging and tracking.", imageSrc: "http://img.b2bpic.net/free-photo/cactus_23-2148013401.jpg?_wi=2" + tag: "Shipping", title: "Express Delivery", subtitle: "Fast & Reliable", description: "Get your phone delivered within 2-3 business days with secure packaging and tracking.", imageSrc: "http://img.b2bpic.net/free-photo/cactus_23-2148013401.jpg" }, { id: 2, - tag: "Warranty", title: "Extended Warranty", subtitle: "Peace of Mind", description: "Comprehensive warranty coverage and hassle-free replacement options for complete protection.", imageSrc: "http://img.b2bpic.net/free-photo/cactus_23-2148013401.jpg?_wi=3" + tag: "Warranty", title: "Extended Warranty", subtitle: "Peace of Mind", description: "Comprehensive warranty coverage and hassle-free replacement options for complete protection.", imageSrc: "http://img.b2bpic.net/free-photo/cactus_23-2148013401.jpg" }, { id: 3, - tag: "Support", title: "24/7 Support", subtitle: "Always There", description: "Expert customer support team available round the clock to assist with your queries.", imageSrc: "http://img.b2bpic.net/free-photo/cactus_23-2148013401.jpg?_wi=4" + tag: "Support", title: "24/7 Support", subtitle: "Always There", description: "Expert customer support team available round the clock to assist with your queries.", imageSrc: "http://img.b2bpic.net/free-photo/cactus_23-2148013401.jpg" }, { id: 4, - tag: "Payment", title: "Secure Checkout", subtitle: "Safe & Easy", description: "Multiple payment options with bank-level encryption for secure transactions.", imageSrc: "http://img.b2bpic.net/free-photo/cactus_23-2148013401.jpg?_wi=5" + tag: "Payment", title: "Secure Checkout", subtitle: "Safe & Easy", description: "Multiple payment options with bank-level encryption for secure transactions.", imageSrc: "http://img.b2bpic.net/free-photo/cactus_23-2148013401.jpg" } ]} buttons={[ @@ -173,8 +175,10 @@ export default function LandingPage() { ]} buttonAnimation="slide-up" containerClassName="max-w-6xl mx-auto px-4" - titleClassName="text-4xl md:text-5xl font-bold text-[var(--foreground)]" - descriptionClassName="text-lg text-[var(--foreground)] opacity-75" + textBoxTitleClassName="text-4xl md:text-5xl font-bold text-[var(--foreground)]" + textBoxDescriptionClassName="text-lg text-[var(--foreground)] opacity-75" + cardTitleClassName="font-semibold text-[var(--foreground)]" + cardDescriptionClassName="text-sm text-[var(--foreground)] opacity-70 mt-1" /> @@ -196,6 +200,8 @@ export default function LandingPage() { titleClassName="text-4xl md:text-5xl font-bold text-[var(--foreground)]" descriptionClassName="text-lg text-[var(--foreground)] opacity-75" logoCardClassName="bg-[var(--card)] p-6 rounded-xl border border-[var(--accent)] border-opacity-20" + textBoxTitleClassName="text-4xl md:text-5xl font-bold text-[var(--foreground)]" + textBoxDescriptionClassName="text-lg text-[var(--foreground)] opacity-75" /> @@ -233,6 +239,8 @@ export default function LandingPage() { titleClassName="text-4xl md:text-5xl font-bold text-[var(--foreground)]" descriptionClassName="text-lg text-[var(--foreground)] opacity-75" cardClassName="bg-[var(--card)] p-6 rounded-xl border border-[var(--accent)] border-opacity-20" + textBoxTitleClassName="text-4xl md:text-5xl font-bold text-[var(--foreground)]" + textBoxDescriptionClassName="text-lg text-[var(--foreground)] opacity-75" /> @@ -243,7 +251,7 @@ export default function LandingPage() { tagAnimation="slide-up" title="Ready to Find Your Perfect Phone?" description="Connect with our expert team today for personalized recommendations, exclusive deals, and premium customer service." - background={{ variant: "aurora" }} + background={{ variant: "plain" }} useInvertedBackground={false} buttonAnimation="slide-up" buttons={[ -- 2.49.1