Update src/app/page.tsx

This commit is contained in:
2026-05-14 16:28:20 +00:00
parent c97b228e9e
commit e04bbcfe7a

View File

@@ -20,33 +20,25 @@ export default function LandingPage() {
defaultTextAnimation="background-highlight"
borderRadius="soft"
contentWidth="mediumSmall"
sizing="medium"
sizing="mediumSizeLargeTitles"
background="grid"
cardStyle="gradient-radial"
primaryButtonStyle="primary-glow"
secondaryButtonStyle="layered"
headingFontWeight="semibold"
headingFontWeight="normal"
>
<ReactLenis root>
<div id="nav" data-section="nav">
<NavbarStyleFullscreen
navItems={[
{
name: "Home",
id: "hero",
},
name: "Home", id: "hero"},
{
name: "About",
id: "about",
},
name: "About", id: "about"},
{
name: "Services",
id: "services",
},
name: "Services", id: "services"},
{
name: "Contact",
id: "contact",
},
name: "Contact", id: "contact"},
]}
brandName="Bob Plumbing Repair"
/>
@@ -55,103 +47,58 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroBillboardTestimonial
background={{
variant: "radial-gradient",
}}
variant: "radial-gradient"}}
title="Trusted Plumbing Repair in Sugar Land, TX"
description="Fast, reliable plumbing solutions for homes and businesses. Honest pricing and dependable service."
testimonials={[
{
name: "John D.",
handle: "Homeowner",
testimonial: "No fuss, just good old-fashioned service you can trust.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/man-woman-using-their-phone-kitchen_23-2149017744.jpg",
},
name: "John D.", handle: "Homeowner", testimonial: "No fuss, just good old-fashioned service you can trust.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/man-woman-using-their-phone-kitchen_23-2149017744.jpg"},
{
name: "Sarah W.",
handle: "Homeowner",
testimonial: "Reliable and trustworthy.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/man-talking-phone-kitchen_23-2148254569.jpg",
},
name: "Sarah W.", handle: "Homeowner", testimonial: "Reliable and trustworthy.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/man-talking-phone-kitchen_23-2148254569.jpg"},
{
name: "Mike R.",
handle: "Property Manager",
testimonial: "Their technicians are proficient, well-informed, and always eager to share their work.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/couple-enjoying-quality-time-home_23-2149262124.jpg",
},
name: "Mike R.", handle: "Property Manager", testimonial: "Their technicians are proficient, well-informed, and always eager to share their work.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/couple-enjoying-quality-time-home_23-2149262124.jpg"},
{
name: "Emily B.",
handle: "Homeowner",
testimonial: "Highly recommend.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-fix-problems-client-s-house_23-2150990729.jpg",
},
name: "Emily B.", handle: "Homeowner", testimonial: "Highly recommend.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-fix-problems-client-s-house_23-2150990729.jpg"},
{
name: "David L.",
handle: "Business Owner",
testimonial: "Reliable and trustworthy.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-caucasian-guy-dating-afro-american-girl_1262-19996.jpg",
},
name: "David L.", handle: "Business Owner", testimonial: "Reliable and trustworthy.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-caucasian-guy-dating-afro-american-girl_1262-19996.jpg"},
]}
buttons={[
{
text: "Call Now",
href: "tel:8325814999",
},
text: "Call Now", href: "tel:8325814999"},
{
text: "Request Service",
href: "#contact",
},
text: "Request Service", href: "#contact"},
]}
imageSrc="http://img.b2bpic.net/free-photo/high-angle-shot-hammer-screwdriver-other-tools-wooden-surface_181624-10972.jpg"
imageAlt="professional plumber smiling friendly"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/top-view-different-types-tools_23-2148428246.jpg",
alt: "Top view different types of tools",
},
src: "http://img.b2bpic.net/free-photo/top-view-different-types-tools_23-2148428246.jpg", alt: "Top view different types of tools"},
{
src: "http://img.b2bpic.net/free-photo/tools-hardware-set_23-2151979300.jpg",
alt: "Tools and hardware set",
},
src: "http://img.b2bpic.net/free-photo/tools-hardware-set_23-2151979300.jpg", alt: "Tools and hardware set"},
{
src: "http://img.b2bpic.net/free-photo/wrench-screwdriver-hammer_1048-2478.jpg",
alt: "Wrench, screwdriver and hammer",
},
src: "http://img.b2bpic.net/free-photo/wrench-screwdriver-hammer_1048-2478.jpg", alt: "Wrench, screwdriver and hammer"},
{
src: "http://img.b2bpic.net/free-photo/copy-space-mechanical-tools_23-2148557963.jpg",
alt: "Copy-space mechanical tools",
},
src: "http://img.b2bpic.net/free-photo/copy-space-mechanical-tools_23-2148557963.jpg", alt: "Copy-space mechanical tools"},
{
src: "http://img.b2bpic.net/free-photo/side-view-men-looking-inside-truck_23-2149426536.jpg",
alt: "Side view men looking inside truck",
},
src: "http://img.b2bpic.net/free-photo/side-view-men-looking-inside-truck_23-2149426536.jpg", alt: "Side view men looking inside truck"},
]}
avatarText="Trusted by 500+ Local Homeowners"
marqueeItems={[
{
type: "text",
text: "24/7 Emergency Repairs",
},
type: "text", text: "24/7 Emergency Repairs"},
{
type: "text",
text: "Fully Licensed & Insured",
},
type: "text", text: "Fully Licensed & Insured"},
{
type: "text",
text: "Fast Local Response",
},
type: "text", text: "Fast Local Response"},
{
type: "text",
text: "Guaranteed Workmanship",
},
type: "text", text: "Guaranteed Workmanship"},
{
type: "text",
text: "Transparent Pricing",
},
type: "text", text: "Transparent Pricing"},
]}
/>
</div>
@@ -178,34 +125,22 @@ export default function LandingPage() {
features={[
{
icon: Droplets,
title: "Drain Cleaning",
description: "Quick, professional removal of clogs to keep your drains flowing freely.",
},
title: "Drain Cleaning", description: "Quick, professional removal of clogs to keep your drains flowing freely."},
{
icon: Flame,
title: "Water Heater Services",
description: "Installation, repair, and maintenance for gas and electric water heaters.",
},
title: "Water Heater Services", description: "Installation, repair, and maintenance for gas and electric water heaters."},
{
icon: AlertTriangle,
title: "Emergency Plumbing",
description: "Available when you need us most for urgent plumbing emergencies.",
},
title: "Emergency Plumbing", description: "Available when you need us most for urgent plumbing emergencies."},
{
icon: Search,
title: "Leak Detection",
description: "Advanced equipment to find and fix hidden leaks before they damage your property.",
},
title: "Leak Detection", description: "Advanced equipment to find and fix hidden leaks before they damage your property."},
{
icon: Wrench,
title: "Pipe & Fixture Repair",
description: "Expert repairs for faucets, sinks, toilets, and pipe systems.",
},
title: "Pipe & Fixture Repair", description: "Expert repairs for faucets, sinks, toilets, and pipe systems."},
{
icon: Settings,
title: "Sewer Line Repair",
description: "Reliable solutions for main sewer line issues and blockages.",
},
title: "Sewer Line Repair", description: "Reliable solutions for main sewer line issues and blockages."},
]}
title="Professional Plumbing Services"
description="From emergency repairs to routine maintenance, we handle all your plumbing needs with professional precision."
@@ -219,23 +154,14 @@ export default function LandingPage() {
useInvertedBackground={false}
metrics={[
{
id: "m1",
icon: Star,
title: "Customer Rating",
value: "4.9 / 5",
},
id: "m1", icon: Star,
title: "Customer Rating", value: "4.9 / 5"},
{
id: "m2",
icon: Users,
title: "Satisfied Reviews",
value: "500+",
},
id: "m2", icon: Users,
title: "Satisfied Reviews", value: "500+"},
{
id: "m3",
icon: MapPin,
title: "Service Areas",
value: "Sugar Land & Greater Houston",
},
id: "m3", icon: MapPin,
title: "Service Areas", value: "Sugar Land & Greater Houston"},
]}
title="Why Sugar Land Chooses Us"
description="Our commitment to quality has earned us the trust of homeowners across the area."
@@ -249,45 +175,20 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
id: "t1",
name: "John D.",
handle: "Homeowner",
testimonial: "No fuss, just good old-fashioned service you can trust.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-cute-female-posing-indoor_344912-969.jpg",
},
id: "t1", name: "John D.", handle: "Homeowner", testimonial: "No fuss, just good old-fashioned service you can trust.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-cute-female-posing-indoor_344912-969.jpg"},
{
id: "t2",
name: "Sarah W.",
handle: "Homeowner",
testimonial: "Reliable and trustworthy.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/review-evaluation-satisfaction-customer-service-feedback-sign-icon_53876-122935.jpg",
},
id: "t2", name: "Sarah W.", handle: "Homeowner", testimonial: "Reliable and trustworthy.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/review-evaluation-satisfaction-customer-service-feedback-sign-icon_53876-122935.jpg"},
{
id: "t3",
name: "Mike R.",
handle: "Property Manager",
testimonial: "Their technicians are proficient, well-informed, and always eager to share their work.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/review-increase-rating-ranking-evaluation-classification-concept-businessman-draw-five-yellow-star-increase-rating-his-company_1212-719.jpg",
},
id: "t3", name: "Mike R.", handle: "Property Manager", testimonial: "Their technicians are proficient, well-informed, and always eager to share their work.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/review-increase-rating-ranking-evaluation-classification-concept-businessman-draw-five-yellow-star-increase-rating-his-company_1212-719.jpg"},
{
id: "t4",
name: "Emily B.",
handle: "Homeowner",
testimonial: "Highly recommend.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/unpleased-showing-stop-gesture-young-builder-man-uniform-holding-gas-wrench-isolated-blue-background_141793-134626.jpg",
},
id: "t4", name: "Emily B.", handle: "Homeowner", testimonial: "Highly recommend.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/unpleased-showing-stop-gesture-young-builder-man-uniform-holding-gas-wrench-isolated-blue-background_141793-134626.jpg"},
{
id: "t5",
name: "David L.",
handle: "Business Owner",
testimonial: "Reliable and trustworthy.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/crazy-young-man-jumping-happy-expression_1194-4849.jpg",
},
id: "t5", name: "David L.", handle: "Business Owner", testimonial: "Reliable and trustworthy.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/crazy-young-man-jumping-happy-expression_1194-4849.jpg"},
]}
showRating={true}
title="What Our Neighbors Say"
@@ -301,20 +202,11 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
id: "faq1",
title: "Do you provide emergency services?",
content: "Yes, we offer emergency plumbing services to help with urgent situations in the Sugar Land area.",
},
id: "faq1", title: "Do you provide emergency services?", content: "Yes, we offer emergency plumbing services to help with urgent situations in the Sugar Land area."},
{
id: "faq2",
title: "Are you licensed and insured?",
content: "Absolutely. We are fully licensed, bonded, and insured for your protection and peace of mind.",
},
id: "faq2", title: "Are you licensed and insured?", content: "Absolutely. We are fully licensed, bonded, and insured for your protection and peace of mind."},
{
id: "faq3",
title: "How can I request service?",
content: "You can call us directly at (832) 581-4999 or fill out the contact form on our website.",
},
id: "faq3", title: "How can I request service?", content: "You can call us directly at (832) 581-4999 or fill out the contact form on our website."},
]}
title="Frequently Asked Questions"
description="Have questions? We have answers. If you don't see yours here, just call us."
@@ -326,8 +218,7 @@ export default function LandingPage() {
<ContactCenter
useInvertedBackground={false}
background={{
variant: "plain",
}}
variant: "plain"}}
title="Ready to get started?"
description="Contact Bob Plumbing Repair today for professional plumbing services in Sugar Land and surrounding areas."
tag="Get in touch"
@@ -339,29 +230,19 @@ export default function LandingPage() {
logoText="Bob Plumbing Repair"
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: "Contact",
items: [
title: "Contact", items: [
{
label: "1650 Hwy 6 Suite 425, Sugar Land, TX 77478",
href: "#",
},
label: "1650 Hwy 6 Suite 425, Sugar Land, TX 77478", href: "#"},
{
label: "(832) 581-4999",
href: "tel:8325814999",
},
label: "(832) 581-4999", href: "tel:8325814999"},
],
},
]}
@@ -371,4 +252,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}