6 Commits

Author SHA1 Message Date
bd0eb6c820 Update src/app/page.tsx 2026-05-15 15:08:48 +00:00
c88050fd17 Merge version_3 into main
Merge version_3 into main
2026-05-15 14:47:21 +00:00
b9a48d22c7 Update src/app/page.tsx 2026-05-15 14:47:18 +00:00
88a0b92533 Merge version_3 into main
Merge version_3 into main
2026-05-15 14:46:57 +00:00
33eb2a88cf Update src/app/page.tsx 2026-05-15 14:46:55 +00:00
09b16b69e2 Merge version_2 into main
Merge version_2 into main
2026-05-15 14:45:20 +00:00

View File

@@ -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?_wi=1"
mediaAnimation="slide-up"
/>
</div>
@@ -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"
/>
</div>
@@ -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?_wi=1"
mediaAnimation="blur-reveal"
/>
</div>
@@ -113,12 +112,15 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
plans={[
{ id: "p1", badge: "Hourly", price: "1500 BDT", subtitle: "Weekdays", buttons: [{ text: "Book Now", href: "#contact" }], features: ["Peak Hours Available", "Includes Bibs", "Drinking Water"] },
{ id: "p2", badge: "Weekend", price: "2000 BDT", subtitle: "Fri-Sat", buttons: [{ text: "Book Now", href: "#contact" }], features: ["Premium Time Slot", "Includes Bibs", "Shower Access"] },
{ id: "p3", badge: "Monthly", price: "4000 BDT", subtitle: "Recurring", buttons: [{ text: "Book Now", href: "#contact" }], features: ["Priority Booking", "4 Sessions/Month", "Discounted Rate"] },
{ id: "s1", badge: "Morning", price: "3000 BDT", subtitle: "09:00 AM - 10:30 AM", buttons: [{ text: "Book", href: "#contact" }], features: ["90 min session"] },
{ id: "s2", badge: "Morning", price: "3000 BDT", subtitle: "10:30 AM - 12:00 PM", buttons: [{ text: "Book", href: "#contact" }], features: ["90 min session"] },
{ id: "s3", badge: "Evening", price: "3000 BDT", subtitle: "05:00 PM - 06:30 PM", buttons: [{ text: "Book", href: "#contact" }], features: ["90 min session"] },
{ id: "s4", badge: "Evening", price: "3000 BDT", subtitle: "06:30 PM - 08:00 PM", buttons: [{ text: "Book", href: "#contact" }], features: ["90 min session"] },
{ id: "s5", badge: "Night", price: "3500 BDT", subtitle: "08:00 PM - 09:30 PM", buttons: [{ text: "Book", href: "#contact" }], features: ["90 min session"] },
{ id: "s6", badge: "Night", price: "3500 BDT", subtitle: "09:30 PM - 11:00 PM", buttons: [{ text: "Book", href: "#contact" }], features: ["90 min session"] },
]}
title="Booking Packages"
description="Flexible pricing for every group."
title="Slot Timings"
description="Book your preferred 1.5-hour slot. All slots are 90 minutes long."
/>
</div>
@@ -128,8 +130,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?_wi=2" },
{ 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?_wi=2" },
]}
title="Player Voices"
description="What our local players think about the pitch."