Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 0f24fb62ea | |||
| abab0da975 |
165
src/app/page.tsx
165
src/app/page.tsx
@@ -30,65 +30,41 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "features",
|
||||
},
|
||||
name: "Services", id: "features"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="LocalServicePro"
|
||||
brandName="LocalServicePro (Chicago, IL)"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroCarouselLogo
|
||||
logoText="LocalServicePro"
|
||||
description="Providing fast, reliable service in the city. Trusted by thousands, we ensure quality results for your home and business needs."
|
||||
description="Providing fast, reliable service in Chicago, IL. Trusted by thousands, we ensure quality results for your home and business needs."
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Now",
|
||||
href: "tel:5550123",
|
||||
},
|
||||
text: "Call Now", href: "tel:5550123"},
|
||||
{
|
||||
text: "Get Free Quote",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Get Free Quote", href: "#contact"},
|
||||
]}
|
||||
slides={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-car-mechanic-using-tablet-device-car-repair-shop_23-2150367537.jpg?_wi=1",
|
||||
imageAlt: "Service professional working",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-car-mechanic-using-tablet-device-car-repair-shop_23-2150367537.jpg?_wi=1", imageAlt: "Service professional working"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-car-mechanic-using-tablet-device-car-repair-shop_23-2150367537.jpg?_wi=2",
|
||||
imageAlt: "Service professional working",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-car-mechanic-using-tablet-device-car-repair-shop_23-2150367537.jpg?_wi=2", imageAlt: "Service professional working"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-car-mechanic-using-tablet-device-car-repair-shop_23-2150367537.jpg?_wi=3",
|
||||
imageAlt: "Service professional working",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-car-mechanic-using-tablet-device-car-repair-shop_23-2150367537.jpg?_wi=3", imageAlt: "Service professional working"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-car-mechanic-using-tablet-device-car-repair-shop_23-2150367537.jpg?_wi=4",
|
||||
imageAlt: "Service professional working",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-car-mechanic-using-tablet-device-car-repair-shop_23-2150367537.jpg?_wi=4", imageAlt: "Service professional working"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-car-mechanic-using-tablet-device-car-repair-shop_23-2150367537.jpg?_wi=5",
|
||||
imageAlt: "Service professional working",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-car-mechanic-using-tablet-device-car-repair-shop_23-2150367537.jpg?_wi=5", imageAlt: "Service professional working"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-car-mechanic-using-tablet-device-car-repair-shop_23-2150367537.jpg?_wi=6",
|
||||
imageAlt: "Service professional working",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-car-mechanic-using-tablet-device-car-repair-shop_23-2150367537.jpg?_wi=6", imageAlt: "Service professional working"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -100,29 +76,14 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Expert Repair",
|
||||
description: "Professional solutions for all your maintenance needs.",
|
||||
tag: "Repair",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-auto-mechanic-hand-pouring-replacing-fresh-oil-into-car-engine-auto-repair-garage-automobile-maintenance-industry-concept_1150-16578.jpg",
|
||||
},
|
||||
id: "f1", title: "Expert Repair", description: "Professional solutions for all your maintenance needs.", tag: "Repair", imageSrc: "http://img.b2bpic.net/free-photo/close-up-auto-mechanic-hand-pouring-replacing-fresh-oil-into-car-engine-auto-repair-garage-automobile-maintenance-industry-concept_1150-16578.jpg"},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Rapid Dispatch",
|
||||
description: "We provide same-day response for all urgent situations.",
|
||||
tag: "Emergency",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/call-center-colorful-icons-collection_1284-22942.jpg",
|
||||
},
|
||||
id: "f2", title: "Rapid Dispatch", description: "We provide same-day response for all urgent situations in Chicago.", tag: "Emergency", imageSrc: "http://img.b2bpic.net/free-vector/call-center-colorful-icons-collection_1284-22942.jpg"},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Fair Pricing",
|
||||
description: "Transparent estimates with no hidden fees, guaranteed.",
|
||||
tag: "Value",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/accounting-work-office_1098-22052.jpg",
|
||||
},
|
||||
id: "f3", title: "Fair Pricing", description: "Transparent estimates with no hidden fees, guaranteed.", tag: "Value", imageSrc: "http://img.b2bpic.net/free-photo/accounting-work-office_1098-22052.jpg"},
|
||||
]}
|
||||
title="Our Professional Services"
|
||||
description="We offer a wide range of services to keep your property in top condition, serving our community with excellence for over 10 years."
|
||||
title="Our Professional Services in Chicago"
|
||||
description="We offer a wide range of services to keep your property in top condition, serving our Chicago community with excellence for over 10 years."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -130,9 +91,9 @@ export default function LandingPage() {
|
||||
<TestimonialAboutCard
|
||||
useInvertedBackground={false}
|
||||
tag="Why Us"
|
||||
title="Serving Our Community for Over a Decade"
|
||||
description="We started as a local family business, dedicated to treating our customers like neighbors. Our expertise is backed by certified skills and a commitment to your satisfaction."
|
||||
subdescription="Our team is licensed, insured, and ready to tackle any project with professionalism and precision."
|
||||
title="Serving Our Chicago Community for Over a Decade"
|
||||
description="We started as a local family business in Chicago, dedicated to treating our customers like neighbors. Our expertise is backed by certified skills and a commitment to your satisfaction."
|
||||
subdescription="Our team is licensed, insured, and ready to tackle any project in the Chicago metropolitan area with professionalism and precision."
|
||||
icon={Shield}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/happy-businessman-working-computer-office_637285-8935.jpg?_wi=1"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -145,63 +106,18 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Miller",
|
||||
date: "2024-01-12",
|
||||
title: "Homeowner",
|
||||
quote: "Excellent work and very fast turnaround time. Highly recommended!",
|
||||
tag: "⭐⭐⭐⭐⭐",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-girl-shows-okay-ok-signs-look-satisfied-recommend-good-company-perfect-quality-praise-good-job-well-done-standing-pleased-against-white-background_176420-54380.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-car-mechanic-using-tablet-device-car-repair-shop_23-2150367537.jpg?_wi=7",
|
||||
imageAlt: "local service professional working",
|
||||
},
|
||||
id: "1", name: "Sarah Miller", date: "2024-01-12", title: "Homeowner", quote: "Excellent work and very fast turnaround time. Highly recommended!", tag: "⭐⭐⭐⭐⭐", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-girl-shows-okay-ok-signs-look-satisfied-recommend-good-company-perfect-quality-praise-good-job-well-done-standing-pleased-against-white-background_176420-54380.jpg", imageSrc: "http://img.b2bpic.net/free-photo/male-car-mechanic-using-tablet-device-car-repair-shop_23-2150367537.jpg?_wi=7", imageAlt: "local service professional working"},
|
||||
{
|
||||
id: "2",
|
||||
name: "David Wilson",
|
||||
date: "2024-02-05",
|
||||
title: "Business Owner",
|
||||
quote: "Professional, reliable, and fair pricing. The best service in town.",
|
||||
tag: "⭐⭐⭐⭐⭐",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/gay-couple-out-date-city_23-2150352179.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-working-computer-office_637285-8935.jpg?_wi=2",
|
||||
imageAlt: "trusted local business team",
|
||||
},
|
||||
id: "2", name: "David Wilson", date: "2024-02-05", title: "Business Owner", quote: "Professional, reliable, and fair pricing. The best service in town.", tag: "⭐⭐⭐⭐⭐", avatarSrc: "http://img.b2bpic.net/free-photo/gay-couple-out-date-city_23-2150352179.jpg", imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-working-computer-office_637285-8935.jpg?_wi=2", imageAlt: "trusted local business team"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Jane Doe",
|
||||
date: "2024-03-20",
|
||||
title: "Resident",
|
||||
quote: "Very friendly staff and thorough job. Will use them again.",
|
||||
tag: "⭐⭐⭐⭐⭐",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/co-working-people-working-together_23-2149328293.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-girl-shows-okay-ok-signs-look-satisfied-recommend-good-company-perfect-quality-praise-good-job-well-done-standing-pleased-against-white-background_176420-54380.jpg",
|
||||
imageAlt: "happy customer portrait",
|
||||
},
|
||||
id: "3", name: "Jane Doe", date: "2024-03-20", title: "Resident", quote: "Very friendly staff and thorough job. Will use them again.", tag: "⭐⭐⭐⭐⭐", avatarSrc: "http://img.b2bpic.net/free-photo/co-working-people-working-together_23-2149328293.jpg", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-girl-shows-okay-ok-signs-look-satisfied-recommend-good-company-perfect-quality-praise-good-job-well-done-standing-pleased-against-white-background_176420-54380.jpg", imageAlt: "happy customer portrait"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Robert Smith",
|
||||
date: "2024-04-10",
|
||||
title: "Client",
|
||||
quote: "Fantastic attention to detail, worth every penny.",
|
||||
tag: "⭐⭐⭐⭐⭐",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/studio-portrait-blond-female-dressed-white-shirt-red-eyeglasses_613910-14657.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/gay-couple-out-date-city_23-2150352179.jpg",
|
||||
imageAlt: "happy customer portrait",
|
||||
},
|
||||
id: "4", name: "Robert Smith", date: "2024-04-10", title: "Client", quote: "Fantastic attention to detail, worth every penny.", tag: "⭐⭐⭐⭐⭐", avatarSrc: "http://img.b2bpic.net/free-photo/studio-portrait-blond-female-dressed-white-shirt-red-eyeglasses_613910-14657.jpg", imageSrc: "http://img.b2bpic.net/free-photo/gay-couple-out-date-city_23-2150352179.jpg", imageAlt: "happy customer portrait"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Emily Johnson",
|
||||
date: "2024-05-15",
|
||||
title: "Homeowner",
|
||||
quote: "They were on time and very efficient with the repair. Truly top-notch service.",
|
||||
tag: "⭐⭐⭐⭐⭐",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-girl-shows-okay-ok-signs-look-satisfied-recommend-good-company-perfect-quality-praise-good-job-well-done-standing-pleased-against-white-background_176420-54380.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/co-working-people-working-together_23-2149328293.jpg",
|
||||
imageAlt: "happy customer portrait",
|
||||
},
|
||||
id: "5", name: "Emily Johnson", date: "2024-05-15", title: "Homeowner", quote: "They were on time and very efficient with the repair. Truly top-notch service.", tag: "⭐⭐⭐⭐⭐", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-girl-shows-okay-ok-signs-look-satisfied-recommend-good-company-perfect-quality-praise-good-job-well-done-standing-pleased-against-white-background_176420-54380.jpg", imageSrc: "http://img.b2bpic.net/free-photo/co-working-people-working-together_23-2149328293.jpg", imageAlt: "happy customer portrait"},
|
||||
]}
|
||||
title="Trusted by Local Residents"
|
||||
description="Don't just take our word for it—read what our satisfied clients have to say about our dedication and speed."
|
||||
title="Trusted by Local Chicago Residents"
|
||||
description="Don't just take our word for it—read what our satisfied Chicago clients have to say about our dedication and speed."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -209,31 +125,20 @@ export default function LandingPage() {
|
||||
<ContactSplitForm
|
||||
useInvertedBackground={false}
|
||||
title="Get Your Free Quote"
|
||||
description="Ready to get started? Fill out the form below or call us directly. We are always ready to assist you."
|
||||
description="Ready to get started in Chicago? Fill out the form below or call us directly. We are always ready to assist you."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Your Name",
|
||||
required: true,
|
||||
name: "name", type: "text", placeholder: "Your Name", required: true,
|
||||
},
|
||||
{
|
||||
name: "phone",
|
||||
type: "tel",
|
||||
placeholder: "Your Phone",
|
||||
required: true,
|
||||
name: "phone", type: "tel", placeholder: "Your Phone", required: true,
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Your Email",
|
||||
required: true,
|
||||
name: "email", type: "email", placeholder: "Your Email", required: true,
|
||||
},
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "How can we help you?",
|
||||
rows: 4,
|
||||
name: "message", placeholder: "How can we help you?", rows: 4,
|
||||
}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/blonde-business-woman-working_23-2149100279.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -243,7 +148,7 @@ export default function LandingPage() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterCard
|
||||
logoText="LocalServicePro"
|
||||
copyrightText="© 2025 LocalServicePro | All rights reserved."
|
||||
copyrightText="© 2025 LocalServicePro | Chicago, IL | All rights reserved."
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user