diff --git a/src/app/page.tsx b/src/app/page.tsx index 782e26e..3a5aa8d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,21 +32,13 @@ export default function LandingPage() { @@ -55,118 +47,34 @@ export default function LandingPage() {
@@ -184,47 +92,23 @@ export default function LandingPage() { animationType="slide-up" textboxLayout="default" useInvertedBackground={true} - features={[ - { - title: "Transparent Consultancy", - description: "Clear communication throughout the entire rental process.", - phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/approved-credit-request-afent-table_23-2147764207.jpg", - }, - phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/businessman-looking-digital-tablet-near-his-partner-sitting-chair_23-2147880512.jpg", - }, - imageSrc: "http://img.b2bpic.net/free-photo/3d-render-contemporary-living-space_1048-5616.jpg?_wi=2", - imageAlt: "business handshake real estate", - }, - { - title: "Professional Brokerage", - description: "Handled by experts who prioritize your unique requirements.", - phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/people-practicing-social-integration-workspace_23-2149405355.jpg", - }, - phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/front-view-real-estate-agent-working_23-2150322089.jpg", - }, - imageSrc: "http://img.b2bpic.net/free-photo/bright-clean-scandinavian-style-bedroom_53876-132372.jpg?_wi=2", - imageAlt: "business handshake real estate", - }, - { - title: "Smooth Transactions", - description: "Seamless documentation and support from start to finish.", - phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/account-tablet-studying-strategy-monitoring-finance_1418-429.jpg", - }, - phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/couple-against-building-house_1398-5103.jpg", - }, - imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-beautiful-luxury-bedroom-suite-hotel-with-tv_105762-2296.jpg?_wi=2", - imageAlt: "business handshake real estate", - }, - ]} showStepNumbers={true} title="Why Choose Us" description="Experience superior service built on trust, communication, and industry expertise." + features={[ + { + title: "Transparent Consultancy", description: "Clear communication throughout the entire rental process.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/approved-credit-request-afent-table_23-2147764207.jpg" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/businessman-looking-digital-tablet-near-his-partner-sitting-chair_23-2147880512.jpg" }, + }, + { + title: "Professional Brokerage", description: "Handled by experts who prioritize your unique requirements.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/people-practicing-social-integration-workspace_23-2149405355.jpg" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/front-view-real-estate-agent-working_23-2150322089.jpg" }, + }, + { + title: "Smooth Transactions", description: "Seamless documentation and support from start to finish.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/account-tablet-studying-strategy-monitoring-finance_1418-429.jpg" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/couple-against-building-house_1398-5103.jpg" }, + }, + ]} /> @@ -234,64 +118,16 @@ export default function LandingPage() { textboxLayout="default" gridVariant="three-columns-all-equal-width" useInvertedBackground={false} - products={[ - { - id: "p1", - brand: "Luxury Homes", - name: "DLF Phase 2 Apartment", - price: "₹65,000 / mo", - rating: 5, - reviewCount: "12", - imageSrc: "http://img.b2bpic.net/free-photo/modern-builtin-oven-kitchen-stylish-interior-cooking-area_169016-72616.jpg", - }, - { - id: "p2", - brand: "Urban Living", - name: "Sector 25 Builder Floor", - price: "₹45,000 / mo", - rating: 5, - reviewCount: "8", - imageSrc: "http://img.b2bpic.net/free-photo/full-shot-construction-worker-holding-tool_23-2149328045.jpg", - }, - { - id: "p3", - brand: "Modern Suites", - name: "Golf Course Road Flat", - price: "₹90,000 / mo", - rating: 4, - reviewCount: "21", - imageSrc: "http://img.b2bpic.net/free-photo/cozy-lively-home-interior-design_23-2151118953.jpg", - }, - { - id: "p4", - brand: "Comfort Living", - name: "Cozy Studio Apartment", - price: "₹25,000 / mo", - rating: 5, - reviewCount: "5", - imageSrc: "http://img.b2bpic.net/free-photo/stylish-modern-home-office-interior-with-curved-desk_23-2151985075.jpg", - }, - { - id: "p5", - brand: "Family Villas", - name: "Spacious Villa House", - price: "₹1,50,000 / mo", - rating: 4, - reviewCount: "10", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-front-door-with-yellow-wall-plants_23-2149360607.jpg", - }, - { - id: "p6", - brand: "Elite Spaces", - name: "Premium High-Rise Flat", - price: "₹1,20,000 / mo", - rating: 5, - reviewCount: "34", - imageSrc: "http://img.b2bpic.net/free-photo/black-hair-sexy-woman-glasses-coat-posed-against-building-with-modern-windows_627829-8626.jpg", - }, - ]} title="Featured Properties" description="Explore our curated list of available rental properties in prime sectors of Gurugram." + products={[ + { id: "p1", brand: "Luxury Homes", name: "DLF Phase 2 Apartment", price: "₹65,000 / mo", rating: 5, reviewCount: "12", imageSrc: "http://img.b2bpic.net/free-photo/modern-builtin-oven-kitchen-stylish-interior-cooking-area_169016-72616.jpg" }, + { id: "p2", brand: "Urban Living", name: "Sector 25 Builder Floor", price: "₹45,000 / mo", rating: 5, reviewCount: "8", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-construction-worker-holding-tool_23-2149328045.jpg" }, + { id: "p3", brand: "Modern Suites", name: "Golf Course Road Flat", price: "₹90,000 / mo", rating: 4, reviewCount: "21", imageSrc: "http://img.b2bpic.net/free-photo/cozy-lively-home-interior-design_23-2151118953.jpg" }, + { id: "p4", brand: "Comfort Living", name: "Cozy Studio Apartment", price: "₹25,000 / mo", rating: 5, reviewCount: "5", imageSrc: "http://img.b2bpic.net/free-photo/stylish-modern-home-office-interior-with-curved-desk_23-2151985075.jpg" }, + { id: "p5", brand: "Family Villas", name: "Spacious Villa House", price: "₹1,50,000 / mo", rating: 4, reviewCount: "10", imageSrc: "http://img.b2bpic.net/free-photo/front-view-front-door-with-yellow-wall-plants_23-2149360607.jpg" }, + { id: "p6", brand: "Elite Spaces", name: "Premium High-Rise Flat", price: "₹1,20,000 / mo", rating: 5, reviewCount: "34", imageSrc: "http://img.b2bpic.net/free-photo/black-hair-sexy-woman-glasses-coat-posed-against-building-with-modern-windows_627829-8626.jpg" }, + ]} /> @@ -301,21 +137,9 @@ export default function LandingPage() { title="Our Impact" tag="Reliability Metrics" metrics={[ - { - id: "m1", - value: "74+", - description: "Happy Clients", - }, - { - id: "m2", - value: "4.9", - description: "Client Rating", - }, - { - id: "m3", - value: "200+", - description: "Successful Deals", - }, + { id: "m1", value: "74+", description: "Happy Clients" }, + { id: "m2", value: "4.9", description: "Client Rating" }, + { id: "m3", value: "200+", description: "Successful Deals" }, ]} metricsAnimation="slide-up" /> @@ -327,50 +151,15 @@ export default function LandingPage() { textboxLayout="default" gridVariant="one-large-left-three-stacked-right" useInvertedBackground={false} - testimonials={[ - { - id: "1", - name: "Manish Choithani", - role: "Resident", - company: "Gurgaon", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/charming-student-girl-good-mood-relaxing-home_343059-139.jpg", - }, - { - id: "2", - name: "Rudransh RC", - role: "Local Guide", - company: "Gurgaon", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-middle-aged-woman-holding-camera_23-2148979139.jpg", - }, - { - id: "3", - name: "Peeyush Sachdeva", - role: "Resident", - company: "Gurgaon", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-mature-business-man-standing-office-cafe-leaning-counter-holding-jacket-shoulder-showing-thumb-up-like_74855-10007.jpg", - }, - { - id: "4", - name: "Aman Verma", - role: "Tenant", - company: "Gurgaon", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-modern-woman-girl-sitting-couch-using-digital-tablet-reading-ebook_1258-201983.jpg", - }, - { - id: "5", - name: "Sarah Khan", - role: "Landlord", - company: "Gurgaon", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/older-woman-with-thumb-up_1149-1162.jpg", - }, - ]} title="What Our Clients Say" description="Trusted by residents across Gurugram for exceptional real estate guidance." + testimonials={[ + { id: "1", name: "Manish Choithani", role: "Resident", company: "Gurgaon", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/charming-student-girl-good-mood-relaxing-home_343059-139.jpg" }, + { id: "2", name: "Rudransh RC", role: "Local Guide", company: "Gurgaon", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-middle-aged-woman-holding-camera_23-2148979139.jpg" }, + { id: "3", name: "Peeyush Sachdeva", role: "Resident", company: "Gurgaon", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-mature-business-man-standing-office-cafe-leaning-counter-holding-jacket-shoulder-showing-thumb-up-like_74855-10007.jpg" }, + { id: "4", name: "Aman Verma", role: "Tenant", company: "Gurgaon", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-modern-woman-girl-sitting-couch-using-digital-tablet-reading-ebook_1258-201983.jpg" }, + { id: "5", name: "Sarah Khan", role: "Landlord", company: "Gurgaon", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/older-woman-with-thumb-up_1149-1162.jpg" }, + ]} /> @@ -378,27 +167,15 @@ export default function LandingPage() { @@ -406,9 +183,7 @@ export default function LandingPage() {