From 69583cfdfd2a7e59386632c6a2014a36fba70119 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 16 Mar 2026 17:52:56 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 36bae80..36bb46c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -5,6 +5,7 @@ import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatin import HeroCarouselLogo from '@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo'; import MetricCardOne from '@/components/sections/metrics/MetricCardOne'; import FeatureCardTwentyFive from '@/components/sections/feature/FeatureCardTwentyFive'; +import AboutMetric from '@/components/sections/about/AboutMetric'; import PricingCardThree from '@/components/sections/pricing/PricingCardThree'; import TeamCardSix from '@/components/sections/team/TeamCardSix'; import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; @@ -53,7 +54,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/gym-bodybuilding-concept_23-2147671918.jpg", imageAlt: "Squat rack with heavy barbell setup" }, { - imageSrc: "http://img.b2bpic.net/free-vector/retro-crossfit-stickers-pack_23-2147619926.jpg?_wi=1", imageAlt: "Dumbbells and iron discs organized in gym" + imageSrc: "http://img.b2bpic.net/free-vector/retro-crossfit-stickers-pack_23-2147619926.jpg", imageAlt: "Dumbbells and iron discs organized in gym" } ]} buttons={[ @@ -99,7 +100,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/trainer-health-person-young-people_1303-502.jpg", imageAlt: "Authentic gym equipment and serious training environment" }, { - imageSrc: "http://img.b2bpic.net/free-photo/athlete-exercising_1098-13938.jpg?_wi=1", imageAlt: "Community of serious lifters training together" + imageSrc: "http://img.b2bpic.net/free-photo/athlete-exercising_1098-13938.jpg", imageAlt: "Community of serious lifters training together" } ] }, @@ -107,7 +108,7 @@ export default function LandingPage() { title: "Уникално оборудване", description: "Машини и аксесоари, които не се намират във всяка зала. Специално подбрани за реална сила и резултати.", icon: Zap, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-vector/retro-crossfit-stickers-pack_23-2147619926.jpg?_wi=2", imageAlt: "Specialty equipment and iron discs for strength training" + imageSrc: "http://img.b2bpic.net/free-vector/retro-crossfit-stickers-pack_23-2147619926.jpg", imageAlt: "Specialty equipment and iron discs for strength training" }, { imageSrc: "http://img.b2bpic.net/free-photo/leg-view-woman-with-rope_23-2147675216.jpg", imageAlt: "Professional gym equipment setup" @@ -118,7 +119,7 @@ export default function LandingPage() { title: "Квартална атмосфера", description: "Тук всички се познават. Фитнесът е общност, не просто място. Поддържа се дух на семейство и взаимна подкрепа.", icon: Heart, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/athlete-exercising_1098-13938.jpg?_wi=2", imageAlt: "Community members training together and supporting each other" + imageSrc: "http://img.b2bpic.net/free-photo/athlete-exercising_1098-13938.jpg", imageAlt: "Community members training together and supporting each other" }, { imageSrc: "http://img.b2bpic.net/free-photo/healthy-bodybuilding-female-strength-gym_1139-713.jpg", imageAlt: "Personal coaching and guidance in authentic gym" -- 2.49.1