From c181ebc421c0ad9b5ada044215c588f530dfecfb Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 15:17:32 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 571e331..1476211 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -47,7 +47,7 @@ export default function LandingPage() { @@ -121,7 +121,7 @@ export default function LandingPage() { features={[ { id: "durability", title: "Built to Last", description: "Military-grade materials and precision engineering ensure years of reliable performance in any environment.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-working-out-gym_23-2148603903.jpg?_wi=1", imageAlt: "athlete performing fitness workout" + imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-working-out-gym_23-2148603903.jpg", imageAlt: "athlete performing fitness workout" }, items: [ { icon: Shield, text: "Lifetime warranty on structural defects" }, @@ -131,7 +131,7 @@ export default function LandingPage() { }, { id: "support", title: "Expert Support", description: "Our dedicated team provides 24/7 customer support with free training guides and fitness consultations.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-working-out-gym_23-2148603903.jpg?_wi=2", imageAlt: "athlete performing fitness workout" + imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-working-out-gym_23-2148603903.jpg", imageAlt: "athlete performing fitness workout" }, items: [ { icon: Zap, text: "Instant response to inquiries" }, @@ -171,8 +171,8 @@ export default function LandingPage() { showCard={true} speed={40} containerClassName="py-20" - titleClassName="text-3xl md:text-4xl font-bold" - descriptionClassName="text-lg max-w-2xl" + textBoxDescriptionClassName="text-lg max-w-2xl" + textBoxTitleClassName="text-3xl md:text-4xl font-bold" /> @@ -211,8 +211,8 @@ export default function LandingPage() { ]} buttonAnimation="opacity" containerClassName="py-20" - titleClassName="text-4xl md:text-5xl font-bold" - descriptionClassName="text-lg max-w-2xl" + textBoxDescriptionClassName="text-lg max-w-2xl" + textBoxTitleClassName="text-4xl md:text-5xl font-bold" cardClassName="rounded-2xl overflow-hidden" planTitleClassName="text-2xl font-bold" planPriceClassName="text-4xl font-bold" @@ -240,8 +240,8 @@ export default function LandingPage() { ]} buttonAnimation="blur-reveal" containerClassName="py-20" - titleClassName="text-4xl md:text-5xl font-bold" - descriptionClassName="text-lg max-w-2xl" + textBoxDescriptionClassName="text-lg max-w-2xl" + textBoxTitleClassName="text-4xl md:text-5xl font-bold" cardClassName="rounded-xl" valueClassName="text-3xl font-bold" metricTitleClassName="text-lg font-medium" @@ -301,8 +301,8 @@ export default function LandingPage() { showCard={true} animationType="smooth" containerClassName="py-20" - titleClassName="text-4xl md:text-5xl font-bold" - descriptionClassName="text-lg max-w-2xl" + textBoxDescriptionClassName="text-lg max-w-2xl" + textBoxTitleClassName="text-4xl md:text-5xl font-bold" accordionClassName="space-y-4" accordionTitleClassName="text-lg font-semibold" />