From 1f381e0ba807ab9ea063d27ba68487620563c571 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 17:19:27 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 46 ++++++++++++++++++++++++++++++---------------- 1 file changed, 30 insertions(+), 16 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6dadec1..0216e62 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -37,7 +37,8 @@ export default function GavanHomesPage() { { name: "Contact", id: "contact" }, ]} button={{ - text: "Book Site Visit", href: "contact"}} + text: "Book Site Visit", href: "contact" + }} /> @@ -52,7 +53,7 @@ export default function GavanHomesPage() { { text: "📞 Call Now", href: "tel:08200039897" }, { text: "📅 Book Site Visit", href: "#contact" }, ]} - imageSrc="http://img.b2bpic.net/free-photo/modern-urban-townhouses-illuminated-dusk_84443-74075.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/modern-urban-townhouses-illuminated-dusk_84443-74075.jpg" imageAlt="Premium row houses in Vapi with modern architectural design" /> @@ -66,7 +67,7 @@ export default function GavanHomesPage() { { id: "2", value: "50+", description: "Happy Families Settled" }, { id: "3", value: "Prime Location", description: "Near Rofel College, Vapi" }, ]} - gridVariant="three-columns-all-equal-width" + gridVariant="uniform-all-items-equal" animationType="slide-up" textboxLayout="default" useInvertedBackground={false} @@ -80,13 +81,16 @@ export default function GavanHomesPage() { products={[ { id: "1", brand: "GAVAN HOMES", name: "Emerald Heights Row Houses", price: "Starting ₹40 Lakhs", rating: 5, - reviewCount: "Completed", imageSrc: "http://img.b2bpic.net/free-photo/scenery-district-full-houses-clear-sky-larvik-norway_181624-12845.jpg?_wi=1", imageAlt: "Emerald Heights Row Houses Project"}, + reviewCount: "Completed", imageSrc: "http://img.b2bpic.net/free-photo/scenery-district-full-houses-clear-sky-larvik-norway_181624-12845.jpg", imageAlt: "Emerald Heights Row Houses Project" + }, { id: "2", brand: "GAVAN HOMES", name: "Royal Garden Villas", price: "Starting ₹48 Lakhs", rating: 5, - reviewCount: "Ongoing", imageSrc: "http://img.b2bpic.net/free-photo/modern-townhouses-with-contemporary-architecture-dusk_84443-74054.jpg?_wi=1", imageAlt: "Royal Garden Villas Project"}, + reviewCount: "Ongoing", imageSrc: "http://img.b2bpic.net/free-photo/modern-townhouses-with-contemporary-architecture-dusk_84443-74054.jpg", imageAlt: "Royal Garden Villas Project" + }, { id: "3", brand: "GAVAN HOMES", name: "Premium Plaza Residences", price: "Starting ₹55 Lakhs", rating: 5, - reviewCount: "Launching Soon", imageSrc: "http://img.b2bpic.net/free-photo/modern-townhouses-with-contemporary-architecture-dusk_84443-74054.jpg?_wi=2", imageAlt: "Premium Plaza Residences Project"}, + reviewCount: "Launching Soon", imageSrc: "http://img.b2bpic.net/free-photo/modern-townhouses-with-contemporary-architecture-dusk_84443-74054.jpg", imageAlt: "Premium Plaza Residences Project" + }, ]} gridVariant="three-columns-all-equal-width" animationType="slide-up" @@ -102,13 +106,16 @@ export default function GavanHomesPage() { features={[ { id: 1, - title: "Premium Construction Materials", description: "Only the finest quality materials used in all our projects to ensure durability and elegance.", imageSrc: "http://img.b2bpic.net/free-photo/scenery-district-full-houses-clear-sky-larvik-norway_181624-12845.jpg?_wi=2"}, + title: "Premium Construction Materials", description: "Only the finest quality materials used in all our projects to ensure durability and elegance.", imageSrc: "http://img.b2bpic.net/free-photo/scenery-district-full-houses-clear-sky-larvik-norway_181624-12845.jpg" + }, { id: 2, - title: "Clean & Minimal Architectural Design", description: "Modern designs that blend aesthetics with functionality for peaceful living spaces.", imageSrc: "http://img.b2bpic.net/free-photo/modern-townhouses-with-contemporary-architecture-dusk_84443-74054.jpg?_wi=3"}, + title: "Clean & Minimal Architectural Design", description: "Modern designs that blend aesthetics with functionality for peaceful living spaces.", imageSrc: "http://img.b2bpic.net/free-photo/modern-townhouses-with-contemporary-architecture-dusk_84443-74054.jpg" + }, { id: 3, - title: "Transparent Buying Process", description: "Complete clarity on pricing, timelines, and project details. No hidden costs or surprises.", imageSrc: "http://img.b2bpic.net/free-photo/modern-townhouses-with-contemporary-architecture-dusk_84443-74054.jpg?_wi=4"}, + title: "Transparent Buying Process", description: "Complete clarity on pricing, timelines, and project details. No hidden costs or surprises.", imageSrc: "http://img.b2bpic.net/free-photo/modern-townhouses-with-contemporary-architecture-dusk_84443-74054.jpg" + }, ]} textboxLayout="default" useInvertedBackground={false} @@ -122,22 +129,28 @@ export default function GavanHomesPage() { testimonials={[ { id: "1", name: "Rajesh Patel", role: "Family", company: "Vapi", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg?_wi=1"}, + imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg" + }, { id: "2", name: "Priya Sharma", role: "Working Professional", company: "Vapi", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg" + }, { id: "3", name: "Vikram Singh", role: "First-Time Buyer", company: "Valsad", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg?_wi=2"}, + imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg" + }, { id: "4", name: "Anjali Gupta", role: "NRI Investor", company: "Vapi", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-smiling_93675-133804.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-smiling_93675-133804.jpg" + }, { id: "5", name: "Arjun & Family", role: "Family", company: "Vapi", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/front-view-happy-family-showing-thumb-up-sign-sitting-sofa_23-2148045479.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/front-view-happy-family-showing-thumb-up-sign-sitting-sofa_23-2148045479.jpg" + }, { id: "6", name: "Suresh Verma", role: "Business Owner", company: "Vapi", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/self-portrait-cheerful-modern-couple-love_1262-12888.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/self-portrait-cheerful-modern-couple-love_1262-12888.jpg" + }, ]} kpiItems={[ { value: "50+", label: "Happy Families" }, @@ -164,6 +177,7 @@ export default function GavanHomesPage() { imageAlt="GAVAN HOMES office and professional team" useInvertedBackground={false} mediaAnimation="slide-up" + metricsAnimation="slide-up" /> @@ -189,7 +203,7 @@ export default function GavanHomesPage() {