From 33eb2a88cf4cc01a2edcc93e76402e40139cd616 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 15 May 2026 14:46:55 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0495ea9..824a69f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -6,7 +6,6 @@ import ContactCenter from '@/components/sections/contact/ContactCenter'; import FeatureCardTwentyOne from '@/components/sections/feature/FeatureCardTwentyOne'; import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi'; -import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import PricingCardEight from '@/components/sections/pricing/PricingCardEight'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; @@ -53,7 +52,7 @@ export default function LandingPage() { { value: "500+", label: "Matches Played" }, ]} enableKpiAnimation={true} - imageSrc="http://img.b2bpic.net/free-photo/football-training-girl-sports-uniform-football-field-active-lifestyle_169016-67907.jpg" + imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DlTmjHQz2r24Uh7gM4dbbzMrJ3/uploaded-1778856396690-vxi0vtm8.jpg" mediaAnimation="slide-up" /> @@ -68,7 +67,7 @@ export default function LandingPage() { { id: "f2", title: "Bright Floodlights", content: "High-intensity lighting for night matches in Sector 7." }, { id: "f3", title: "Changing Rooms", content: "Safe and clean space for all players to change and relax." }, ]} - imageSrc="http://img.b2bpic.net/free-photo/full-shot-woman-football-field_23-2148930218.jpg" + imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DlTmjHQz2r24Uh7gM4dbbzMrJ3/uploaded-1778856396690-ekfl1x43.jpg" mediaAnimation="opacity" /> @@ -82,7 +81,7 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Player Amenities", description: "Facilities designed for your convenience.", media: { imageSrc: "http://img.b2bpic.net/free-photo/view-ball-looking-out-towards-goal_23-2147813195.jpg" }, + title: "Player Amenities", description: "Facilities designed for your convenience.", media: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DlTmjHQz2r24Uh7gM4dbbzMrJ3/uploaded-1778856396691-9hp0tkr5.jpg" }, items: [ { icon: Shirt, text: "Spacious changing rooms available for all teams" }, { icon: Droplets, text: "Clean washroom facilities on-site" }, @@ -102,7 +101,7 @@ export default function LandingPage() { description="Located in Road 32, Uttara, North Arena serves the local sports community with a pitch designed for performance and fair play." subdescription="Whether you are training for a tournament or just looking for a casual weekend game, our facility is open for you." icon={Award} - imageSrc="http://img.b2bpic.net/free-photo/men-play-socer-park-tournament-mini-footbal-guy-black-sportsuits_1157-43532.jpg" + imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DlTmjHQz2r24Uh7gM4dbbzMrJ3/uploaded-1778856396691-3oynsylj.jpg" mediaAnimation="blur-reveal" /> @@ -128,8 +127,8 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} testimonials={[ - { id: "t1", name: "Rahim Ahmed", role: "Player", testimonial: "The best turf in Uttara! Smooth surface and great lights.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-man-soccer-field_23-2150338719.jpg" }, - { id: "t2", name: "Kazi Faisal", role: "Team Lead", testimonial: "We play here every Friday. Highly recommended for 5v5 matches.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-portrait-male-athlete-sitting-race-track-holding-water-bottle-hand_23-2148162160.jpg" }, + { id: "t1", name: "Rahim Ahmed", role: "Player", testimonial: "The best turf in Uttara! Smooth surface and great lights.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DlTmjHQz2r24Uh7gM4dbbzMrJ3/uploaded-1778856396690-vxi0vtm8.jpg" }, + { id: "t2", name: "Kazi Faisal", role: "Team Lead", testimonial: "We play here every Friday. Highly recommended for 5v5 matches.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DlTmjHQz2r24Uh7gM4dbbzMrJ3/uploaded-1778856396691-3oynsylj.jpg" }, ]} title="Player Voices" description="What our local players think about the pitch." @@ -156,4 +155,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +}