Merge version_1 into main #2
153
src/app/page.tsx
153
src/app/page.tsx
@@ -30,48 +30,33 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "services",
|
||||
},
|
||||
name: "Services", id: "services"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="LocalService"
|
||||
button={{
|
||||
text: "Call Now",
|
||||
href: "tel:5550123456",
|
||||
}}
|
||||
text: "Call Now", href: "tel:5550123456"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroLogoBillboard
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
logoText="Trusted Local Service"
|
||||
description="Fast, reliable service you can count on—right here in your area. Get professional assistance for all your home needs today."
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Now",
|
||||
href: "tel:5550123456",
|
||||
},
|
||||
text: "Call Now", href: "tel:5550123456"},
|
||||
{
|
||||
text: "Get a Free Quote",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Get a Free Quote", href: "#contact"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/unrecognizable-black-buyer-taking-furniture-photo-mall-coronavirus-pandemic_657883-237.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/unrecognizable-black-buyer-taking-furniture-photo-mall-coronavirus-pandemic_657883-237.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
@@ -83,49 +68,31 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Home Maintenance",
|
||||
description: "Preventative and reactive care to keep your systems running smoothly.",
|
||||
icon: Wrench,
|
||||
title: "Home Maintenance", description: "Preventative and reactive care to keep your systems running smoothly.", icon: Wrench,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=qp6t9c&_wi=1",
|
||||
},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=qp6t9c"},
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=qp6t9c&_wi=2",
|
||||
},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=qp6t9c"},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/unrecognizable-black-buyer-taking-furniture-photo-mall-coronavirus-pandemic_657883-237.jpg?_wi=2",
|
||||
imageAlt: "local service professional background",
|
||||
},
|
||||
{
|
||||
title: "Expert Repairs",
|
||||
description: "Fast diagnostic and resolution for common household issues.",
|
||||
icon: Zap,
|
||||
title: "Expert Repairs", description: "Fast diagnostic and resolution for common household issues.", icon: Zap,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/error-something-went-wrong-construction-concept_53876-133661.jpg?_wi=1",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/error-something-went-wrong-construction-concept_53876-133661.jpg"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/error-something-went-wrong-construction-concept_53876-133661.jpg?_wi=2",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/error-something-went-wrong-construction-concept_53876-133661.jpg"},
|
||||
],
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=qp6t9c&_wi=3",
|
||||
imageAlt: "maintenance tool service icon",
|
||||
},
|
||||
{
|
||||
title: "Professional Installs",
|
||||
description: "High-quality installation of all major household appliances.",
|
||||
icon: Wrench,
|
||||
title: "Professional Installs", description: "High-quality installation of all major household appliances.", icon: Wrench,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/metal-chrome-tools-isolated-background_53876-71272.jpg?_wi=1",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/metal-chrome-tools-isolated-background_53876-71272.jpg"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/metal-chrome-tools-isolated-background_53876-71272.jpg?_wi=2",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/metal-chrome-tools-isolated-background_53876-71272.jpg"},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/error-something-went-wrong-construction-concept_53876-133661.jpg?_wi=3",
|
||||
imageAlt: "service checklist professional icon",
|
||||
},
|
||||
]}
|
||||
title="Our Expert Services"
|
||||
@@ -139,45 +106,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Great Results",
|
||||
quote: "Fantastic service and very reliable. Would highly recommend.",
|
||||
name: "Sarah J.",
|
||||
role: "Homeowner",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-attractive-dark-haired-latin-man-posing-kitchen_74855-7991.jpg",
|
||||
},
|
||||
id: "1", title: "Great Results", quote: "Fantastic service and very reliable. Would highly recommend.", name: "Sarah J.", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-attractive-dark-haired-latin-man-posing-kitchen_74855-7991.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
title: "Professional Work",
|
||||
quote: "They were on time and very efficient. Great job!",
|
||||
name: "Michael C.",
|
||||
role: "Business Owner",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5292.jpg",
|
||||
},
|
||||
id: "2", title: "Professional Work", quote: "They were on time and very efficient. Great job!", name: "Michael C.", role: "Business Owner", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5292.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
title: "Very Affordable",
|
||||
quote: "Transparent pricing and excellent communication throughout.",
|
||||
name: "Emily R.",
|
||||
role: "Homeowner",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-modern-male_23-2148514900.jpg",
|
||||
},
|
||||
id: "3", title: "Very Affordable", quote: "Transparent pricing and excellent communication throughout.", name: "Emily R.", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-modern-male_23-2148514900.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
title: "Fast Response",
|
||||
quote: "Had an emergency and they were here within the hour.",
|
||||
name: "David K.",
|
||||
role: "Homeowner",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-smiling-stylish-hipster-lambersexual-model_158538-17986.jpg",
|
||||
},
|
||||
id: "4", title: "Fast Response", quote: "Had an emergency and they were here within the hour.", name: "David K.", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-smiling-stylish-hipster-lambersexual-model_158538-17986.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
title: "Excellent Quality",
|
||||
quote: "Attention to detail was impressive. Truly great work.",
|
||||
name: "Jenny L.",
|
||||
role: "Homeowner",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blond-man-surprised_1194-2887.jpg",
|
||||
},
|
||||
id: "5", title: "Excellent Quality", quote: "Attention to detail was impressive. Truly great work.", name: "Jenny L.", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/blond-man-surprised_1194-2887.jpg"},
|
||||
]}
|
||||
title="What Our Neighbors Say"
|
||||
description="Read honest feedback from local homeowners who trust us with their service needs."
|
||||
@@ -189,9 +126,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="Local Experts, Trusted Neighbors"
|
||||
description={[
|
||||
"We are a family-owned business deeply rooted in the community. With over 15 years of experience, we pride ourselves on honesty, hard work, and reliability.",
|
||||
"Our goal is simple: to provide the best possible service for our neighbors. Every project we handle is treated as if it were our own home.",
|
||||
]}
|
||||
"We are a family-owned business deeply rooted in the community. With over 15 years of experience, we pride ourselves on honesty, hard work, and reliability.", "Our goal is simple: to provide the best possible service for our neighbors. Every project we handle is treated as if it were our own home."]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -199,16 +134,13 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Contact Us"
|
||||
title="Need Help Today?"
|
||||
description="Call us now for immediate service or fill out the form for a free quote within 24 hours."
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Now (555) 012-3456",
|
||||
href: "tel:5550123456",
|
||||
},
|
||||
text: "Call Now (555) 012-3456", href: "tel:5550123456"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -217,42 +149,27 @@ export default function LandingPage() {
|
||||
<FooterBaseReveal
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About Us", href: "#about"},
|
||||
{
|
||||
label: "Services",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Services", href: "#services"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Resources",
|
||||
items: [
|
||||
title: "Resources", items: [
|
||||
{
|
||||
label: "FAQs",
|
||||
href: "#",
|
||||
},
|
||||
label: "FAQs", href: "#"},
|
||||
{
|
||||
label: "Support",
|
||||
href: "#",
|
||||
},
|
||||
label: "Support", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{
|
||||
label: "(555) 012-3456",
|
||||
href: "tel:5550123456",
|
||||
},
|
||||
label: "(555) 012-3456", href: "tel:5550123456"},
|
||||
{
|
||||
label: "hello@localservice.com",
|
||||
href: "mailto:hello@localservice.com",
|
||||
},
|
||||
label: "hello@localservice.com", href: "mailto:hello@localservice.com"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user