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() {
@@ -58,34 +46,16 @@ export default function LandingPage() {
title="Trainify Your Home Performance"
description="Premium, durable gym equipment designed for the ultimate home workout experience."
buttons={[
- {
- text: "Shop Equipment",
- href: "#products",
- },
+ { text: "Shop Equipment", href: "#products" },
]}
imageSrc="http://img.b2bpic.net/free-photo/3d-gym-equipment_23-2151114244.jpg"
imageAlt="home gym minimalist setup green"
avatars={[
- {
- src: "http://img.b2bpic.net/free-photo/front-view-woman-outdoors-portrait_23-2150828926.jpg",
- alt: "Front view woman outdoors portrait",
- },
- {
- src: "http://img.b2bpic.net/free-photo/portrait-young-smiling-woman-wearing-sportswear-morning-park_93675-132882.jpg",
- alt: "Portrait of a young smiling woman wearing sportswear in morning park",
- },
- {
- src: "http://img.b2bpic.net/free-photo/fit-young-woman-sportswear-posing_23-2148759026.jpg",
- alt: "Fit young woman in sportswear posing",
- },
- {
- src: "http://img.b2bpic.net/free-photo/brunette-woman-wearing-sport-clothes_329181-13199.jpg",
- alt: "Brunette woman wearing sport clothes",
- },
- {
- src: "http://img.b2bpic.net/free-photo/afro-american-sportsman-getting-ready-training_342744-655.jpg",
- alt: "Afro - American sportsman getting ready for the training",
- },
+ { src: "http://img.b2bpic.net/free-photo/front-view-woman-outdoors-portrait_23-2150828926.jpg", alt: "Front view woman outdoors portrait" },
+ { src: "http://img.b2bpic.net/free-photo/portrait-young-smiling-woman-wearing-sportswear-morning-park_93675-132882.jpg", alt: "Portrait of a young smiling woman wearing sportswear in morning park" },
+ { src: "http://img.b2bpic.net/free-photo/fit-young-woman-sportswear-posing_23-2148759026.jpg", alt: "Fit young woman in sportswear posing" },
+ { src: "http://img.b2bpic.net/free-photo/brunette-woman-wearing-sport-clothes_329181-13199.jpg", alt: "Brunette woman wearing sport clothes" },
+ { src: "http://img.b2bpic.net/free-photo/afro-american-sportsman-getting-ready-training_342744-655.jpg", alt: "Afro - American sportsman getting ready for the training" },
]}
avatarText="Join 5,000+ athletes"
/>
@@ -95,19 +65,9 @@ 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() {