diff --git a/src/app/page.tsx b/src/app/page.tsx
index 391bb2c..b752258 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -31,34 +31,20 @@ export default function LandingPage() {
@@ -66,38 +52,19 @@ export default function LandingPage() {
@@ -235,45 +142,15 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
- id: "t1",
- name: "Sarah J.",
- role: "CrossFit Athlete",
- testimonial: "EliteFuel's protein has been a game-changer for my recovery. I feel stronger and ready for every WOD!",
- imageSrc: "http://img.b2bpic.net/free-photo/young-sports-man-happy-expression_1194-1589.jpg",
- imageAlt: "Sarah J.",
- },
+ id: "t1", name: "Sarah J.", role: "CrossFit Athlete", testimonial: "EliteFuel's protein has been a game-changer for my recovery. I feel stronger and ready for every WOD!", imageSrc: "http://img.b2bpic.net/free-photo/young-sports-man-happy-expression_1194-1589.jpg", imageAlt: "Sarah J."},
{
- id: "t2",
- name: "Michael L.",
- role: "Bodybuilder",
- testimonial: "The pre-workout is incredible. Sustained energy and focus without the crash. My lifts have never been better.",
- imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-black-blouse-posing-like-holding-phone-while-showing-winner-gesture-looking-delightful_176474-42184.jpg",
- imageAlt: "Michael L.",
- },
+ id: "t2", name: "Michael L.", role: "Bodybuilder", testimonial: "The pre-workout is incredible. Sustained energy and focus without the crash. My lifts have never been better.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-black-blouse-posing-like-holding-phone-while-showing-winner-gesture-looking-delightful_176474-42184.jpg", imageAlt: "Michael L."},
{
- id: "t3",
- name: "Emily R.",
- role: "Fitness Enthusiast",
- testimonial: "I've seen amazing changes since starting with EliteFuel. The quality is unmatched, and the results speak for themselves.",
- imageSrc: "http://img.b2bpic.net/free-photo/healthy-fitness-concept-beautiful-african-american-girl-sport-clothes-holding-plastic-water_1258-106707.jpg",
- imageAlt: "Emily R.",
- },
+ id: "t3", name: "Emily R.", role: "Fitness Enthusiast", testimonial: "I've seen amazing changes since starting with EliteFuel. The quality is unmatched, and the results speak for themselves.", imageSrc: "http://img.b2bpic.net/free-photo/healthy-fitness-concept-beautiful-african-american-girl-sport-clothes-holding-plastic-water_1258-106707.jpg", imageAlt: "Emily R."},
{
- id: "t4",
- name: "David K.",
- role: "Marathon Runner",
- testimonial: "Alpha Multi-Vitamins keep me feeling great and performing at my best. Essential for my long runs and overall health.",
- imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-spportswoman-shows-thumbs-up-motivated-fitness-woman-like-something-giving-compliment-recommending-sport-gym-white-background_176420-47064.jpg",
- imageAlt: "David K.",
- },
+ id: "t4", name: "David K.", role: "Marathon Runner", testimonial: "Alpha Multi-Vitamins keep me feeling great and performing at my best. Essential for my long runs and overall health.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-spportswoman-shows-thumbs-up-motivated-fitness-woman-like-something-giving-compliment-recommending-sport-gym-white-background_176420-47064.jpg", imageAlt: "David K."},
{
- id: "t5",
- name: "Jessica M.",
- role: "Personal Trainer",
- testimonial: "I recommend EliteFuel to all my clients. The clean ingredients and visible results make it my top choice for supplements.",
- imageSrc: "http://img.b2bpic.net/free-photo/bearded-man-wearing-white-shirt-with-confident-expression-pointing-back-standing-light-wall_141793-56708.jpg",
- imageAlt: "Jessica M.",
- },
+ id: "t5", name: "Jessica M.", role: "Personal Trainer", testimonial: "I recommend EliteFuel to all my clients. The clean ingredients and visible results make it my top choice for supplements.", imageSrc: "http://img.b2bpic.net/free-photo/bearded-man-wearing-white-shirt-with-confident-expression-pointing-back-standing-light-wall_141793-56708.jpg", imageAlt: "Jessica M."},
]}
title="Hear From Our Champions"
description="Real stories from athletes who transformed their bodies with our supplements."
@@ -286,25 +163,13 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
- id: "faq1",
- title: "Are your supplements suitable for both men and women?",
- content: "Yes, our entire product line is formulated to support the fitness goals of both men and women, regardless of their experience level.",
- },
+ id: "faq1", title: "Are your supplements suitable for both men and women?", content: "Yes, our entire product line is formulated to support the fitness goals of both men and women, regardless of their experience level."},
{
- id: "faq2",
- title: "How quickly can I expect to see results?",
- content: "Results vary based on individual metabolism, diet, and training intensity. However, many users report noticeable improvements in energy and recovery within 2-4 weeks.",
- },
+ id: "faq2", title: "How quickly can I expect to see results?", content: "Results vary based on individual metabolism, diet, and training intensity. However, many users report noticeable improvements in energy and recovery within 2-4 weeks."},
{
- id: "faq3",
- title: "What are your shipping and return policies?",
- content: "We offer fast, reliable shipping nationwide. For returns, we provide a 30-day satisfaction guarantee. Please visit our 'Shipping & Returns' page for full details.",
- },
+ id: "faq3", title: "What are your shipping and return policies?", content: "We offer fast, reliable shipping nationwide. For returns, we provide a 30-day satisfaction guarantee. Please visit our 'Shipping & Returns' page for full details."},
{
- id: "faq4",
- title: "Are your products third-party tested?",
- content: "Absolutely. All EliteFuel supplements undergo rigorous third-party testing to ensure purity, potency, and safety, guaranteeing the highest quality for our customers.",
- },
+ id: "faq4", title: "Are your products third-party tested?", content: "Absolutely. All EliteFuel supplements undergo rigorous third-party testing to ensure purity, potency, and safety, guaranteeing the highest quality for our customers."},
]}
title="Frequently Asked Questions"
description="Answers to common questions about our products and your fitness journey."
@@ -316,8 +181,7 @@ export default function LandingPage() {