From c1b24844712fea15057216c3f05bfc64675d70f8 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 09:23:57 +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 567c423..e04054d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -21,7 +21,7 @@ export default function LandingPage() { borderRadius="soft" contentWidth="small" sizing="largeSmallSizeLargeTitles" - background="grid" + background="circleGradient" cardStyle="subtle-shadow" primaryButtonStyle="double-inset" secondaryButtonStyle="solid" @@ -46,12 +46,12 @@ export default function LandingPage() { tag="First Sales Launch" tagIcon={Zap} tagAnimation="slide-up" - background={{ variant: "grid" }} + background={{ variant: "animated-grid" }} buttons={[ { text: "Order Now", href: "contact" }, { text: "Learn More", href: "problem" } ]} - buttonAnimation="entrance-slide" + buttonAnimation="slide-up" imageSrc="http://img.b2bpic.net/free-photo/young-fitness-girl-wearing-headband-with-towel-shoulder-wiping-her-forehead-looking-tired-standing-blue-background_141793-116553.jpg" imageAlt="disposable towel gym shower clean" /> @@ -114,7 +114,7 @@ export default function LandingPage() { description="No minimums. No long contracts. Start small. Test demand." tag="Launch Plan" tagIcon={Package} - tagAnimation="entrance-slide" + tagAnimation="slide-up" plans={[ { id: "bulk-test", tag: "First Order", tagIcon: Sparkles, @@ -150,7 +150,7 @@ export default function LandingPage() { description="Already selling in Beirut, Jounieh, and Byblos. Expanding fast." tag="Launch Locations" tagIcon={MapPin} - tagAnimation="entrance-slide" + tagAnimation="slide-up" names={[ "Fitness Clubs Beirut", "Jounieh Beach Resort", "Byblos Sports Academy", "Mountain Hiking Groups", "Corporate Wellness Programs", "Hotel Amenity Suppliers", "Travel Gear Retailers", "Gym Equipment Distributors" ]} @@ -166,7 +166,7 @@ export default function LandingPage() { title="First Milestone Numbers" description="Realistic targets for your first production run" tag="Success Metrics" - tagAnimation="entrance-slide" + tagAnimation="slide-up" metrics={[ { id: "1", icon: Package, title: "Towels to Sell", value: "1,000" }, { id: "2", icon: DollarSign, title: "Revenue Target", value: "$1,000" }, @@ -185,7 +185,7 @@ export default function LandingPage() { description="Everything you need to know to start selling" tag="FAQ" tagIcon={HelpCircle} - tagAnimation="entrance-slide" + tagAnimation="slide-up" faqs={[ { id: "1", title: "How do I repack towels with my logo?", content: "Buy bulk compressed towels from suppliers like Alibaba or local wholesalers. Repack in plastic sleeves with a sticker logo using Canva designs. Cost: ~$0.30 per towel for 100 units, ~$0.20 for 300 units." @@ -235,7 +235,7 @@ export default function LandingPage() { useInvertedBackground={false} imageSrc="http://img.b2bpic.net/free-photo/crop-man-holding-box-with-belongings_23-2147782374.jpg" imageAlt="packaged product ready to ship box" - mediaAnimation="entrance-slide" + mediaAnimation="slide-up" mediaPosition="right" buttonText="Start Selling" /> -- 2.49.1