Merge version_1 into main #2
151
src/app/page.tsx
151
src/app/page.tsx
@@ -9,7 +9,7 @@ import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
|
||||
import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll';
|
||||
import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout';
|
||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||
import { CheckCircle2, Sparkles, Trash2, Waves, Wind } from "lucide-react";
|
||||
import { CheckCircle2, Sparkles, Trash2, Waves, Wind, Brush } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -30,45 +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="RBT Premier"
|
||||
button={{ text: "Get a Quote", href: "#contact" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardScroll
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="RBT Premier Home Services"
|
||||
description="Professional pressure washing, window washing, gutter cleaning, and junk removal for Punta Gorda & Port Charlotte. Dependable local service for homeowners who want their property at its best."
|
||||
tag="Serving Punta Gorda & Port Charlotte"
|
||||
buttons={[
|
||||
{
|
||||
text: "Call 941-979-2487",
|
||||
href: "tel:941-979-2487",
|
||||
},
|
||||
text: "Call 941-979-2487", href: "tel:941-979-2487"},
|
||||
{
|
||||
text: "Get a Free Quote",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Get a Free Quote", href: "#contact"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/man-doing-professional-home-cleaning-service_23-2150358960.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/man-doing-professional-home-cleaning-service_23-2150358960.jpg"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -79,67 +67,46 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Exterior Cleaning",
|
||||
description: "Pressure washing and window cleaning for a spotless finish.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-doing-professional-home-cleaning-service_23-2150358964.jpg?_wi=1",
|
||||
id: "f1", title: "Exterior Cleaning", description: "Pressure washing and window cleaning for a spotless finish.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-doing-professional-home-cleaning-service_23-2150358964.jpg", imageAlt: "professional home cleaning services exterior"
|
||||
},
|
||||
items: [
|
||||
{
|
||||
icon: Sparkles,
|
||||
text: "Pressure Washing",
|
||||
},
|
||||
text: "Pressure Washing"},
|
||||
{
|
||||
icon: Waves,
|
||||
text: "Window Washing",
|
||||
},
|
||||
text: "Window Washing"},
|
||||
],
|
||||
reverse: false,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-doing-professional-home-cleaning-service_23-2150358960.jpg?_wi=2",
|
||||
imageAlt: "professional home cleaning services exterior",
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Maintenance",
|
||||
description: "Keeping your home functioning properly with routine care.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-servant-doing-chores-around-house_23-2149508120.jpg?_wi=1",
|
||||
id: "f2", title: "Maintenance", description: "Keeping your home functioning properly with routine care.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-servant-doing-chores-around-house_23-2149508120.jpg", imageAlt: "pressure washing equipment exterior home"
|
||||
},
|
||||
items: [
|
||||
{
|
||||
icon: Wind,
|
||||
text: "Gutter Cleaning",
|
||||
},
|
||||
text: "Gutter Cleaning"},
|
||||
{
|
||||
icon: Trash2,
|
||||
text: "Trash Can Cleaning",
|
||||
},
|
||||
text: "Trash Can Cleaning"},
|
||||
],
|
||||
reverse: true,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-doing-professional-home-cleaning-service_23-2150358964.jpg?_wi=2",
|
||||
imageAlt: "pressure washing equipment exterior home",
|
||||
},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Removal Services",
|
||||
description: "Quickly clearing out unwanted clutter and debris.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/feet-man-standing-longboard_23-2148138968.jpg",
|
||||
id: "f3", title: "Removal Services", description: "Quickly clearing out unwanted clutter and debris.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/feet-man-standing-longboard_23-2148138968.jpg", imageAlt: "clean house gutters exterior maintenance"
|
||||
},
|
||||
items: [
|
||||
{
|
||||
icon: CheckCircle2,
|
||||
text: "Junk Removal",
|
||||
},
|
||||
text: "Junk Removal"},
|
||||
{
|
||||
icon: Brush,
|
||||
text: "Carpet Cleaning",
|
||||
},
|
||||
text: "Carpet Cleaning"},
|
||||
],
|
||||
reverse: false,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-servant-doing-chores-around-house_23-2149508120.jpg?_wi=2",
|
||||
imageAlt: "clean house gutters exterior maintenance",
|
||||
},
|
||||
]}
|
||||
title="Our Professional Services"
|
||||
@@ -154,19 +121,13 @@ export default function LandingPage() {
|
||||
description="We are committed to providing homeowners in Punta Gorda and Port Charlotte with high-quality, efficient, and friendly home services. Your satisfaction is our top priority."
|
||||
metrics={[
|
||||
{
|
||||
value: "100%",
|
||||
title: "Reliable Service",
|
||||
},
|
||||
value: "100%", title: "Reliable Service"},
|
||||
{
|
||||
value: "Free",
|
||||
title: "Estimates",
|
||||
},
|
||||
value: "Free", title: "Estimates"},
|
||||
{
|
||||
value: "Local",
|
||||
title: "Expert Team",
|
||||
},
|
||||
value: "Local", title: "Expert Team"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/man-doing-professional-home-cleaning-service_23-2150358960.jpg?_wi=3"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/man-doing-professional-home-cleaning-service_23-2150358960.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -178,25 +139,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "What areas do you serve?",
|
||||
content: "We proudly serve homeowners in the Punta Gorda and Port Charlotte areas.",
|
||||
},
|
||||
id: "q1", title: "What areas do you serve?", content: "We proudly serve homeowners in the Punta Gorda and Port Charlotte areas."},
|
||||
{
|
||||
id: "q2",
|
||||
title: "Do you offer free estimates?",
|
||||
content: "Absolutely. Just give us a call or text us at 941-979-2487 for a fast, free estimate.",
|
||||
},
|
||||
id: "q2", title: "Do you offer free estimates?", content: "Absolutely. Just give us a call or text us at 941-979-2487 for a fast, free estimate."},
|
||||
{
|
||||
id: "q3",
|
||||
title: "What is the best way to contact you?",
|
||||
content: "We prefer phone or text at 941-979-2487 for the fastest response.",
|
||||
},
|
||||
id: "q3", title: "What is the best way to contact you?", content: "We prefer phone or text at 941-979-2487 for the fastest response."},
|
||||
{
|
||||
id: "q4",
|
||||
title: "How do I schedule my service?",
|
||||
content: "Reach out to us directly by call or text and we'll handle the booking process for you.",
|
||||
},
|
||||
id: "q4", title: "How do I schedule my service?", content: "Reach out to us directly by call or text and we'll handle the booking process for you."},
|
||||
]}
|
||||
title="Common Questions"
|
||||
description="Quick answers to help you get started with your home service requests."
|
||||
@@ -208,14 +157,11 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
text="Ready to get your home looking its best? Reach out to RBT Premier Home Services today for a free estimate."
|
||||
buttons={[
|
||||
{
|
||||
text: "Call 941-979-2487",
|
||||
href: "tel:941-979-2487",
|
||||
},
|
||||
text: "Call 941-979-2487", href: "tel:941-979-2487"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -225,42 +171,27 @@ export default function LandingPage() {
|
||||
logoText="RBT Premier"
|
||||
columns={[
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{
|
||||
label: "Pressure Washing",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Pressure Washing", href: "#services"},
|
||||
{
|
||||
label: "Gutter Cleaning",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Gutter Cleaning", href: "#services"},
|
||||
{
|
||||
label: "Junk Removal",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Junk Removal", href: "#services"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{
|
||||
label: "941-979-2487",
|
||||
href: "tel:941-979-2487",
|
||||
},
|
||||
label: "941-979-2487", href: "tel:941-979-2487"},
|
||||
{
|
||||
label: "Email Us",
|
||||
href: "mailto:rbtpremierhomeservices@gmail.com",
|
||||
},
|
||||
label: "Email Us", href: "mailto:rbtpremierhomeservices@gmail.com"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "Instagram",
|
||||
href: "https://instagram.com/rbtpremierhomeservices",
|
||||
},
|
||||
label: "Instagram", href: "https://instagram.com/rbtpremierhomeservices"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user