From 474b58a65faddfc1ecda56dd1f5671473f632ab2 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 1 Apr 2026 20:59:10 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 166 ++++++++++------------------------------------- 1 file changed, 35 insertions(+), 131 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 69a2072..5a744b5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,21 +30,13 @@ export default function LandingPage() { @@ -53,60 +45,37 @@ export default function LandingPage() {
@@ -118,28 +87,13 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Roofing Systems", - description: "Metal, asphalt shingles, slate, and tile installations with expert leak repairs and sealing.", - bentoComponent: "reveal-icon", - icon: Shield, - imageSrc: "http://img.b2bpic.net/free-photo/roof-pattern_1203-2594.jpg", - imageAlt: "residential roof installation professional", + title: "Roofing Systems", description: "Metal, asphalt shingles, slate, and tile installations with expert leak repairs and sealing.", bentoComponent: "reveal-icon", icon: Shield, }, { - title: "Siding Solutions", - description: "Vinyl, stone, brick, and wood siding installation and professional repairs to improve aesthetics and efficiency.", - bentoComponent: "reveal-icon", - icon: Home, - imageSrc: "http://img.b2bpic.net/free-photo/man-working-roof-with-drill_23-2148748770.jpg", - imageAlt: "asphalt shingle roof repair", + title: "Siding Solutions", description: "Vinyl, stone, brick, and wood siding installation and professional repairs to improve aesthetics and efficiency.", bentoComponent: "reveal-icon", icon: Home, }, { - title: "Gutter Services", - description: "Complete gutter maintenance, cleaning, repair, and new system installations.", - bentoComponent: "reveal-icon", - icon: Droplets, - imageSrc: "http://img.b2bpic.net/free-photo/abstract-minimal-background-with-floor_23-2149207692.jpg", - imageAlt: "vinyl siding installation house", + title: "Gutter Services", description: "Complete gutter maintenance, cleaning, repair, and new system installations.", bentoComponent: "reveal-icon", icon: Droplets, }, ]} title="Our Specialized Services" @@ -154,40 +108,15 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", - name: "Sarah Miller", - handle: "@sarah_m", - testimonial: "DK Builds did an amazing job on my new roof. Fast, professional, and very affordable.", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-female-with-paper-cup-office_23-2148180660.jpg?_wi=1", - }, + id: "1", name: "Sarah Miller", handle: "@sarah_m", testimonial: "DK Builds did an amazing job on my new roof. Fast, professional, and very affordable.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-female-with-paper-cup-office_23-2148180660.jpg"}, { - id: "2", - name: "David Thompson", - handle: "@david_t", - testimonial: "Excellent service for siding repair. The team was very clean and professional.", - imageSrc: "http://img.b2bpic.net/free-photo/smiley-parents-embracing-son-home_23-2148414904.jpg", - }, + id: "2", name: "David Thompson", handle: "@david_t", testimonial: "Excellent service for siding repair. The team was very clean and professional.", imageSrc: "http://img.b2bpic.net/free-photo/smiley-parents-embracing-son-home_23-2148414904.jpg"}, { - id: "3", - name: "Emily Chen", - handle: "@emily_c", - testimonial: "Very satisfied with the gutter repair. No more leaks! I highly recommend them.", - imageSrc: "http://img.b2bpic.net/free-photo/building-construction-worker-site_23-2149124303.jpg", - }, + id: "3", name: "Emily Chen", handle: "@emily_c", testimonial: "Very satisfied with the gutter repair. No more leaks! I highly recommend them.", imageSrc: "http://img.b2bpic.net/free-photo/building-construction-worker-site_23-2149124303.jpg"}, { - id: "4", - name: "Robert Wilson", - handle: "@robert_w", - testimonial: "DK Builds is the only company I trust with my roof maintenance. Top quality work.", - imageSrc: "http://img.b2bpic.net/free-photo/workers-having-little-chat-while-having-cup-coffee_329181-15632.jpg", - }, + id: "4", name: "Robert Wilson", handle: "@robert_w", testimonial: "DK Builds is the only company I trust with my roof maintenance. Top quality work.", imageSrc: "http://img.b2bpic.net/free-photo/workers-having-little-chat-while-having-cup-coffee_329181-15632.jpg"}, { - id: "5", - name: "Jessica Hall", - handle: "@jess_h", - testimonial: "The siding installation exceeded my expectations. Professional and courteous team.", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-female-with-paper-cup-office_23-2148180660.jpg?_wi=2", - }, + id: "5", name: "Jessica Hall", handle: "@jess_h", testimonial: "The siding installation exceeded my expectations. Professional and courteous team.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-female-with-paper-cup-office_23-2148180660.jpg"}, ]} title="What Our Clients Say" description="We are proud to have helped countless homeowners with their construction projects." @@ -202,9 +131,7 @@ export default function LandingPage() { tagIcon={Users} buttons={[ { - text: "Learn More", - href: "#", - }, + text: "Learn More", href: "#"}, ]} /> @@ -216,28 +143,17 @@ export default function LandingPage() { description="Contact DK Builds for a free assessment and estimate. We look forward to working on your home." inputs={[ { - name: "fullName", - type: "text", - placeholder: "Full Name", - required: true, + name: "fullName", type: "text", placeholder: "Full Name", required: true, }, { - name: "email", - type: "email", - placeholder: "Email Address", - required: true, + name: "email", type: "email", placeholder: "Email Address", required: true, }, { - name: "phone", - type: "tel", - placeholder: "Phone Number", - required: true, + name: "phone", type: "tel", placeholder: "Phone Number", required: true, }, ]} textarea={{ - name: "message", - placeholder: "Describe your project or repair needs", - rows: 4, + name: "message", placeholder: "Describe your project or repair needs", rows: 4, }} imageSrc="http://img.b2bpic.net/free-photo/enjoying-morning-sun-before-start-work_329181-11779.jpg" mediaAnimation="slide-up" @@ -250,33 +166,21 @@ export default function LandingPage() { { items: [ { - label: "Roofing", - href: "#features", - }, + label: "Roofing", href: "#features"}, { - label: "Siding", - href: "#features", - }, + label: "Siding", href: "#features"}, { - label: "Gutter Services", - href: "#features", - }, + label: "Gutter Services", href: "#features"}, ], }, { items: [ { - label: "About", - href: "#", - }, + label: "About", href: "#"}, { - label: "Contact", - href: "#contact", - }, + label: "Contact", href: "#contact"}, { - label: "Terms", - href: "#", - }, + label: "Terms", href: "#"}, ], }, ]} -- 2.49.1