diff --git a/src/app/page.tsx b/src/app/page.tsx
index 03515c1..a1a5795 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -6,10 +6,9 @@ import ContactSplit from '@/components/sections/contact/ContactSplit';
import FeatureCardTen from '@/components/sections/feature/FeatureCardTen';
import FooterSimple from '@/components/sections/footer/FooterSimple';
import HeroSplitTestimonial from '@/components/sections/hero/HeroSplitTestimonial';
-import MetricCardTen from '@/components/sections/metrics/MetricCardTen';
import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout';
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
-import { PlayCircle, Users, Waves } from "lucide-react";
+import { PlayCircle, Users, Waves, Gamepad2, Table, Dribbble } from "lucide-react";
export default function LandingPage() {
return (
@@ -29,22 +28,10 @@ export default function LandingPage() {
@@ -52,101 +39,20 @@ export default function LandingPage() {
@@ -156,20 +62,11 @@ export default function LandingPage() {
title="Peaceful Getaway on Damloti Road"
description="Conveniently located with smooth accessibility, Shamsi Resort Farmhouse offers a peaceful sanctuary away from the city's hustle. Whether planning a birthday, a picnic, or a casual day out, we provide a comfortable, premium experience for small and large families alike."
metrics={[
- {
- value: "100%",
- title: "Customer Satisfaction",
- },
- {
- value: "24/7",
- title: "Great Hospitality",
- },
- {
- value: "Year-round",
- title: "Perfect for Picnics",
- },
+ { value: "100%", title: "Customer Satisfaction" },
+ { value: "24/7", title: "Great Hospitality" },
+ { value: "Year-round", title: "Perfect for Picnics" }
]}
- imageSrc="http://img.b2bpic.net/free-photo/volunteers-picking-up-trash-from-grass_1262-21091.jpg?_wi=1"
+ imageSrc="http://img.b2bpic.net/free-photo/volunteers-picking-up-trash-from-grass_1262-21091.jpg"
imageAlt="Peaceful landscape of the farmhouse"
mediaAnimation="slide-up"
metricsAnimation="slide-up"
@@ -183,77 +80,33 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
- id: "1",
- title: "Indoor Gaming Zone",
- description: "Challenge your friends and family to a competitive game of snooker, foosball, or a fast-paced match of table tennis inside our comfortable climate-controlled areas.",
- media: {
- imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-people-playing-table-football-while-indoors_146671-15233.jpg",
- imageAlt: "Indoor gaming setup",
- },
+ id: "1", title: "Indoor Gaming Zone", description: "Challenge your friends and family to a competitive game of snooker, foosball, or a fast-paced match of table tennis inside our comfortable climate-controlled areas.", media: { imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-people-playing-table-football-while-indoors_146671-15233.jpg", imageAlt: "Indoor gaming setup" },
items: [
- {
- icon: TableProperties,
- text: "Professional Snooker Table",
- },
- {
- icon: Gamepad2,
- text: "Competitive Foosball",
- },
- {
- icon: PlayCircle,
- text: "Table Tennis",
- },
+ { icon: Table, text: "Professional Snooker Table" },
+ { icon: Gamepad2, text: "Competitive Foosball" },
+ { icon: PlayCircle, text: "Table Tennis" }
],
- reverse: false,
- imageSrc: "http://img.b2bpic.net/free-photo/romantic-villa-ephrussie-french-riviera-beauty-nature_1268-36318.jpg?_wi=2",
- imageAlt: "luxury farmhouse lawn greenery",
+ reverse: false
},
{
- id: "2",
- title: "Outdoor Lawn Activities",
- description: "Enjoy the fresh air on our wide, beautifully maintained lawn. It's the perfect setting for cricket matches, family games, or just relaxing on the swings.",
- media: {
- imageSrc: "http://img.b2bpic.net/free-photo/romantic-villa-ephrussie-french-riviera-beauty-nature_1268-36318.jpg?_wi=3",
- imageAlt: "Wide outdoor lawn",
- },
+ id: "2", title: "Outdoor Lawn Activities", description: "Enjoy the fresh air on our wide, beautifully maintained lawn. It's the perfect setting for cricket matches, family games, or just relaxing on the swings.", media: { imageSrc: "http://img.b2bpic.net/free-photo/romantic-villa-ephrussie-french-riviera-beauty-nature_1268-36318.jpg", imageAlt: "Wide outdoor lawn" },
items: [
- {
- icon: Dribbble,
- text: "Cricket Field",
- },
- {
- icon: Waves,
- text: "Swings for Kids",
- },
- {
- icon: Users,
- text: "Space for Large Gatherings",
- },
+ { icon: Dribbble, text: "Cricket Field" },
+ { icon: Waves, text: "Swings for Kids" },
+ { icon: Users, text: "Space for Large Gatherings" }
],
- reverse: true,
- imageSrc: "http://img.b2bpic.net/free-photo/volunteers-picking-up-trash-from-grass_1262-21091.jpg?_wi=2",
- imageAlt: "peaceful resort farmhouse landscape",
- },
+ reverse: true
+ }
]}
title="Entertainment for Everyone"
description="From indoor games like table tennis and snooker to outdoor excitement on our expansive lawn, we have something to keep every guest happy and engaged."
/>
-