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() {