diff --git a/src/app/page.tsx b/src/app/page.tsx
index 897dbe7..0495ea9 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -11,7 +11,8 @@ import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleAp
import PricingCardEight from '@/components/sections/pricing/PricingCardEight';
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
-import { Award } from "lucide-react";
+import { Award, Shirt, Droplets } from "lucide-react";
+import FeatureCardTen from '@/components/sections/feature/FeatureCardTen';
export default function LandingPage() {
return (
@@ -31,22 +32,11 @@ export default function LandingPage() {
@@ -54,73 +44,17 @@ export default function LandingPage() {
@@ -130,27 +64,36 @@ export default function LandingPage() {
title="Facility Features"
description="Everything you need for a competitive match."
accordionItems={[
- {
- id: "f1",
- title: "Premium Turf",
- content: "Professional grade astroturf ensuring great grip and injury prevention.",
- },
- {
- 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.",
- },
+ { id: "f1", title: "Premium Turf", content: "Professional grade astroturf ensuring great grip and injury prevention." },
+ { 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"
mediaAnimation="opacity"
/>
+