From 981f5db9ea5b2982e04c79930d0d2a62ccddcc37 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 10 May 2026 22:44:35 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 103 ++++++++++++++++------------------------------- 1 file changed, 34 insertions(+), 69 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1154007..cceacfb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -28,46 +28,32 @@ export default function LandingPage() {
@@ -78,16 +64,11 @@ export default function LandingPage() { title="Our Track Record" tag="Excellence" metrics={[ - { - id: "m1", value: "25+", description: "Years Experience"}, - { - id: "m2", value: "500+", description: "Projects Completed"}, - { - id: "m3", value: "100%", description: "Licensed & Insured"}, - { - id: "m4", value: "50+", description: "Expert Staff"}, - { - id: "m5", value: "24/7", description: "Client Support"}, + { id: "m1", value: "25+", description: "Years Experience" }, + { id: "m2", value: "500+", description: "Projects Completed" }, + { id: "m3", value: "100%", description: "Licensed & Insured" }, + { id: "m4", value: "50+", description: "Expert Staff" }, + { id: "m5", value: "24/7", description: "Client Support" }, ]} metricsAnimation="slide-up" /> @@ -107,21 +88,11 @@ export default function LandingPage() { gridVariant="one-large-left-three-stacked-right" useInvertedBackground={false} testimonials={[ - { - id: "t1", name: "Sarah Miller", role: "Developer", company: "Urban Estates", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/business-partners-working-office_273609-6542.jpg?_wi=1"}, - { - id: "t2", name: "James Chen", role: "Owner", company: "Modern Home", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-glasses-portrait_1262-1461.jpg?_wi=1"}, - { - id: "t3", name: "David Smith", role: "Investor", company: "Commercial Corp", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-sitting-couch_23-2148415751.jpg"}, - { - id: "t4", name: "Elena Ross", role: "Architect", company: "Design Studio", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/front-view-old-man-suit-holding-contract_23-2148269312.jpg"}, - { - id: "t5", name: "Mark Johnson", role: "Manager", company: "Retail Group", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/closeup-happy-middle-aged-business-leader_1262-4823.jpg"}, + { id: "t1", name: "Sarah Miller", role: "Developer", company: "Urban Estates", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/business-partners-working-office_273609-6542.jpg?_wi=1" }, + { id: "t2", name: "James Chen", role: "Owner", company: "Modern Home", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-glasses-portrait_1262-1461.jpg?_wi=1" }, + { id: "t3", name: "David Smith", role: "Investor", company: "Commercial Corp", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-sitting-couch_23-2148415751.jpg" }, + { id: "t4", name: "Elena Ross", role: "Architect", company: "Design Studio", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/front-view-old-man-suit-holding-contract_23-2148269312.jpg" }, + { id: "t5", name: "Mark Johnson", role: "Manager", company: "Retail Group", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/closeup-happy-middle-aged-business-leader_1262-4823.jpg" }, ]} title="Trusted by Leaders" description="Our commitment to quality has earned us the trust of industry professionals and homeowners alike." @@ -134,8 +105,7 @@ export default function LandingPage() { useInvertedBackground={false} title="Trusted Partnerships" description="We collaborate with the industry's finest architects and suppliers." - names={[ - "Urban Estates", "Modern Home", "Commercial Corp", "Design Studio", "Retail Group"]} + names={["Urban Estates", "Modern Home", "Commercial Corp", "Design Studio", "Retail Group"]} /> @@ -144,25 +114,20 @@ export default function LandingPage() { columns={[ { title: "Navigation", items: [ - { - label: "Services", href: "/services"}, - { - label: "Projects", href: "/projects"}, - { - label: "About", href: "/about"}, + { label: "Services", href: "/services" }, + { label: "Projects", href: "/projects" }, + { label: "About", href: "/about" }, ], }, { title: "Legal", items: [ - { - label: "Privacy Policy", href: "#"}, - { - label: "License #123456", href: "#"}, + { label: "Privacy Policy", href: "#" }, + { label: "License #123456", href: "#" }, ], }, ]} - logoText="Apex Construction" - copyrightText="© 2025 Apex Construction. All rights reserved." + logoText="Diaz Plastering" + copyrightText="© 2025 Diaz Plastering. All rights reserved." />