Update src/app/page.tsx
This commit is contained in:
173
src/app/page.tsx
173
src/app/page.tsx
@@ -28,18 +28,9 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Services",
|
||||
id: "#services",
|
||||
},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "#reviews",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
{ name: "Services", id: "#services" },
|
||||
{ name: "Reviews", id: "#reviews" },
|
||||
{ name: "Contact", id: "#contact" },
|
||||
]}
|
||||
brandName="Boyd Carpet Cleaning"
|
||||
/>
|
||||
@@ -47,32 +38,16 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitKpi
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Luxury Carpet & Upholstery Cleaning in Justin, TX"
|
||||
description="Restore your home to a cleaner, fresher, like-new condition with professional deep cleaning services you can trust."
|
||||
kpis={[
|
||||
{
|
||||
value: "100%",
|
||||
label: "Satisfaction Focused",
|
||||
},
|
||||
{
|
||||
value: "Local",
|
||||
label: "Family Owned",
|
||||
},
|
||||
{
|
||||
value: "Pro",
|
||||
label: "Grade Equipment",
|
||||
},
|
||||
{ value: "100%", label: "Satisfaction Focused" },
|
||||
{ value: "Local", label: "Family Owned" },
|
||||
{ value: "Pro", label: "Grade Equipment" },
|
||||
]}
|
||||
enableKpiAnimation={true}
|
||||
buttons={[
|
||||
{
|
||||
text: "Get a Free Quote",
|
||||
href: "#contact",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Get a Free Quote", href: "#contact" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/man-servant-cleaning-house_23-2149530805.jpg"
|
||||
mediaAnimation="blur-reveal"
|
||||
/>
|
||||
@@ -82,12 +57,7 @@ export default function LandingPage() {
|
||||
<TextAbout
|
||||
useInvertedBackground={false}
|
||||
title="Why Homeowners Choose Us"
|
||||
buttons={[
|
||||
{
|
||||
text: "Contact Now",
|
||||
href: "#contact",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Contact Now", href: "#contact" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -98,36 +68,11 @@ export default function LandingPage() {
|
||||
gridVariant="two-columns-alternating-heights"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Carpet Cleaning",
|
||||
description: "Deep steam extraction that removes dirt, stains, allergens, and odors.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/coarse-cement-wall-with-diagonal-division_23-2148413296.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "Upholstery Cleaning",
|
||||
description: "Renew your couches and fabric furniture for a fresh look.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/professional-cleaning-service-person-using-steam-cleaner-office_23-2150520602.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "Pet Stain Removal",
|
||||
description: "Eliminate deep-set pet stains and odors at the source.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dog-making-mass-with-plant-pot-indoors_23-2149544934.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
title: "Move-In / Move-Out",
|
||||
description: "Full service cleaning for property transitions.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-handling-couch-while-preparing-move-out_23-2148647458.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
title: "Tile & Grout",
|
||||
description: "Restore shine and remove built-up grime from your tile surfaces.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/professional-cleaning-service-person-using-steam-cleaner-office_23-2150520583.jpg",
|
||||
},
|
||||
{ id: "1", title: "Carpet Cleaning", description: "Deep steam extraction that removes dirt, stains, allergens, and odors.", imageSrc: "http://img.b2bpic.net/free-photo/coarse-cement-wall-with-diagonal-division_23-2148413296.jpg" },
|
||||
{ id: "2", title: "Upholstery Cleaning", description: "Renew your couches and fabric furniture for a fresh look.", imageSrc: "http://img.b2bpic.net/free-photo/professional-cleaning-service-person-using-steam-cleaner-office_23-2150520602.jpg" },
|
||||
{ id: "3", title: "Pet Stain Removal", description: "Eliminate deep-set pet stains and odors at the source.", imageSrc: "http://img.b2bpic.net/free-photo/dog-making-mass-with-plant-pot-indoors_23-2149544934.jpg" },
|
||||
{ id: "4", title: "Move-In / Move-Out", description: "Full service cleaning for property transitions.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-handling-couch-while-preparing-move-out_23-2148647458.jpg" },
|
||||
{ id: "5", title: "Tile & Grout", description: "Restore shine and remove built-up grime from your tile surfaces.", imageSrc: "http://img.b2bpic.net/free-photo/professional-cleaning-service-person-using-steam-cleaner-office_23-2150520583.jpg" },
|
||||
]}
|
||||
title="Our Professional Services"
|
||||
description="Comprehensive cleaning solutions to restore your home interior."
|
||||
@@ -136,37 +81,14 @@ export default function LandingPage() {
|
||||
|
||||
<div id="reviews" data-section="reviews">
|
||||
<TestimonialCardSix
|
||||
animationType="blur-reveal"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Alexandria Avelar",
|
||||
handle: "@customer",
|
||||
testimonial: "Very pleased with the results! Having a couch that looks and smells brand new again is amazing.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-bed-showing-ok-gesture_23-2147767529.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Mike Pitchforth",
|
||||
handle: "@customer",
|
||||
testimonial: "I LOVE finding local hidden gems. Knowledgeable, on time, great price points.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/american-african-black-beautiful-business_1303-1344.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "K Davis",
|
||||
handle: "@customer",
|
||||
testimonial: "Maurice was professional and provided quality carpet cleaning service in a rental home I was moving out of.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/selective-focus-shot-young-smiling-male-sitting-harbor_181624-25884.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Katie McKenzie",
|
||||
handle: "@customer",
|
||||
testimonial: "Super friendly and professional. Amazing experience, highly recommend.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-getting-her-hands-disinfected-cafe_637285-8082.jpg",
|
||||
},
|
||||
{ id: "1", name: "Alexandria Avelar", handle: "@customer", testimonial: "Very pleased with the results! Having a couch that looks and smells brand new again is amazing.", imageSrc: "http://img.b2bpic.net/free-photo/woman-bed-showing-ok-gesture_23-2147767529.jpg" },
|
||||
{ id: "2", name: "Mike Pitchforth", handle: "@customer", testimonial: "I LOVE finding local hidden gems. Knowledgeable, on time, great price points.", imageSrc: "http://img.b2bpic.net/free-photo/american-african-black-beautiful-business_1303-1344.jpg" },
|
||||
{ id: "3", name: "K Davis", handle: "@customer", testimonial: "Maurice was professional and provided quality carpet cleaning service in a rental home I was moving out of.", imageSrc: "http://img.b2bpic.net/free-photo/selective-focus-shot-young-smiling-male-sitting-harbor_181624-25884.jpg" },
|
||||
{ id: "4", name: "Katie McKenzie", handle: "@customer", testimonial: "Super friendly and professional. Amazing experience, highly recommend.", imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-getting-her-hands-disinfected-cafe_637285-8082.jpg" },
|
||||
]}
|
||||
title="Customer Results"
|
||||
description="Real testimonials from homeowners in Justin, TX and surrounding areas."
|
||||
@@ -176,67 +98,20 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
background={{ variant: "plain" }}
|
||||
tag="Contact Us"
|
||||
title="Get Your Free Quote Today"
|
||||
description="Don't wait until stains set deeper. Restore your carpets and home today."
|
||||
buttons={[
|
||||
{
|
||||
text: "Call or Text Us",
|
||||
href: "tel:5550123456",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Call or Text Us", href: "tel:5550123456" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBaseReveal
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "/",
|
||||
},
|
||||
{
|
||||
label: "Services",
|
||||
href: "#services",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Service Area",
|
||||
items: [
|
||||
{
|
||||
label: "Justin, TX",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Fort Worth, TX",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Haslet, TX",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
{
|
||||
label: "Call Us",
|
||||
href: "tel:5550123456",
|
||||
},
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ title: "Company", items: [{ label: "Home", href: "/" }, { label: "Services", href: "#services" }] },
|
||||
{ title: "Service Area", items: [{ label: "Justin, TX", href: "#" }, { label: "Fort Worth, TX", href: "#" }, { label: "Haslet, TX", href: "#" }] },
|
||||
{ title: "Contact", items: [{ label: "Call Us", href: "tel:5550123456" }, { label: "Privacy Policy", href: "#" }] },
|
||||
]}
|
||||
copyrightText="© 2024 Boyd Carpet Cleaning Services LLC"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user