Update src/app/page.tsx
This commit is contained in:
183
src/app/page.tsx
183
src/app/page.tsx
@@ -10,7 +10,7 @@ import HeroCentered from '@/components/sections/hero/HeroCentered';
|
||||
import MediaAbout from '@/components/sections/about/MediaAbout';
|
||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||
import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen';
|
||||
import { Clock, ShieldCheck } from "lucide-react";
|
||||
import { Clock, ShieldCheck, Map } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -31,91 +31,56 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Emergency Services",
|
||||
id: "features",
|
||||
},
|
||||
name: "Emergency Services", id: "features"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "testimonials"},
|
||||
{
|
||||
name: "FAQ",
|
||||
id: "faq",
|
||||
},
|
||||
name: "FAQ", id: "faq"},
|
||||
]}
|
||||
brandName="D&D Plumbing"
|
||||
button={{
|
||||
text: "Call Now",
|
||||
href: "tel:555-0123",
|
||||
}}
|
||||
text: "Call Now", href: "tel:555-0123"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroCentered
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Emergency Plumber That Actually Answers"
|
||||
description="George's 24/7 response team serves Dickinson and surrounding areas with fast, honest, family-safe plumbing solutions—no waiting, no games."
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/male-plumber-working-fix-problems-client-s-house_23-2150990734.jpg",
|
||||
alt: "George the Plumber",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/male-plumber-working-fix-problems-client-s-house_23-2150990734.jpg", alt: "George the Plumber"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/male-plumber-working-fix-problems-client-s-house_23-2150990734.jpg",
|
||||
alt: "Team Member 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/male-plumber-working-fix-problems-client-s-house_23-2150990734.jpg", alt: "Team Member 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/male-plumber-working-fix-problems-client-s-house_23-2150990734.jpg",
|
||||
alt: "Team Member 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/male-plumber-working-fix-problems-client-s-house_23-2150990734.jpg", alt: "Team Member 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/male-plumber-working-fix-problems-client-s-house_23-2150990734.jpg",
|
||||
alt: "Team Member 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/male-plumber-working-fix-problems-client-s-house_23-2150990734.jpg", alt: "Team Member 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/male-plumber-working-fix-problems-client-s-house_23-2150990734.jpg",
|
||||
alt: "Team Member 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/male-plumber-working-fix-problems-client-s-house_23-2150990734.jpg", alt: "Team Member 4"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Now for Emergency Service",
|
||||
href: "tel:555-0123",
|
||||
},
|
||||
text: "Call Now for Emergency Service", href: "tel:555-0123"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "24/7 Emergency Support",
|
||||
},
|
||||
type: "text", text: "24/7 Emergency Support"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Family-Safe Technicians",
|
||||
},
|
||||
type: "text", text: "Family-Safe Technicians"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Honest Flat-Rate Pricing",
|
||||
},
|
||||
type: "text", text: "Honest Flat-Rate Pricing"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Licensed & Insured",
|
||||
},
|
||||
type: "text", text: "Licensed & Insured"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Serving Dickinson & Galveston",
|
||||
},
|
||||
type: "text", text: "Serving Dickinson & Galveston"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -125,7 +90,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="Always There When You Need Us"
|
||||
description="At D&D Plumbing, we know that plumbing emergencies don't wait for business hours. Serving Dickinson, League City, Texas City, and Galveston, we pride ourselves on being the plumber who actually answers. Our family-safe team treats your home with respect and provides permanent, honest solutions."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/girl-man-bathroom_23-2147807814.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/girl-man-bathroom_23-2147807814.jpg"
|
||||
imageAlt="D&D Plumbing Team"
|
||||
/>
|
||||
</div>
|
||||
@@ -137,28 +102,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "24/7 Emergency Response",
|
||||
description: "Ready to help anytime, day or night, for any plumbing emergency.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Clock,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-fix-problems-client-s-house_23-2150990734.jpg?_wi=1",
|
||||
imageAlt: "professional emergency plumber uniform",
|
||||
title: "24/7 Emergency Response", description: "Ready to help anytime, day or night, for any plumbing emergency.", bentoComponent: "reveal-icon", icon: Clock,
|
||||
},
|
||||
{
|
||||
title: "Transparent Pricing",
|
||||
description: "No hidden fees or games—honest quotes before we start.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: ShieldCheck,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/girl-man-bathroom_23-2147807814.jpg?_wi=2",
|
||||
imageAlt: "professional plumbing business owner",
|
||||
title: "Transparent Pricing", description: "No hidden fees or games—honest quotes before we start.", bentoComponent: "reveal-icon", icon: ShieldCheck,
|
||||
},
|
||||
{
|
||||
title: "Service Coverage",
|
||||
description: "Proudly serving Dickinson, League City, Texas City, and Galveston.",
|
||||
bentoComponent: "map",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/expressive-young-man-posing-studio_176474-38482.jpg?_wi=1",
|
||||
imageAlt: "24 hour emergency plumbing repair",
|
||||
},
|
||||
title: "Service Coverage", description: "Proudly serving Dickinson, League City, Texas City, and Galveston.", bentoComponent: "map"},
|
||||
]}
|
||||
title="Why Choose D&D Plumbing?"
|
||||
description="Fast response, fair pricing, and expert craftsmanship in every job."
|
||||
@@ -171,50 +121,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Life Saver!",
|
||||
quote: "George came out at 2 AM for a burst pipe. He's the only one who actually answered and fixed it fast.",
|
||||
name: "Sarah Jenkins",
|
||||
role: "Homeowner",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/barista-smiling-smartphone-counter-coffee-shop_23-2148326694.jpg?_wi=1",
|
||||
imageAlt: "customer service support plumbing",
|
||||
},
|
||||
id: "1", title: "Life Saver!", quote: "George came out at 2 AM for a burst pipe. He's the only one who actually answered and fixed it fast.", name: "Sarah Jenkins", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/barista-smiling-smartphone-counter-coffee-shop_23-2148326694.jpg", imageAlt: "customer service support plumbing"},
|
||||
{
|
||||
id: "2",
|
||||
title: "Very Professional",
|
||||
quote: "Clean, honest, and fast. D&D Plumbing is our go-to plumber for life.",
|
||||
name: "Mark Ramirez",
|
||||
role: "Homeowner",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-fix-problems-client-s-house_23-2150990734.jpg?_wi=2",
|
||||
imageAlt: "professional emergency plumber uniform",
|
||||
},
|
||||
id: "2", title: "Very Professional", quote: "Clean, honest, and fast. D&D Plumbing is our go-to plumber for life.", name: "Mark Ramirez", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-fix-problems-client-s-house_23-2150990734.jpg", imageAlt: "professional emergency plumber uniform"},
|
||||
{
|
||||
id: "3",
|
||||
title: "Highly Recommend",
|
||||
quote: "Transparent pricing and great service. They really care about the community.",
|
||||
name: "Emily Chen",
|
||||
role: "Homeowner",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/girl-man-bathroom_23-2147807814.jpg?_wi=3",
|
||||
imageAlt: "professional plumbing business owner",
|
||||
},
|
||||
id: "3", title: "Highly Recommend", quote: "Transparent pricing and great service. They really care about the community.", name: "Emily Chen", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/girl-man-bathroom_23-2147807814.jpg", imageAlt: "professional plumbing business owner"},
|
||||
{
|
||||
id: "4",
|
||||
title: "Trustworthy",
|
||||
quote: "I never worry about plumbing issues anymore. They're reliable and family-safe.",
|
||||
name: "Tom Baker",
|
||||
role: "Homeowner",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/expressive-young-man-posing-studio_176474-38482.jpg?_wi=2",
|
||||
imageAlt: "24 hour emergency plumbing repair",
|
||||
},
|
||||
id: "4", title: "Trustworthy", quote: "I never worry about plumbing issues anymore. They're reliable and family-safe.", name: "Tom Baker", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/expressive-young-man-posing-studio_176474-38482.jpg", imageAlt: "24 hour emergency plumbing repair"},
|
||||
{
|
||||
id: "5",
|
||||
title: "Speedy Service",
|
||||
quote: "Called for a major drain clog, they were there in under an hour. Outstanding work.",
|
||||
name: "Lucy Davis",
|
||||
role: "Homeowner",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/barista-smiling-smartphone-counter-coffee-shop_23-2148326694.jpg?_wi=2",
|
||||
imageAlt: "customer service support plumbing",
|
||||
},
|
||||
id: "5", title: "Speedy Service", quote: "Called for a major drain clog, they were there in under an hour. Outstanding work.", name: "Lucy Davis", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/barista-smiling-smartphone-counter-coffee-shop_23-2148326694.jpg", imageAlt: "customer service support plumbing"},
|
||||
]}
|
||||
title="What Our Neighbors Say"
|
||||
description="Don't just take our word for it—see why Dickinson homeowners trust us."
|
||||
@@ -227,22 +142,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Do you offer weekend service?",
|
||||
content: "Yes, we are available 24/7, including all weekends and holidays.",
|
||||
},
|
||||
id: "1", title: "Do you offer weekend service?", content: "Yes, we are available 24/7, including all weekends and holidays."},
|
||||
{
|
||||
id: "2",
|
||||
title: "How fast can you arrive?",
|
||||
content: "For emergencies, we aim to arrive in Dickinson and surrounding areas as quickly as possible, usually within 60 minutes.",
|
||||
},
|
||||
id: "2", title: "How fast can you arrive?", content: "For emergencies, we aim to arrive in Dickinson and surrounding areas as quickly as possible, usually within 60 minutes."},
|
||||
{
|
||||
id: "3",
|
||||
title: "Is your team insured?",
|
||||
content: "Yes, our team is fully licensed and insured for your peace of mind.",
|
||||
},
|
||||
id: "3", title: "Is your team insured?", content: "Yes, our team is fully licensed and insured for your peace of mind."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/barista-smiling-smartphone-counter-coffee-shop_23-2148326694.jpg?_wi=3"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/barista-smiling-smartphone-counter-coffee-shop_23-2148326694.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
title="Common Questions"
|
||||
description="Answers to common plumbing concerns."
|
||||
@@ -254,8 +160,7 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
title="Need Emergency Help Now?"
|
||||
description="Call us immediately for fast, reliable emergency plumbing services."
|
||||
buttonText="Call Now"
|
||||
@@ -269,29 +174,19 @@ export default function LandingPage() {
|
||||
logoText="D&D Plumbing"
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About Us", href: "#about"},
|
||||
{
|
||||
label: "Services",
|
||||
href: "#features",
|
||||
},
|
||||
label: "Services", href: "#features"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "#faq",
|
||||
},
|
||||
label: "FAQ", href: "#faq"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user