From 093e1b4990bdbccb2de616225b45a9ffb1d9a428 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 25 Apr 2026 09:21:48 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 244 ++++++++--------------------------------------- 1 file changed, 38 insertions(+), 206 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index fe0b86e..7512ea8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,22 +32,10 @@ export default function LandingPage() { @@ -118,21 +78,9 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} features={[ - { - icon: Activity, - title: "Heavy-Duty Iron", - description: "High-grade materials ensuring maximum durability.", - }, - { - icon: Cog, - title: "Precision Design", - description: "Engineered for optimal biomechanics and performance.", - }, - { - icon: Shield, - title: "Lifetime Warranty", - description: "Committed to quality with every purchase.", - }, + { icon: Activity, title: "Heavy-Duty Iron", description: "High-grade materials ensuring maximum durability." }, + { icon: Cog, title: "Precision Design", description: "Engineered for optimal biomechanics and performance." }, + { icon: Shield, title: "Lifetime Warranty", description: "Committed to quality with every purchase." }, ]} title="Why Choose Trainify?" description="Quality engineered equipment that stands the test of time." @@ -143,62 +91,15 @@ export default function LandingPage() {