From debf125ae435252d69817eb7fab8b4e7971cba53 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 17:46:44 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 181 +++++++++-------------------------------------- 1 file changed, 33 insertions(+), 148 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f5c64ca..a218ff5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -55,22 +55,15 @@ export default function HomePage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/round-saw-hands-builder-work-laying-paving-slabs_1150-10081.jpg?_wi=1", - imageAlt: "construction site building civil engineering foundation work", - }, + imageSrc: "http://img.b2bpic.net/free-photo/round-saw-hands-builder-work-laying-paving-slabs_1150-10081.jpg", imageAlt: "construction site building civil engineering foundation work"}, { - imageSrc: "http://img.b2bpic.net/free-photo/construction-with-mobile-phone_329181-2852.jpg?_wi=1", - imageAlt: "residential construction house building new home construction civil work", - }, + imageSrc: "http://img.b2bpic.net/free-photo/construction-with-mobile-phone_329181-2852.jpg", imageAlt: "residential construction house building new home construction civil work"}, { - imageSrc: "http://img.b2bpic.net/free-photo/low-angle-view-scafolding-building_1252-1176.jpg?_wi=1", - imageAlt: "commercial construction office building commercial project structural work", - }, + imageSrc: "http://img.b2bpic.net/free-photo/low-angle-view-scafolding-building_1252-1176.jpg", imageAlt: "commercial construction office building commercial project structural work"}, { - imageSrc: "http://img.b2bpic.net/free-photo/builder-checks-quality-laid-tiles-with-manual-bubble-level-construction-worker-installing-ceramic-floor-tiles-construction-sites-floor-repair-selective-focus_166373-2126.jpg?_wi=1", - imageAlt: "renovation repair work building renovation home improvement", - }, + imageSrc: "http://img.b2bpic.net/free-photo/builder-checks-quality-laid-tiles-with-manual-bubble-level-construction-worker-installing-ceramic-floor-tiles-construction-sites-floor-repair-selective-focus_166373-2126.jpg", imageAlt: "renovation repair work building renovation home improvement"}, ]} + mediaAnimation="none" /> @@ -86,53 +79,23 @@ export default function HomePage() { buttonAnimation="slide-up" features={[ { - title: "Residential Construction", - description: "Professional home building and residential project execution with quality craftsmanship", - imageSrc: "http://img.b2bpic.net/free-photo/construction-with-mobile-phone_329181-2852.jpg?_wi=2", - imageAlt: "residential construction", - buttonIcon: ArrowRight, - buttonHref: "/services", - }, + title: "Residential Construction", description: "Professional home building and residential project execution with quality craftsmanship", imageSrc: "http://img.b2bpic.net/free-photo/construction-with-mobile-phone_329181-2852.jpg", imageAlt: "residential construction", buttonIcon: ArrowRight, + buttonHref: "/services"}, { - title: "Commercial Construction", - description: "Reliable commercial building projects for businesses and entrepreneurs", - imageSrc: "http://img.b2bpic.net/free-photo/low-angle-view-scafolding-building_1252-1176.jpg?_wi=2", - imageAlt: "commercial construction", - buttonIcon: ArrowRight, - buttonHref: "/services", - }, + title: "Commercial Construction", description: "Reliable commercial building projects for businesses and entrepreneurs", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-view-scafolding-building_1252-1176.jpg", imageAlt: "commercial construction", buttonIcon: ArrowRight, + buttonHref: "/services"}, { - title: "Civil Engineering Consultation", - description: "Expert planning, design, and structural analysis for your projects", - imageSrc: "http://img.b2bpic.net/free-photo/round-saw-hands-builder-work-laying-paving-slabs_1150-10081.jpg?_wi=2", - imageAlt: "civil engineering consultation", - buttonIcon: ArrowRight, - buttonHref: "/contact", - }, + title: "Civil Engineering Consultation", description: "Expert planning, design, and structural analysis for your projects", imageSrc: "http://img.b2bpic.net/free-photo/round-saw-hands-builder-work-laying-paving-slabs_1150-10081.jpg", imageAlt: "civil engineering consultation", buttonIcon: ArrowRight, + buttonHref: "/contact"}, { - title: "Renovation & Repair", - description: "Quality renovation and repair work to restore and modernize existing structures", - imageSrc: "http://img.b2bpic.net/free-photo/builder-checks-quality-laid-tiles-with-manual-bubble-level-construction-worker-installing-ceramic-floor-tiles-construction-sites-floor-repair-selective-focus_166373-2126.jpg?_wi=2", - imageAlt: "renovation work", - buttonIcon: ArrowRight, - buttonHref: "/contact", - }, + title: "Renovation & Repair", description: "Quality renovation and repair work to restore and modernize existing structures", imageSrc: "http://img.b2bpic.net/free-photo/builder-checks-quality-laid-tiles-with-manual-bubble-level-construction-worker-installing-ceramic-floor-tiles-construction-sites-floor-repair-selective-focus_166373-2126.jpg", imageAlt: "renovation work", buttonIcon: ArrowRight, + buttonHref: "/contact"}, { - title: "Foundation & RCC Work", - description: "Strong, durable foundations and reinforced concrete construction for lasting quality", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-desert-chile-separated-by-fence-with-buildings-background_181624-9783.jpg", - imageAlt: "foundation work", - buttonIcon: ArrowRight, - buttonHref: "/contact", - }, + title: "Foundation & RCC Work", description: "Strong, durable foundations and reinforced concrete construction for lasting quality", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-desert-chile-separated-by-fence-with-buildings-background_181624-9783.jpg", imageAlt: "foundation work", buttonIcon: ArrowRight, + buttonHref: "/contact"}, { - title: "Building Planning & Layout", - description: "Professional site planning and architectural layout services for optimal project execution", - imageSrc: "http://img.b2bpic.net/free-photo/round-saw-hands-builder-work-laying-paving-slabs_1150-10081.jpg?_wi=3", - imageAlt: "building planning", - buttonIcon: ArrowRight, - buttonHref: "/contact", - }, + title: "Building Planning & Layout", description: "Professional site planning and architectural layout services for optimal project execution", imageSrc: "http://img.b2bpic.net/free-photo/round-saw-hands-builder-work-laying-paving-slabs_1150-10081.jpg", imageAlt: "building planning", buttonIcon: ArrowRight, + buttonHref: "/contact"}, ]} /> @@ -142,10 +105,7 @@ export default function HomePage() { @@ -231,53 +155,17 @@ export default function HomePage() { animationType="slide-up" testimonials={[ { - id: "1", - name: "Rajesh Sharma", - role: "Homeowner", - testimonial: "H.A.R. Construction'S completed our home on time and within budget. Their team was professional, courteous, and delivered exceptional quality. Highly recommended!", - imageSrc: "http://img.b2bpic.net/free-photo/handsome-business-man-engineer-hard-hat-building_1303-21147.jpg?_wi=1", - imageAlt: "Rajesh Sharma", - }, + id: "1", name: "Rajesh Sharma", role: "Homeowner", testimonial: "H.A.R. Construction'S completed our home on time and within budget. Their team was professional, courteous, and delivered exceptional quality. Highly recommended!", imageSrc: "http://img.b2bpic.net/free-photo/handsome-business-man-engineer-hard-hat-building_1303-21147.jpg", imageAlt: "Rajesh Sharma"}, { - id: "2", - name: "Priya Patel", - role: "Business Owner", - testimonial: "We renovated our commercial space with them. Their expertise in planning and execution was outstanding. Great value and outstanding results!", - imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-attractive-woman-showing-thumb-up-outdoors_1262-12526.jpg?_wi=1", - imageAlt: "Priya Patel", - }, + id: "2", name: "Priya Patel", role: "Business Owner", testimonial: "We renovated our commercial space with them. Their expertise in planning and execution was outstanding. Great value and outstanding results!", imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-attractive-woman-showing-thumb-up-outdoors_1262-12526.jpg", imageAlt: "Priya Patel"}, { - id: "3", - name: "Vikram Singh", - role: "Property Developer", - testimonial: "Working with H.A.R. Construction'S on our residential project was a game-changer. Professional, reliable, and they understand local requirements perfectly.", - imageSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg?_wi=1", - imageAlt: "Vikram Singh", - }, + id: "3", name: "Vikram Singh", role: "Property Developer", testimonial: "Working with H.A.R. Construction'S on our residential project was a game-changer. Professional, reliable, and they understand local requirements perfectly.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg", imageAlt: "Vikram Singh"}, { - id: "4", - name: "Divya Mishra", - role: "Homeowner", - testimonial: "From foundation work to final finishing, their attention to detail was impressive. They're trustworthy and deliver quality that lasts!", - imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", - imageAlt: "Divya Mishra", - }, + id: "4", name: "Divya Mishra", role: "Homeowner", testimonial: "From foundation work to final finishing, their attention to detail was impressive. They're trustworthy and deliver quality that lasts!", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", imageAlt: "Divya Mishra"}, { - id: "5", - name: "Ajay Kumar", - role: "Contractor Partner", - testimonial: "Partnering with H.A.R. Construction'S has been excellent. Their expertise and commitment to quality make them the best in the region.", - imageSrc: "http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg", - imageAlt: "Ajay Kumar", - }, + id: "5", name: "Ajay Kumar", role: "Contractor Partner", testimonial: "Partnering with H.A.R. Construction'S has been excellent. Their expertise and commitment to quality make them the best in the region.", imageSrc: "http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg", imageAlt: "Ajay Kumar"}, { - id: "6", - name: "Sunita Verma", - role: "Homeowner", - testimonial: "Our home extension turned out beautifully! The team was communicative throughout the project and exceeded our expectations.", - imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", - imageAlt: "Sunita Verma", - }, + id: "6", name: "Sunita Verma", role: "Homeowner", testimonial: "Our home extension turned out beautifully! The team was communicative throughout the project and exceeded our expectations.", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "Sunita Verma"}, ]} /> @@ -301,24 +189,21 @@ export default function HomePage() {