Merge version_1 into main #2
166
src/app/page.tsx
166
src/app/page.tsx
@@ -30,21 +30,13 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "features",
|
||||
},
|
||||
name: "Services", id: "features"},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "testimonials",
|
||||
},
|
||||
name: "Reviews", id: "testimonials"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="DK Builds"
|
||||
/>
|
||||
@@ -53,60 +45,37 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroCentered
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
title="Expert Roofing & Exterior Solutions"
|
||||
description="From roof installations and leak repairs to siding and gutter maintenance, DK Builds delivers professional results for your home's exterior."
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-young-female-with-paper-cup-office_23-2148180660.jpg",
|
||||
alt: "Client 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-young-female-with-paper-cup-office_23-2148180660.jpg", alt: "Client 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiley-parents-embracing-son-home_23-2148414904.jpg",
|
||||
alt: "Client 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/smiley-parents-embracing-son-home_23-2148414904.jpg", alt: "Client 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/building-construction-worker-site_23-2149124303.jpg",
|
||||
alt: "Client 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/building-construction-worker-site_23-2149124303.jpg", alt: "Client 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/workers-having-little-chat-while-having-cup-coffee_329181-15632.jpg",
|
||||
alt: "Client 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/workers-having-little-chat-while-having-cup-coffee_329181-15632.jpg", alt: "Client 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-young-female-with-paper-cup-office_23-2148180660.jpg",
|
||||
alt: "Client 5",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-young-female-with-paper-cup-office_23-2148180660.jpg", alt: "Client 5"},
|
||||
]}
|
||||
avatarText="Trusted by 500+ Local Homeowners"
|
||||
buttons={[
|
||||
{
|
||||
text: "Get a Free Quote",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Get a Free Quote", href: "#contact"},
|
||||
]}
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Licensed & Insured",
|
||||
},
|
||||
type: "text", text: "Licensed & Insured"},
|
||||
{
|
||||
type: "text",
|
||||
text: "5-Star Rated",
|
||||
},
|
||||
type: "text", text: "5-Star Rated"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Fast Turnaround",
|
||||
},
|
||||
type: "text", text: "Fast Turnaround"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Quality Materials",
|
||||
},
|
||||
type: "text", text: "Quality Materials"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Locally Owned",
|
||||
},
|
||||
type: "text", text: "Locally Owned"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -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: "#"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -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: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user