Update src/app/page.tsx
This commit is contained in:
216
src/app/page.tsx
216
src/app/page.tsx
@@ -33,21 +33,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "About",
|
||||
id: "#about",
|
||||
},
|
||||
name: "About", id: "#about"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "#features",
|
||||
},
|
||||
name: "Services", id: "#features"},
|
||||
{
|
||||
name: "Pricing",
|
||||
id: "#pricing",
|
||||
},
|
||||
name: "Pricing", id: "#pricing"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
brandName="VentWise Wizards"
|
||||
/>
|
||||
@@ -59,33 +51,21 @@ export default function LandingPage() {
|
||||
description="Expert ventilation cleaning for a healthier, fresher, and more comfortable home environment. Trust the magic of clean air."
|
||||
buttons={[
|
||||
{
|
||||
text: "Book Your Cleaning",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Book Your Cleaning", href: "#contact"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-male-shirt-apron-holding-hands-heart-looking-pretty-front-view_176474-22582.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-male-shirt-apron-holding-hands-heart-looking-pretty-front-view_176474-22582.jpg"
|
||||
imageAlt="Professional vent cleaning in progress"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-young-female-courier-blue-uniform-black-gloves-black-mask-holding-food-delivery-bowls-phone_140725-23379.jpg",
|
||||
alt: "Female technician smiling",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-young-female-courier-blue-uniform-black-gloves-black-mask-holding-food-delivery-bowls-phone_140725-23379.jpg", alt: "Female technician smiling"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/female-worker-wearing-work-clothes_273609-10982.jpg",
|
||||
alt: "Worker in uniform",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/female-worker-wearing-work-clothes_273609-10982.jpg", alt: "Worker in uniform"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/expressive-young-man-posing-studio_176474-37829.jpg",
|
||||
alt: "Professional air quality expert",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/expressive-young-man-posing-studio_176474-37829.jpg", alt: "Professional air quality expert"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/full-shot-construction-worker-wearing-helmet-job_23-2149366633.jpg",
|
||||
alt: "Specialist with gear",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/full-shot-construction-worker-wearing-helmet-job_23-2149366633.jpg", alt: "Specialist with gear"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-male-shirt-apron-holding-hands-heart-looking-pretty-front-view_176474-22582.jpg",
|
||||
alt: "Professional vent cleaning specialist",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/young-male-shirt-apron-holding-hands-heart-looking-pretty-front-view_176474-22582.jpg", alt: "Professional vent cleaning specialist"},
|
||||
]}
|
||||
avatarText="Trusted by 2,500+ satisfied homeowners"
|
||||
/>
|
||||
@@ -96,14 +76,9 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "The Magic of Clean Air",
|
||||
},
|
||||
type: "text", content: "The Magic of Clean Air"},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/luxury-living-room-with-large-windows-forest-view_23-2152008233.jpg",
|
||||
alt: "Pristine home",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/luxury-living-room-with-large-windows-forest-view_23-2152008233.jpg", alt: "Pristine home"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -115,23 +90,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Duct Inspection",
|
||||
description: "Thorough visual inspection to identify dust and buildup.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/engineer-looks-online-new-blower-fan_482257-75912.jpg",
|
||||
imageAlt: "Inspection",
|
||||
},
|
||||
title: "Duct Inspection", description: "Thorough visual inspection to identify dust and buildup.", imageSrc: "http://img.b2bpic.net/free-photo/engineer-looks-online-new-blower-fan_482257-75912.jpg", imageAlt: "Inspection"},
|
||||
{
|
||||
title: "Air Quality Assessment",
|
||||
description: "Professional sensor readings to monitor air pollutants.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-holding-smartphone-with-lighting-control-application-turning-lights-sitting-kitchen-house-with-automation-lighting-system-person-using-smart-home-software-working-remote-laptop_482257-16243.jpg",
|
||||
imageAlt: "Assessment",
|
||||
},
|
||||
title: "Air Quality Assessment", description: "Professional sensor readings to monitor air pollutants.", imageSrc: "http://img.b2bpic.net/free-photo/man-holding-smartphone-with-lighting-control-application-turning-lights-sitting-kitchen-house-with-automation-lighting-system-person-using-smart-home-software-working-remote-laptop_482257-16243.jpg", imageAlt: "Assessment"},
|
||||
{
|
||||
title: "Filter Maintenance",
|
||||
description: "Expert replacement with high-performance filters.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-ventilation-system_23-2149388966.jpg",
|
||||
imageAlt: "Filters",
|
||||
},
|
||||
title: "Filter Maintenance", description: "Expert replacement with high-performance filters.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-ventilation-system_23-2149388966.jpg", imageAlt: "Filters"},
|
||||
]}
|
||||
title="Our Cleaning Services"
|
||||
description="We use advanced techniques to ensure your vents are spotless and your home air is pure."
|
||||
@@ -145,23 +108,14 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
icon: CheckCircle,
|
||||
title: "Homes Cleaned",
|
||||
value: "2,500+",
|
||||
},
|
||||
id: "m1", icon: CheckCircle,
|
||||
title: "Homes Cleaned", value: "2,500+"},
|
||||
{
|
||||
id: "m2",
|
||||
icon: Award,
|
||||
title: "Years Experience",
|
||||
value: "10+",
|
||||
},
|
||||
id: "m2", icon: Award,
|
||||
title: "Years Experience", value: "10+"},
|
||||
{
|
||||
id: "m3",
|
||||
icon: Star,
|
||||
title: "Happy Clients",
|
||||
value: "98%",
|
||||
},
|
||||
id: "m3", icon: Star,
|
||||
title: "Happy Clients", value: "98%"},
|
||||
]}
|
||||
title="Why Choose Us"
|
||||
description="Our commitment to quality speaks for itself through our proven results."
|
||||
@@ -173,14 +127,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"HomeClean Assoc",
|
||||
"AirSafe Pro",
|
||||
"PureBreeze",
|
||||
"GreenVent",
|
||||
"VentInspect",
|
||||
"PureHome Co",
|
||||
"EcoDuct",
|
||||
]}
|
||||
"HomeClean Assoc", "AirSafe Pro", "PureBreeze", "GreenVent", "VentInspect", "PureHome Co", "EcoDuct"]}
|
||||
title="Trusted by Homeowners & Partners"
|
||||
description="We are recognized for excellence in air quality and ventilation safety."
|
||||
/>
|
||||
@@ -193,53 +140,23 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
plans={[
|
||||
{
|
||||
id: "basic",
|
||||
title: "Essential Air",
|
||||
price: "$199",
|
||||
period: "standard",
|
||||
features: [
|
||||
"General vent vacuum",
|
||||
"Safety assessment",
|
||||
"Filter check",
|
||||
],
|
||||
id: "basic", title: "Essential Air", price: "$199", period: "standard", features: [
|
||||
"General vent vacuum", "Safety assessment", "Filter check"],
|
||||
button: {
|
||||
text: "Book Basic",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/we-are-hiring-digital-collage_23-2149667030.jpg",
|
||||
imageAlt: "business house icon minimal",
|
||||
},
|
||||
text: "Book Basic"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/we-are-hiring-digital-collage_23-2149667030.jpg", imageAlt: "business house icon minimal"},
|
||||
{
|
||||
id: "premium",
|
||||
title: "Total Clean",
|
||||
price: "$349",
|
||||
period: "thorough",
|
||||
features: [
|
||||
"Deep duct brush",
|
||||
"Sanitization spray",
|
||||
"Air quality report",
|
||||
],
|
||||
id: "premium", title: "Total Clean", price: "$349", period: "thorough", features: [
|
||||
"Deep duct brush", "Sanitization spray", "Air quality report"],
|
||||
button: {
|
||||
text: "Book Premium",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-male-shirt-apron-holding-hands-heart-looking-pretty-front-view_176474-22582.jpg?_wi=2",
|
||||
imageAlt: "business house icon minimal",
|
||||
},
|
||||
text: "Book Premium"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-male-shirt-apron-holding-hands-heart-looking-pretty-front-view_176474-22582.jpg", imageAlt: "business house icon minimal"},
|
||||
{
|
||||
id: "wizard",
|
||||
title: "Wizard Elite",
|
||||
price: "$599",
|
||||
period: "complete",
|
||||
features: [
|
||||
"Deep cleaning",
|
||||
"System sanitization",
|
||||
"6-month warranty",
|
||||
],
|
||||
id: "wizard", title: "Wizard Elite", price: "$599", period: "complete", features: [
|
||||
"Deep cleaning", "System sanitization", "6-month warranty"],
|
||||
button: {
|
||||
text: "Book Elite",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/luxury-living-room-with-large-windows-forest-view_23-2152008233.jpg",
|
||||
imageAlt: "business house icon minimal",
|
||||
},
|
||||
text: "Book Elite"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/luxury-living-room-with-large-windows-forest-view_23-2152008233.jpg", imageAlt: "business house icon minimal"},
|
||||
]}
|
||||
title="Simple Pricing"
|
||||
description="Transparent plans to suit any home size or service need."
|
||||
@@ -253,40 +170,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah J.",
|
||||
role: "Homeowner",
|
||||
testimonial: "My home has never felt fresher. Truly amazing service!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-cute-girl-looking-away_23-2148436134.jpg",
|
||||
},
|
||||
id: "1", name: "Sarah J.", role: "Homeowner", testimonial: "My home has never felt fresher. Truly amazing service!", imageSrc: "http://img.b2bpic.net/free-photo/front-view-cute-girl-looking-away_23-2148436134.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Mark R.",
|
||||
role: "Homeowner",
|
||||
testimonial: "Fast, friendly, and incredibly effective. Will use again.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-woman-with-smart-speaker_23-2149936222.jpg",
|
||||
},
|
||||
id: "2", name: "Mark R.", role: "Homeowner", testimonial: "Fast, friendly, and incredibly effective. Will use again.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-woman-with-smart-speaker_23-2149936222.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Lisa K.",
|
||||
role: "Homeowner",
|
||||
testimonial: "Very professional wizards. The air quality difference is real.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-housewife-shirt-colored-cape-holding-enormous-white-sign-green_140725-30343.jpg",
|
||||
},
|
||||
id: "3", name: "Lisa K.", role: "Homeowner", testimonial: "Very professional wizards. The air quality difference is real.", imageSrc: "http://img.b2bpic.net/free-photo/young-housewife-shirt-colored-cape-holding-enormous-white-sign-green_140725-30343.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "James B.",
|
||||
role: "Homeowner",
|
||||
testimonial: "Competitive pricing and top-tier service. Highly recommended.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-attractive-woman-showing-thumb-up-outdoors_1262-12526.jpg",
|
||||
},
|
||||
id: "4", name: "James B.", role: "Homeowner", testimonial: "Competitive pricing and top-tier service. Highly recommended.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-attractive-woman-showing-thumb-up-outdoors_1262-12526.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Elise M.",
|
||||
role: "Homeowner",
|
||||
testimonial: "Expert advice on air quality. My allergies have finally calmed down.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-teen-girl-dancing-home-singing-along-music-using-hand-as-microphone-enjoying-happy-day_1258-191538.jpg",
|
||||
},
|
||||
id: "5", name: "Elise M.", role: "Homeowner", testimonial: "Expert advice on air quality. My allergies have finally calmed down.", imageSrc: "http://img.b2bpic.net/free-photo/happy-teen-girl-dancing-home-singing-along-music-using-hand-as-microphone-enjoying-happy-day_1258-191538.jpg"},
|
||||
]}
|
||||
title="Client Success"
|
||||
description="See why homeowners trust our wizards with their indoor air quality."
|
||||
@@ -295,10 +187,10 @@ export default function LandingPage() {
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplit
|
||||
tag="Contact"
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
title="Ready to Start?"
|
||||
description="Schedule your cleaning today and let our wizards perform their magic."
|
||||
mediaAnimation="slide-up"
|
||||
@@ -313,37 +205,25 @@ export default function LandingPage() {
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About", href: "#about"},
|
||||
{
|
||||
label: "Services",
|
||||
href: "#features",
|
||||
},
|
||||
label: "Services", href: "#features"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Pricing",
|
||||
href: "#pricing",
|
||||
},
|
||||
label: "Pricing", href: "#pricing"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Service", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user