diff --git a/src/app/page.tsx b/src/app/page.tsx
index c6ed8fa..91b72dd 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -12,7 +12,7 @@ import ProductCardThree from '@/components/sections/product/ProductCardThree';
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve';
import TextAbout from '@/components/sections/about/TextAbout';
-import { Briefcase, Home, Map, Sun } from "lucide-react";
+import { Briefcase, Home, Map, Sun, Factory, Trees } from "lucide-react";
export default function LandingPage() {
return (
@@ -32,22 +32,10 @@ export default function LandingPage() {
@@ -58,37 +46,16 @@ export default function LandingPage() {
title="Find Your Dream Property in Mohali"
description="Premium real estate services for residential, commercial, and agricultural properties. ਤੁਹਾਡੀ ਸੇਵਾ ਵਿੱਚ ਹਾਜ਼ਰ."
buttons={[
- {
- text: "Get Free Consultation",
- href: "#contact",
- },
- {
- text: "View Properties",
- href: "#products",
- },
+ { text: "Get Free Consultation", href: "#contact" },
+ { text: "View Properties", href: "#products" },
]}
- imageSrc="http://img.b2bpic.net/free-photo/mosque-pictures-moroccan-wall-pattern_1203-5080.jpg?_wi=1"
+ imageSrc="http://img.b2bpic.net/free-photo/mosque-pictures-moroccan-wall-pattern_1203-5080.jpg"
avatars={[
- {
- src: "http://img.b2bpic.net/free-photo/young-man-casual-clothes-happy-surprised-showing-index-finger-having-new-great-idea-sitting-chair-light-living-room_141793-101788.jpg",
- alt: "satisfied client 1",
- },
- {
- src: "http://img.b2bpic.net/free-photo/young-adult-enjoying-virtual-date_23-2149328163.jpg",
- alt: "satisfied client 2",
- },
- {
- src: "http://img.b2bpic.net/free-photo/ambitious-businessman_1098-18160.jpg",
- alt: "satisfied client 3",
- },
- {
- src: "http://img.b2bpic.net/free-photo/attractive-blonde-girl-tulle-skirt-having-fun-stairs-she-is-smiling-down_197531-617.jpg",
- alt: "satisfied client 4",
- },
- {
- src: "http://img.b2bpic.net/free-photo/never-ending-happiness-our-new-home_329181-9763.jpg",
- alt: "satisfied client 5",
- },
+ { src: "http://img.b2bpic.net/free-photo/young-man-casual-clothes-happy-surprised-showing-index-finger-having-new-great-idea-sitting-chair-light-living-room_141793-101788.jpg", alt: "satisfied client 1" },
+ { src: "http://img.b2bpic.net/free-photo/young-adult-enjoying-virtual-date_23-2149328163.jpg", alt: "satisfied client 2" },
+ { src: "http://img.b2bpic.net/free-photo/ambitious-businessman_1098-18160.jpg", alt: "satisfied client 3" },
+ { src: "http://img.b2bpic.net/free-photo/attractive-blonde-girl-tulle-skirt-having-fun-stairs-she-is-smiling-down_197531-617.jpg", alt: "satisfied client 4" },
+ { src: "http://img.b2bpic.net/free-photo/never-ending-happiness-our-new-home_329181-9763.jpg", alt: "satisfied client 5" },
]}
avatarText="Trusted by 500+ happy families"
/>
@@ -98,12 +65,7 @@ export default function LandingPage() {
@@ -114,65 +76,20 @@ export default function LandingPage() {
useInvertedBackground={true}
features={[
{
- title: "Residential Plots & Homes",
- description: "High-growth residential plots and luxury independent houses across Mohali phases.",
- media: {
- imageSrc: "http://img.b2bpic.net/free-photo/river-passing-through-area-with-many-trees_23-2148293943.jpg",
- },
- items: [
- {
- icon: Home,
- text: "Villas",
- },
- {
- icon: Map,
- text: "Plots",
- },
- ],
- reverse: false,
- imageSrc: "http://img.b2bpic.net/free-photo/mosque-pictures-moroccan-wall-pattern_1203-5080.jpg?_wi=2",
- imageAlt: "modern luxury villa architecture",
+ title: "Residential Plots & Homes", description: "High-growth residential plots and luxury independent houses across Mohali phases.", media: { imageSrc: "http://img.b2bpic.net/free-photo/river-passing-through-area-with-many-trees_23-2148293943.jpg", imageAlt: "modern luxury villa architecture" },
+ items: [{ icon: Home, text: "Villas" }, { icon: Map, text: "Plots" }],
+ reverse: false
},
{
- title: "Commercial & Industrial",
- description: "Prime office spaces and industrial plots for growing businesses.",
- media: {
- imageSrc: "http://img.b2bpic.net/free-photo/industrial-park-factory-building-warehouse_1417-1943.jpg",
- },
- items: [
- {
- icon: Briefcase,
- text: "Offices",
- },
- {
- icon: Factory,
- text: "Industrial",
- },
- ],
- reverse: true,
- imageSrc: "http://img.b2bpic.net/free-photo/green-field_155999-13.jpg",
- imageAlt: "modern luxury villa architecture",
+ title: "Commercial & Industrial", description: "Prime office spaces and industrial plots for growing businesses.", media: { imageSrc: "http://img.b2bpic.net/free-photo/industrial-park-factory-building-warehouse_1417-1943.jpg", imageAlt: "modern luxury villa architecture" },
+ items: [{ icon: Briefcase, text: "Offices" }, { icon: Factory, text: "Industrial" }],
+ reverse: true
},
{
- title: "Agriculture & Land",
- description: "Verified agricultural land investment opportunities near Mohali and Zirakpur.",
- media: {
- imageSrc: "http://img.b2bpic.net/free-photo/blending-futuristic-building-seamlessly-into-desert-landscape_23-2151248436.jpg?_wi=1",
- },
- items: [
- {
- icon: Trees,
- text: "Farm Land",
- },
- {
- icon: Sun,
- text: "Green Zones",
- },
- ],
- reverse: false,
- imageSrc: "http://img.b2bpic.net/free-photo/billboard-template-urban-environment_23-2148197272.jpg?_wi=1",
- imageAlt: "modern luxury villa architecture",
- },
+ title: "Agriculture & Land", description: "Verified agricultural land investment opportunities near Mohali and Zirakpur.", media: { imageSrc: "http://img.b2bpic.net/free-photo/blending-futuristic-building-seamlessly-into-desert-landscape_23-2151248436.jpg", imageAlt: "modern luxury villa architecture" },
+ items: [{ icon: Trees, text: "Farm Land" }, { icon: Sun, text: "Green Zones" }],
+ reverse: false
+ }
]}
title="Our Specialized Services"
description="Comprehensive property solutions tailored to your investment and living goals."
@@ -183,16 +100,7 @@ export default function LandingPage() {
@@ -205,42 +113,12 @@ export default function LandingPage() {
gridVariant="four-items-2x2-equal-grid"
useInvertedBackground={true}
products={[
- {
- id: "p1",
- name: "Luxury Villa in Aerocity",
- price: "₹2.5 Cr",
- imageSrc: "http://img.b2bpic.net/free-photo/blending-futuristic-building-seamlessly-into-desert-landscape_23-2151248436.jpg?_wi=2",
- },
- {
- id: "p2",
- name: "Commercial Shop in Mohali Ph 8",
- price: "₹80 Lakh",
- imageSrc: "http://img.b2bpic.net/free-photo/billboard-template-urban-environment_23-2148197272.jpg?_wi=2",
- },
- {
- id: "p3",
- name: "3BHK Flat in Zirakpur",
- price: "₹65 Lakh",
- imageSrc: "http://img.b2bpic.net/free-photo/facade-residential-building_158595-5081.jpg",
- },
- {
- id: "p4",
- name: "Agriculture Land in Ropar",
- price: "₹1.2 Cr",
- imageSrc: "http://img.b2bpic.net/free-photo/winding-road-through-verdant-plains-dramatic-skies_84443-72991.jpg",
- },
- {
- id: "p5",
- name: "Independent House in Kharar",
- price: "₹95 Lakh",
- imageSrc: "http://img.b2bpic.net/free-photo/lodge-resort-thailand_1388-203.jpg",
- },
- {
- id: "p6",
- name: "Industrial Plot in Landran",
- price: "₹1.8 Cr",
- imageSrc: "http://img.b2bpic.net/free-photo/aerial-shot-turaida-castle-sigulda_181624-39097.jpg",
- },
+ { id: "p1", name: "Luxury Villa in Aerocity", price: "₹2.5 Cr", imageSrc: "http://img.b2bpic.net/free-photo/blending-futuristic-building-seamlessly-into-desert-landscape_23-2151248436.jpg" },
+ { id: "p2", name: "Commercial Shop in Mohali Ph 8", price: "₹80 Lakh", imageSrc: "http://img.b2bpic.net/free-photo/billboard-template-urban-environment_23-2148197272.jpg" },
+ { id: "p3", name: "3BHK Flat in Zirakpur", price: "₹65 Lakh", imageSrc: "http://img.b2bpic.net/free-photo/facade-residential-building_158595-5081.jpg" },
+ { id: "p4", name: "Agriculture Land in Ropar", price: "₹1.2 Cr", imageSrc: "http://img.b2bpic.net/free-photo/winding-road-through-verdant-plains-dramatic-skies_84443-72991.jpg" },
+ { id: "p5", name: "Independent House in Kharar", price: "₹95 Lakh", imageSrc: "http://img.b2bpic.net/free-photo/lodge-resort-thailand_1388-203.jpg" },
+ { id: "p6", name: "Industrial Plot in Landran", price: "₹1.8 Cr", imageSrc: "http://img.b2bpic.net/free-photo/aerial-shot-turaida-castle-sigulda_181624-39097.jpg" }
]}
title="Featured Property Listings"
description="Explore our premium selection of available properties."
@@ -250,32 +128,13 @@ export default function LandingPage() {