Update src/app/page.tsx
This commit is contained in:
248
src/app/page.tsx
248
src/app/page.tsx
@@ -32,34 +32,20 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#hero",
|
||||
},
|
||||
name: "Home", id: "#hero"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "#services",
|
||||
},
|
||||
name: "Services", id: "#services"},
|
||||
{
|
||||
name: "Why Choose Us",
|
||||
id: "#why-choose-us",
|
||||
},
|
||||
name: "Why Choose Us", id: "#why-choose-us"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "#testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "#testimonials"},
|
||||
{
|
||||
name: "Service Area",
|
||||
id: "#service-area",
|
||||
},
|
||||
name: "Service Area", id: "#service-area"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
topBarButton={{
|
||||
text: "(425) 273-0142",
|
||||
href: "tel:+14252730142",
|
||||
}}
|
||||
text: "(425) 273-0142", href: "tel:+14252730142"}}
|
||||
brandName="Lake Construction & Design LLC"
|
||||
/>
|
||||
</div>
|
||||
@@ -68,80 +54,42 @@ export default function LandingPage() {
|
||||
<HeroBillboardTestimonial
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
title="Your Roof. Our Reputation. Trusted Roofing in the PNW."
|
||||
description="Lake Construction & Design LLC provides expert roof replacements, repairs, and gutter installations for homes across Kirkland, Renton, and Seattle, WA. Experience the difference of a local, 5-star rated contractor."
|
||||
testimonials={[
|
||||
{
|
||||
name: "5.0 Stars",
|
||||
handle: "12 Reviews",
|
||||
testimonial: "Highly rated by satisfied customers across Washington.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/customer-experience-creative-collage_23-2149346506.jpg",
|
||||
imageAlt: "Google Reviews Logo",
|
||||
},
|
||||
name: "5.0 Stars", handle: "12 Reviews", testimonial: "Highly rated by satisfied customers across Washington.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/customer-experience-creative-collage_23-2149346506.jpg", imageAlt: "Google Reviews Logo"},
|
||||
{
|
||||
name: "Emily R.",
|
||||
handle: "Kirkland, WA",
|
||||
testimonial: "Lake Construction & Design replaced our old roof quickly and efficiently. The team was professional and the quality is outstanding!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/successful-businessman-imagines-great-career_1163-5478.jpg",
|
||||
imageAlt: "Successful businessman imagines great career",
|
||||
},
|
||||
name: "Emily R.", handle: "Kirkland, WA", testimonial: "Lake Construction & Design replaced our old roof quickly and efficiently. The team was professional and the quality is outstanding!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/successful-businessman-imagines-great-career_1163-5478.jpg", imageAlt: "Successful businessman imagines great career"},
|
||||
{
|
||||
name: "David M.",
|
||||
handle: "Renton, WA",
|
||||
testimonial: "After a storm, they promptly repaired our roof and gutters. Excellent service and very knowledgeable. Highly recommend!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-competitive-employee_1098-2870.jpg",
|
||||
imageAlt: "Close-up of competitive employee",
|
||||
},
|
||||
name: "David M.", handle: "Renton, WA", testimonial: "After a storm, they promptly repaired our roof and gutters. Excellent service and very knowledgeable. Highly recommend!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-competitive-employee_1098-2870.jpg", imageAlt: "Close-up of competitive employee"},
|
||||
{
|
||||
name: "Sophia L.",
|
||||
handle: "Seattle, WA",
|
||||
testimonial: "We got a seamless gutter installation, and it has made a huge difference. The crew was tidy and very respectful of our property.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg",
|
||||
imageAlt: "Close up portrait of young handsome successful man",
|
||||
},
|
||||
name: "Sophia L.", handle: "Seattle, WA", testimonial: "We got a seamless gutter installation, and it has made a huge difference. The crew was tidy and very respectful of our property.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Close up portrait of young handsome successful man"},
|
||||
{
|
||||
name: "James K.",
|
||||
handle: "Bellevue, WA",
|
||||
testimonial: "Choosing Lake Construction was the best decision for our roof replacement. Fair pricing and exceptional workmanship!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg",
|
||||
imageAlt: "Happy businessman smiling at camera",
|
||||
},
|
||||
name: "James K.", handle: "Bellevue, WA", testimonial: "Choosing Lake Construction was the best decision for our roof replacement. Fair pricing and exceptional workmanship!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", imageAlt: "Happy businessman smiling at camera"},
|
||||
]}
|
||||
testimonialRotationInterval={5000}
|
||||
buttons={[
|
||||
{
|
||||
text: "Get Free Estimate",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Get Free Estimate", href: "#contact"},
|
||||
]}
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/closeup-happy-middle-aged-business-leader_1262-4823.jpg",
|
||||
alt: "Customer Avatar 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/closeup-happy-middle-aged-business-leader_1262-4823.jpg", alt: "Customer Avatar 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-happy-woman-posing_23-2148493110.jpg",
|
||||
alt: "Customer Avatar 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-happy-woman-posing_23-2148493110.jpg", alt: "Customer Avatar 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/woman-with-pink-ribbon-breast-cancer-awareness-portrait_53876-167305.jpg",
|
||||
alt: "Customer Avatar 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/woman-with-pink-ribbon-breast-cancer-awareness-portrait_53876-167305.jpg", alt: "Customer Avatar 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/closeup-handsome-middle-aged-business-leader_1262-4822.jpg",
|
||||
alt: "Customer Avatar 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/closeup-handsome-middle-aged-business-leader_1262-4822.jpg", alt: "Customer Avatar 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-surprised-curly-haired-woman-keeps-mouth-widely-opened-reacts-awesome-surprise-has-overjoyed-expression-dressed-orange-knitted-sweater_273609-46781.jpg",
|
||||
alt: "Portrait of surprised curly haired woman keeps mouth widely opened reacts on awesome surprise has overjoyed expression dressed in orange knitted sweater.",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-surprised-curly-haired-woman-keeps-mouth-widely-opened-reacts-awesome-surprise-has-overjoyed-expression-dressed-orange-knitted-sweater_273609-46781.jpg", alt: "Portrait of surprised curly haired woman keeps mouth widely opened reacts on awesome surprise has overjoyed expression dressed in orange knitted sweater."},
|
||||
]}
|
||||
avatarText="Local Experts You Can Trust"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/beautiful-clouds-scenery_23-2151604605.jpg"
|
||||
@@ -149,27 +97,17 @@ export default function LandingPage() {
|
||||
mediaAnimation="none"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Licensed & Insured",
|
||||
type: "text", text: "Licensed & Insured"},
|
||||
{
|
||||
type: "text-icon", text: "5-Star Rated", icon: Star,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "5-Star Rated",
|
||||
icon: Star,
|
||||
type: "text", text: "Local PNW Experts"},
|
||||
{
|
||||
type: "text-icon", text: "Free Estimates", icon: Wallet,
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Local PNW Experts",
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Free Estimates",
|
||||
icon: Wallet,
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Quality Craftsmanship",
|
||||
},
|
||||
type: "text", text: "Quality Craftsmanship"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -181,29 +119,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
id: "roof-replacement",
|
||||
title: "Roof Replacement",
|
||||
description: "Upgrade your home with a durable, long-lasting new roof. We offer a wide range of materials and styles to fit your needs and budget.",
|
||||
tag: "New Roof",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-elegant-geometrical-textures-backgrounds_23-2149073296.jpg",
|
||||
imageAlt: "Workers replacing a roof",
|
||||
},
|
||||
id: "roof-replacement", title: "Roof Replacement", description: "Upgrade your home with a durable, long-lasting new roof. We offer a wide range of materials and styles to fit your needs and budget.", tag: "New Roof", imageSrc: "http://img.b2bpic.net/free-photo/3d-elegant-geometrical-textures-backgrounds_23-2149073296.jpg", imageAlt: "Workers replacing a roof"},
|
||||
{
|
||||
id: "roof-repair",
|
||||
title: "Roof Repair",
|
||||
description: "Prompt and reliable repairs for leaks, storm damage, and wear and tear. Protect your home from further damage with our expert services.",
|
||||
tag: "Fix Damage",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/construction-worker-doing-his-job-with-belt_23-2149343658.jpg",
|
||||
imageAlt: "Roofer repairing a damaged roof",
|
||||
},
|
||||
id: "roof-repair", title: "Roof Repair", description: "Prompt and reliable repairs for leaks, storm damage, and wear and tear. Protect your home from further damage with our expert services.", tag: "Fix Damage", imageSrc: "http://img.b2bpic.net/free-photo/construction-worker-doing-his-job-with-belt_23-2149343658.jpg", imageAlt: "Roofer repairing a damaged roof"},
|
||||
{
|
||||
id: "gutter-installation",
|
||||
title: "Gutter Installation",
|
||||
description: "Seamless gutter systems designed to effectively channel water away from your home, preventing foundation issues and landscape erosion.",
|
||||
tag: "Drainage",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-shot-two-pipes-as-they-go-up-building-window_181624-16532.jpg",
|
||||
imageAlt: "Installing new gutters on a house",
|
||||
},
|
||||
id: "gutter-installation", title: "Gutter Installation", description: "Seamless gutter systems designed to effectively channel water away from your home, preventing foundation issues and landscape erosion.", tag: "Drainage", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-shot-two-pipes-as-they-go-up-building-window_181624-16532.jpg", imageAlt: "Installing new gutters on a house"},
|
||||
]}
|
||||
title="Comprehensive Roofing & Gutter Solutions"
|
||||
description="From minor repairs to full replacements, Lake Construction & Design LLC delivers superior craftsmanship and lasting results."
|
||||
@@ -217,34 +137,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "rating",
|
||||
value: "5.0 Stars",
|
||||
title: "Exceptional Quality",
|
||||
items: [
|
||||
"12+ Verified Reviews",
|
||||
"Customer Satisfaction Guaranteed",
|
||||
"Trusted Local Reputation",
|
||||
],
|
||||
id: "rating", value: "5.0 Stars", title: "Exceptional Quality", items: [
|
||||
"12+ Verified Reviews", "Customer Satisfaction Guaranteed", "Trusted Local Reputation"],
|
||||
},
|
||||
{
|
||||
id: "credentials",
|
||||
value: "Licensed & Insured",
|
||||
title: "Peace of Mind",
|
||||
items: [
|
||||
"Fully Compliant with Regulations",
|
||||
"Comprehensive Coverage",
|
||||
"Professional & Accountable Service",
|
||||
],
|
||||
id: "credentials", value: "Licensed & Insured", title: "Peace of Mind", items: [
|
||||
"Fully Compliant with Regulations", "Comprehensive Coverage", "Professional & Accountable Service"],
|
||||
},
|
||||
{
|
||||
id: "expertise",
|
||||
value: "Local PNW Experts",
|
||||
title: "Community Focused",
|
||||
items: [
|
||||
"Deep Understanding of Local Climate",
|
||||
"Fast Response Times",
|
||||
"Dedicated to Our Neighbors",
|
||||
],
|
||||
id: "expertise", value: "Local PNW Experts", title: "Community Focused", items: [
|
||||
"Deep Understanding of Local Climate", "Fast Response Times", "Dedicated to Our Neighbors"],
|
||||
},
|
||||
]}
|
||||
title="Why Choose Lake Construction & Design?"
|
||||
@@ -257,14 +159,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
names={[
|
||||
"Licensed",
|
||||
"Insured",
|
||||
"5-Star Rated",
|
||||
"Free Estimates",
|
||||
"Local Experts",
|
||||
"Quality Craftsmanship",
|
||||
"Customer Focused",
|
||||
]}
|
||||
"Licensed", "Insured", "5-Star Rated", "Free Estimates", "Local Experts", "Quality Craftsmanship", "Customer Focused"]}
|
||||
title="Our Promise to You"
|
||||
description="Building trust with every project, Lake Construction & Design LLC is committed to excellence and customer confidence."
|
||||
/>
|
||||
@@ -277,45 +172,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "T.F.",
|
||||
handle: "Renton WA",
|
||||
testimonial: "From the moment I contacted Gal, his team displayed professionalism and expertise.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-sitting-stool-with-digital-tablet-tablet-park_23-2148164500.jpg",
|
||||
imageAlt: "T.F. customer photo",
|
||||
},
|
||||
id: "1", name: "T.F.", handle: "Renton WA", testimonial: "From the moment I contacted Gal, his team displayed professionalism and expertise.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-sitting-stool-with-digital-tablet-tablet-park_23-2148164500.jpg", imageAlt: "T.F. customer photo"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Best W.",
|
||||
handle: "Seattle WA",
|
||||
testimonial: "They promptly assessed the damage and efficiently fixed my roof. Highly recommend Lake Construction!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg",
|
||||
imageAlt: "Best W. customer photo",
|
||||
},
|
||||
id: "2", name: "Best W.", handle: "Seattle WA", testimonial: "They promptly assessed the damage and efficiently fixed my roof. Highly recommend Lake Construction!", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "Best W. customer photo"},
|
||||
{
|
||||
id: "3",
|
||||
name: "JyJy F.",
|
||||
handle: "Local Homeowner",
|
||||
testimonial: "We also decided to replace the gutters. Lake Construction exceeded our expectations with their quality and service.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-charming-female-witch-with-black-eyes-loose-dark-hair-touching-lips-smiling-mysteriously-having-psychic-powers-beautiful-brunette-woman-astrologist-laughing_343059-2962.jpg",
|
||||
imageAlt: "JyJy F. customer photo",
|
||||
},
|
||||
id: "3", name: "JyJy F.", handle: "Local Homeowner", testimonial: "We also decided to replace the gutters. Lake Construction exceeded our expectations with their quality and service.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-charming-female-witch-with-black-eyes-loose-dark-hair-touching-lips-smiling-mysteriously-having-psychic-powers-beautiful-brunette-woman-astrologist-laughing_343059-2962.jpg", imageAlt: "JyJy F. customer photo"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Sarah P.",
|
||||
handle: "Kirkland WA",
|
||||
testimonial: "Outstanding work on our roof replacement! The team was professional, clean, and finished ahead of schedule.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-person-silhouette-strict-suit-looking-stressed-white-background-young_140725-161481.jpg",
|
||||
imageAlt: "Sarah P. customer photo",
|
||||
},
|
||||
id: "4", name: "Sarah P.", handle: "Kirkland WA", testimonial: "Outstanding work on our roof replacement! The team was professional, clean, and finished ahead of schedule.", imageSrc: "http://img.b2bpic.net/free-photo/male-person-silhouette-strict-suit-looking-stressed-white-background-young_140725-161481.jpg", imageAlt: "Sarah P. customer photo"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Mark D.",
|
||||
handle: "Bellevue WA",
|
||||
testimonial: "Quick response for a gutter repair. The crew was efficient and fixed the issue perfectly. Very satisfied.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-man-banner-concept-with-copy-space_23-2149601461.jpg",
|
||||
imageAlt: "Mark D. customer photo",
|
||||
},
|
||||
id: "5", name: "Mark D.", handle: "Bellevue WA", testimonial: "Quick response for a gutter repair. The crew was efficient and fixed the issue perfectly. Very satisfied.", imageSrc: "http://img.b2bpic.net/free-photo/business-man-banner-concept-with-copy-space_23-2149601461.jpg", imageAlt: "Mark D. customer photo"},
|
||||
]}
|
||||
title="What Our Clients Say"
|
||||
description="Real feedback from homeowners who trust Lake Construction & Design LLC for their roofing and gutter needs."
|
||||
@@ -329,12 +194,8 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
title="Serving the Greater Seattle Area"
|
||||
description={[
|
||||
"Lake Construction & Design LLC is proud to serve homeowners and businesses across the Pacific Northwest, focusing on communities like Kirkland, Seattle, Renton, and Bellevue.",
|
||||
"Our local expertise ensures we understand the unique challenges and needs of roofs in our region, providing tailored solutions and exceptional service right where you live.",
|
||||
]}
|
||||
"Lake Construction & Design LLC is proud to serve homeowners and businesses across the Pacific Northwest, focusing on communities like Kirkland, Seattle, Renton, and Bellevue.", "Our local expertise ensures we understand the unique challenges and needs of roofs in our region, providing tailored solutions and exceptional service right where you live."]}
|
||||
showBorder={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/hand-person-pointing-map_23-2147654154.jpg"
|
||||
imageAlt="Map highlighting Kirkland, Seattle, Renton, Bellevue service areas"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -342,8 +203,7 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Get Started Today"
|
||||
title="Request Your Free Estimate"
|
||||
description="Contact Lake Construction & Design LLC for reliable roofing and gutter services. Call us directly at (425) 273-0142 or visit our office at 12510 NE 130th Way, Kirkland WA 98034. Fill out the form below to get a no-obligation quote."
|
||||
@@ -361,19 +221,13 @@ export default function LandingPage() {
|
||||
socialLinks={[
|
||||
{
|
||||
icon: Facebook,
|
||||
href: "https://facebook.com/lakeconstructiondesign",
|
||||
ariaLabel: "Facebook page",
|
||||
},
|
||||
href: "https://facebook.com/lakeconstructiondesign", ariaLabel: "Facebook page"},
|
||||
{
|
||||
icon: Twitter,
|
||||
href: "https://twitter.com/lakeconstructiondesign",
|
||||
ariaLabel: "Twitter page",
|
||||
},
|
||||
href: "https://twitter.com/lakeconstructiondesign", ariaLabel: "Twitter page"},
|
||||
{
|
||||
icon: Linkedin,
|
||||
href: "https://linkedin.com/company/lakeconstructiondesign",
|
||||
ariaLabel: "LinkedIn page",
|
||||
},
|
||||
href: "https://linkedin.com/company/lakeconstructiondesign", ariaLabel: "LinkedIn page"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user