From 586d38924984e56eeb62d625e763aa1ad9f379c9 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 8 Jun 2026 11:36:55 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f826fd0..c4f5159 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -13,7 +13,7 @@ import ProductCardOne from '@/components/sections/product/ProductCardOne'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; -import { Building, Droplet, Lock, Palette, Ruler, ShieldCheck, HardHat, Landmark, Hammer, Crane, ClipboardCheck } from "lucide-react"; +import { Building, Droplet, Lock, Palette, Ruler, ShieldCheck, HardHat, Landmark, Hammer, ClipboardCheck } from "lucide-react"; export default function LandingPage() { return ( @@ -145,14 +145,14 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/woman-african-american-worker-standing-with-plan-factory_1303-30604.jpg", imageAlt: "general construction site workers safety gear"}, items: [ { - icon: Crane, + icon: Hammer, text: "New Construction"}, { icon: Ruler, text: "Renovations & Additions"}, { icon: ClipboardCheck, - text: "Project Management"}, + text: "Project Management"} ], reverse: true } @@ -180,7 +180,7 @@ export default function LandingPage() { { id: "proj-5", name: "NDL Siplast Flat Roofing Upgrade", price: "Commercial", imageSrc: "http://img.b2bpic.net/free-photo/skateboard-rink-view_23-2148937902.jpg", imageAlt: "NDL Siplast flat roofing system commercial"}, { - id: "proj-6", name: "New Commercial Building Construction", price: "General Construction", imageSrc: "http://img.b2bpic.net/free-photo/white-business-center-with-beautiful-textures-unique-design-with-interior-staircases_181624-5474.jpg", imageAlt: "general commercial construction site progress"}, + id: "proj-6", name: "New Commercial Building Construction", price: "General Construction", imageSrc: "http://img.b2bpic.net/free-photo/white-business-center-with-beautiful-textures-unique-design-with-interior-staircases_181624-5474.jpg", imageAlt: "general commercial construction site progress"} ]} title="Featured Projects Portfolio" description="Explore our successful projects showcasing our expertise in various construction domains, from complex commercial roofing to delicate landmark rehabilitations." @@ -198,7 +198,7 @@ export default function LandingPage() { { id: "m2", value: "500+", description: "Successful Projects Completed"}, { - id: "m3", value: "NDL", description: "Siplast Certified Experts"}, + id: "m3", value: "NDL", description: "Siplast Certified Experts"} ]} metricsAnimation="slide-up" /> @@ -220,7 +220,7 @@ export default function LandingPage() { { id: "t5", name: "Jessica Lee", date: "January 2023", title: "Top-Tier Roofing & Communication", quote: "We needed a complete roof overhaul, and Azhar Construction made the entire process transparent and stress-free. The quality of work is outstanding, and their team was communicative throughout.", tag: "Property Manager", avatarSrc: "http://img.b2bpic.net/free-photo/happy-builder-hardhat_1398-1726.jpg", avatarAlt: "male project director portrait serious", imageSrc: "http://img.b2bpic.net/free-photo/windows-business-building_1339-6975.jpg", imageAlt: "high-rise office tower exterior"}, { - id: "t6", name: "Robert Green", date: "December 2022", title: "Exceptional Home Renovation", quote: "Azhar Construction helped us with a major residential renovation. Their attention to detail, quality craftsmanship, and reliable service transformed our home. Truly a five-star experience.", tag: "Homeowner", avatarSrc: "http://img.b2bpic.net/free-photo/woman-standing-with-arms-crossed-kitchen_107420-12356.jpg", avatarAlt: "female business owner portrait smiling", imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-outside-walking-with-lots-shopping-bags_23-2148695599.jpg", imageAlt: "renovated retail storefront exterior"}, + id: "t6", name: "Robert Green", date: "December 2022", title: "Exceptional Home Renovation", quote: "Azhar Construction helped us with a major residential renovation. Their attention to detail, quality craftsmanship, and reliable service transformed our home. Truly a five-star experience.", tag: "Homeowner", avatarSrc: "http://img.b2bpic.net/free-photo/woman-standing-with-arms-crossed-kitchen_107420-12356.jpg", avatarAlt: "female business owner portrait smiling", imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-outside-walking-with-lots-shopping-bags_23-2148695599.jpg", imageAlt: "renovated retail storefront exterior"} ]} title="What Our Valued Clients Say" description="Hear directly from property managers, facility directors, and homeowners who trust Azhar Construction with their most important projects." @@ -252,7 +252,7 @@ export default function LandingPage() { { id: "faq4", title: "How do I get a free consultation?", content: "You can request a free consultation by filling out the inquiry form on our contact page, or by calling us directly. Our team will promptly get in touch to discuss your project needs."}, { - id: "faq5", title: "What areas do you serve?", content: "Azhar Construction proudly serves commercial and residential clients across the United States, with a strong focus on delivering quality projects nationwide. Contact us to confirm service availability in your specific region."}, + id: "faq5", title: "What areas do you serve?", content: "Azhar Construction proudly serves commercial and residential clients across the United States, with a strong focus on delivering quality projects nationwide. Contact us to confirm service availability in your specific region."} ]} sideTitle="Frequently Asked Questions" sideDescription="Find answers to common questions about our professional construction, roofing, and rehabilitation services." -- 2.49.1