Update src/app/page.tsx
This commit is contained in:
278
src/app/page.tsx
278
src/app/page.tsx
@@ -30,26 +30,11 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Services",
|
||||
id: "features",
|
||||
},
|
||||
{
|
||||
name: "Pricing",
|
||||
id: "pricing",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Services", id: "features" },
|
||||
{ name: "Pricing", id: "pricing" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Perfection Cleaning Services LLC"
|
||||
/>
|
||||
@@ -57,23 +42,15 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroLogoBillboard
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
logoText="Perfection Cleaning Services LLC"
|
||||
description="Excellence in every corner. We bring pristine cleanliness to your home and office with professional-grade care and reliability."
|
||||
description="Premium cleaning services for our community. Experience the perfection of a pristine, healthy space right here in your local area with our expert, professional-grade care."
|
||||
buttons={[
|
||||
{
|
||||
text: "Book Now",
|
||||
href: "#contact",
|
||||
},
|
||||
{
|
||||
text: "Our Services",
|
||||
href: "#features",
|
||||
},
|
||||
{ text: "Book Now", href: "#contact" },
|
||||
{ text: "Our Services", href: "#features" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/high-angle-woman-cleaning_23-2148480344.jpg?_wi=1"
|
||||
imageAlt="Professional cleaning services team"
|
||||
imageAlt="Professional cleaning services team in our local area"
|
||||
mediaAnimation="blur-reveal"
|
||||
/>
|
||||
</div>
|
||||
@@ -81,10 +58,10 @@ export default function LandingPage() {
|
||||
<div id="about" data-section="about">
|
||||
<MediaAbout
|
||||
useInvertedBackground={true}
|
||||
title="Unmatched Cleaning Standards"
|
||||
description="At Perfection Cleaning Services LLC, we don't just clean; we restore your environment. Our team is trained in high-end sanitation techniques to ensure your space stays healthy and vibrant."
|
||||
title="Proudly Serving Our Local Community"
|
||||
description="Perfection Cleaning Services LLC is dedicated to providing elite cleaning standards to our local neighborhood. We treat your property with the same care we would our own, ensuring reliable and thorough results every single time."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/professional-cleaning-service-people-working-together-office_23-2150520599.jpg?_wi=1"
|
||||
imageAlt="Professional cleaning services in action"
|
||||
imageAlt="Local professional cleaning services team"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -94,54 +71,14 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Deep Carpet Sanitization",
|
||||
tags: [
|
||||
"Deep Clean",
|
||||
"Sanitization",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-doing-professional-home-cleaning-service_23-2150358976.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "Eco-Friendly Housekeeping",
|
||||
tags: [
|
||||
"Eco",
|
||||
"Housekeeping",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-cleaning-products-arrangement_23-2148883450.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "Commercial Maintenance",
|
||||
tags: [
|
||||
"Commercial",
|
||||
"Office",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-composition-cleaning-products_23-2148133319.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
title: "Window & Glass Care",
|
||||
tags: [
|
||||
"Detailing",
|
||||
"Glass",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-doing-professional-home-cleaning-service_23-2150358973.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
title: "Move-In & Move-Out",
|
||||
tags: [
|
||||
"Full Service",
|
||||
"Move",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vertical-low-angle-shot-two-people-climbing-tall-glass-building-day-time_181624-28109.jpg",
|
||||
},
|
||||
{ id: "1", title: "Deep Sanitization", tags: ["Deep Clean", "Sanitization"], imageSrc: "http://img.b2bpic.net/free-photo/man-doing-professional-home-cleaning-service_23-2150358976.jpg" },
|
||||
{ id: "2", title: "Local Residential Care", tags: ["Home", "Housekeeping"], imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-cleaning-products-arrangement_23-2148883450.jpg" },
|
||||
{ id: "3", title: "Local Business Solutions", tags: ["Commercial", "Office"], imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-composition-cleaning-products_23-2148133319.jpg" },
|
||||
{ id: "4", title: "Detailing Excellence", tags: ["Detailing", "Glass"], imageSrc: "http://img.b2bpic.net/free-photo/man-doing-professional-home-cleaning-service_23-2150358973.jpg" },
|
||||
{ id: "5", title: "Move-In & Move-Out", tags: ["Full Service", "Move"], imageSrc: "http://img.b2bpic.net/free-photo/vertical-low-angle-shot-two-people-climbing-tall-glass-building-day-time_181624-28109.jpg" },
|
||||
]}
|
||||
title="Our Specialized Cleaning Services"
|
||||
description="Tailored solutions for every environment, ensuring a flawless result every time."
|
||||
title="Specialized Local Cleaning Solutions"
|
||||
description="We offer tailored cleaning services designed to meet the unique needs of our local community members."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -151,57 +88,12 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
plans={[
|
||||
{
|
||||
id: "basic",
|
||||
title: "Maintenance Plan",
|
||||
price: "$120",
|
||||
period: "/visit",
|
||||
features: [
|
||||
"Kitchen cleaning",
|
||||
"Bathroom sanitization",
|
||||
"Vacuuming",
|
||||
],
|
||||
button: {
|
||||
text: "Book Now",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-professional-cleaning-service-person-holding-supplies_23-2150520612.jpg",
|
||||
imageAlt: "View of professional cleaning service person holding supplies",
|
||||
},
|
||||
{
|
||||
id: "pro",
|
||||
title: "Deep Clean Pro",
|
||||
price: "$250",
|
||||
period: "/visit",
|
||||
features: [
|
||||
"Includes Maintenance",
|
||||
"Windows & Walls",
|
||||
"Oven deep clean",
|
||||
],
|
||||
button: {
|
||||
text: "Book Now",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-woman-cleaning_23-2148480344.jpg?_wi=2",
|
||||
imageAlt: "View of professional cleaning service person holding supplies",
|
||||
},
|
||||
{
|
||||
id: "enterprise",
|
||||
title: "Commercial Care",
|
||||
price: "Quote",
|
||||
period: "/custom",
|
||||
features: [
|
||||
"Full facility service",
|
||||
"Disinfection logs",
|
||||
"Priority support",
|
||||
],
|
||||
button: {
|
||||
text: "Get Quote",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/professional-cleaning-service-people-working-together-office_23-2150520599.jpg?_wi=2",
|
||||
imageAlt: "View of professional cleaning service person holding supplies",
|
||||
},
|
||||
{ id: "basic", title: "Essential Maintenance", price: "$120", period: "/visit", features: ["Core Cleaning", "Sanitization", "Vacuuming"], button: { text: "Book Now" }, imageSrc: "http://img.b2bpic.net/free-photo/view-professional-cleaning-service-person-holding-supplies_23-2150520612.jpg" },
|
||||
{ id: "pro", title: "Deep Clean Pro", price: "$250", period: "/visit", features: ["Essential Plus", "Window Detailing", "Wall Cleaning"], button: { text: "Book Now" }, imageSrc: "http://img.b2bpic.net/free-photo/high-angle-woman-cleaning_23-2148480344.jpg?_wi=2" },
|
||||
{ id: "enterprise", title: "Full Commercial Care", price: "Quote", period: "/custom", features: ["Facility Management", "Disinfection Logs", "Priority Support"], button: { text: "Get Quote" }, imageSrc: "http://img.b2bpic.net/free-photo/professional-cleaning-service-people-working-together-office_23-2150520599.jpg?_wi=2" },
|
||||
]}
|
||||
title="Transparent Cleaning Packages"
|
||||
description="Select the service package that fits your needs. No hidden fees, just pure cleanliness."
|
||||
title="Premium Pricing for Local Perfection"
|
||||
description="Professional-grade service with transparent pricing for your local space."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -211,44 +103,12 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah J.",
|
||||
handle: "@sarah_j",
|
||||
testimonial: "Exceptional service, my home has never looked better!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cleaning-concept-with-man-holding-smartphone_23-2148118555.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Mark D.",
|
||||
handle: "@mark_d",
|
||||
testimonial: "They are reliable and thorough every single time.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-cleaning-house_23-2147917170.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Elena P.",
|
||||
handle: "@elena_p",
|
||||
testimonial: "The best commercial cleaning service in the city.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-confident-cheerful-businessman-working-standing-table-notepad-looking-smiling-white-modern-office-interior_176420-2615.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Tom R.",
|
||||
handle: "@tom_r",
|
||||
testimonial: "Very professional staff and eco-friendly supplies.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-with-sprayer-woman-with-phone_23-2147766968.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Linda M.",
|
||||
handle: "@linda_m",
|
||||
testimonial: "Perfect results, I recommend them to everyone.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-asian-senior-woman-buying-house-scream-joy-making-fist-pump-while-showing-paper-hous_1258-153668.jpg",
|
||||
},
|
||||
{ id: "1", name: "Sarah J.", handle: "@sarah_j", testimonial: "The best service we have found in our area! Highly recommended.", imageSrc: "http://img.b2bpic.net/free-photo/cleaning-concept-with-man-holding-smartphone_23-2148118555.jpg" },
|
||||
{ id: "2", name: "Mark D.", handle: "@mark_d", testimonial: "Reliable, thorough, and local. Perfection Cleaning is top-notch.", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-cleaning-house_23-2147917170.jpg" },
|
||||
{ id: "3", name: "Elena P.", handle: "@elena_p", testimonial: "Our local office looks absolutely perfect after they visit.", imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-confident-cheerful-businessman-working-standing-table-notepad-looking-smiling-white-modern-office-interior_176420-2615.jpg" },
|
||||
]}
|
||||
title="What Our Clients Say"
|
||||
description="Join hundreds of happy customers who trust Perfection Cleaning Services."
|
||||
title="Trusted by Our Neighbors"
|
||||
description="See why residents and local businesses choose us for their cleaning needs."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -257,25 +117,13 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "Do you provide your own supplies?",
|
||||
content: "Yes, we bring premium, eco-friendly supplies.",
|
||||
},
|
||||
{
|
||||
id: "q2",
|
||||
title: "Are your cleaners insured?",
|
||||
content: "Absolutely, all our professionals are insured.",
|
||||
},
|
||||
{
|
||||
id: "q3",
|
||||
title: "Can I book recurring services?",
|
||||
content: "Yes, weekly and monthly plans are available.",
|
||||
},
|
||||
{ id: "q1", title: "Are you locally owned and operated?", content: "Yes, we are proudly based and operated right here in your community." },
|
||||
{ id: "q2", title: "Do you service my area?", content: "We cover the entire local area. Please contact us to confirm your specific address." },
|
||||
{ id: "q3", title: "Are your cleaners insured?", content: "All our local professionals are fully insured for your peace of mind." },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/multiethnic-customer-support-team-work_482257-121935.jpg"
|
||||
title="Frequently Asked Questions"
|
||||
description="Have questions? We have clear answers."
|
||||
title="Questions about our local service?"
|
||||
description="We are here to help keep our local spaces clean."
|
||||
faqsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
@@ -283,15 +131,13 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
tag="Contact Us"
|
||||
title="Ready for a Cleaner Space?"
|
||||
description="Get in touch today for a free quote or to schedule your first visit."
|
||||
background={{ variant: "plain" }}
|
||||
tag="Contact"
|
||||
title="Let's keep our community clean"
|
||||
description="Get your free, no-obligation quote today for local professional cleaning services."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-talking-phone_23-2149476764.jpg"
|
||||
inputPlaceholder="Enter your email address"
|
||||
buttonText="Request Free Quote"
|
||||
inputPlaceholder="Enter your email"
|
||||
buttonText="Get Local Quote"
|
||||
mediaAnimation="blur-reveal"
|
||||
/>
|
||||
</div>
|
||||
@@ -299,45 +145,9 @@ export default function LandingPage() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
{
|
||||
label: "Careers",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
{
|
||||
label: "Residential",
|
||||
href: "#features",
|
||||
},
|
||||
{
|
||||
label: "Commercial",
|
||||
href: "#features",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ title: "Company", items: [{ label: "About", href: "#about" }] },
|
||||
{ title: "Services", items: [{ label: "Local Services", href: "#features" }] },
|
||||
{ title: "Support", items: [{ label: "Contact", href: "#contact" }] },
|
||||
]}
|
||||
logoText="Perfection Cleaning Services LLC"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user