diff --git a/src/app/page.tsx b/src/app/page.tsx
index d47fb02..e815463 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -30,29 +30,17 @@ export default function LandingPage() {
@@ -61,109 +49,67 @@ export default function LandingPage() {
@@ -173,7 +119,7 @@ export default function LandingPage() {
useInvertedBackground={false}
title="Refined Recreation"
description="A.Y.A Sports & Family Club is Thanjavur’s destination for refined recreation, offering world-class sports facilities, wellness spaces, and social experiences designed for families and individuals alike."
- imageSrc="http://img.b2bpic.net/free-photo/muscular-woman-walking-stadium-morning_7502-8221.jpg?_wi=3"
+ imageSrc="http://img.b2bpic.net/free-photo/muscular-woman-walking-stadium-morning_7502-8221.jpg"
/>
@@ -185,47 +131,17 @@ export default function LandingPage() {
useInvertedBackground={true}
features={[
{
- title: "Swimming Pool",
- description: "Crystal clear water in a luxury environment.",
- imageSrc: "http://img.b2bpic.net/free-photo/chair-pool_74190-1323.jpg?_wi=3",
- titleIconSrc: "Waves",
- buttonText: "View Details",
- },
+ title: "Swimming Pool", description: "Crystal clear water in a luxury environment.", imageSrc: "http://img.b2bpic.net/free-photo/chair-pool_74190-1323.jpg", titleIconSrc: "Waves", buttonText: "View Details"},
{
- title: "Badminton Courts",
- description: "Professional-grade courts for elite play.",
- imageSrc: "http://img.b2bpic.net/free-photo/man-playing-with-basketball_23-2147925201.jpg?_wi=3",
- titleIconSrc: "Activity",
- buttonText: "View Details",
- },
+ title: "Badminton Courts", description: "Professional-grade courts for elite play.", imageSrc: "http://img.b2bpic.net/free-photo/man-playing-with-basketball_23-2147925201.jpg", titleIconSrc: "Activity", buttonText: "View Details"},
{
- title: "Tennis Courts",
- description: "Pristine courts in beautiful surroundings.",
- imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-soccer-field_23-2150338670.jpg?_wi=3",
- titleIconSrc: "Trophy",
- buttonText: "View Details",
- },
+ title: "Tennis Courts", description: "Pristine courts in beautiful surroundings.", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-soccer-field_23-2150338670.jpg", titleIconSrc: "Trophy", buttonText: "View Details"},
{
- title: "Gym & Fitness",
- description: "State-of-the-art equipment for wellness.",
- imageSrc: "http://img.b2bpic.net/free-photo/white-sports-barbell-equipment_23-2151920896.jpg?_wi=3",
- titleIconSrc: "Dumbbell",
- buttonText: "View Details",
- },
+ title: "Gym & Fitness", description: "State-of-the-art equipment for wellness.", imageSrc: "http://img.b2bpic.net/free-photo/white-sports-barbell-equipment_23-2151920896.jpg", titleIconSrc: "Dumbbell", buttonText: "View Details"},
{
- title: "Banquet Hall",
- description: "Grand venue for your special events.",
- imageSrc: "http://img.b2bpic.net/free-photo/restaurant-hall-with-round-square-tables-some-chairs-plants_140725-8031.jpg?_wi=3",
- titleIconSrc: "Calendar",
- buttonText: "View Details",
- },
+ title: "Banquet Hall", description: "Grand venue for your special events.", imageSrc: "http://img.b2bpic.net/free-photo/restaurant-hall-with-round-square-tables-some-chairs-plants_140725-8031.jpg", titleIconSrc: "Calendar", buttonText: "View Details"},
{
- title: "Table Tennis",
- description: "Refined space for table tennis enthusiasts.",
- imageSrc: "http://img.b2bpic.net/free-photo/chair-pool_74190-1323.jpg?_wi=4",
- titleIconSrc: "Circle",
- buttonText: "View Details",
- },
+ title: "Table Tennis", description: "Refined space for table tennis enthusiasts.", imageSrc: "http://img.b2bpic.net/free-photo/chair-pool_74190-1323.jpg", titleIconSrc: "Circle", buttonText: "View Details"},
]}
title="World-Class Facilities"
description="Experience excellence across our diverse array of premium sporting and wellness amenities."
@@ -234,40 +150,21 @@ export default function LandingPage() {
@@ -354,45 +218,29 @@ export default function LandingPage() {
{
items: [
{
- label: "About Us",
- href: "#about",
- },
+ label: "About Us", href: "#about"},
{
- label: "Membership",
- href: "#membership",
- },
+ label: "Membership", href: "#membership"},
{
- label: "Facilities",
- href: "#facilities",
- },
+ label: "Facilities", href: "#facilities"},
],
},
{
items: [
{
- label: "Instagram",
- href: "#",
- },
+ label: "Instagram", href: "#"},
{
- label: "Facebook",
- href: "#",
- },
+ label: "Facebook", href: "#"},
{
- label: "YouTube",
- href: "#",
- },
+ label: "YouTube", href: "#"},
],
},
{
items: [
{
- label: "Contact Us",
- href: "#contact",
- },
+ label: "Contact Us", href: "#contact"},
{
- label: "Privacy Policy",
- href: "#",
- },
+ label: "Privacy Policy", href: "#"},
],
},
]}