Merge version_1 into main #2
162
src/app/page.tsx
162
src/app/page.tsx
@@ -30,21 +30,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "services",
|
||||
},
|
||||
name: "Services", id: "services"},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "testimonials",
|
||||
},
|
||||
name: "Reviews", id: "testimonials"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Judd Plumbing"
|
||||
/>
|
||||
@@ -53,64 +45,41 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroCentered
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
title="Reliable Plumbing Services in Killeen"
|
||||
description="Fast, professional, and affordable plumbing repairs. We solve your plumbing headaches quickly so you can get back to your day."
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-tender-young-smiling-woman-feeling-cozy-home-sitting-kitchen-chair-with-smartphone_1258-187159.jpg",
|
||||
alt: "Customer",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-tender-young-smiling-woman-feeling-cozy-home-sitting-kitchen-chair-with-smartphone_1258-187159.jpg", alt: "Customer"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/picture-beautiful-smiling-woman_181624-15460.jpg",
|
||||
alt: "Customer",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/picture-beautiful-smiling-woman_181624-15460.jpg", alt: "Customer"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/laughing-ladies-looking-smartphone-bench_23-2147950216.jpg",
|
||||
alt: "Customer",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/laughing-ladies-looking-smartphone-bench_23-2147950216.jpg", alt: "Customer"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/man-showing-new-home-his-surprised-happy-girlfriend_74855-10259.jpg",
|
||||
alt: "Customer",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/man-showing-new-home-his-surprised-happy-girlfriend_74855-10259.jpg", alt: "Customer"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/senior-woman-smiling-restaurant_23-2149316809.jpg",
|
||||
alt: "Customer",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/senior-woman-smiling-restaurant_23-2149316809.jpg", alt: "Customer"},
|
||||
]}
|
||||
avatarText="Trusted by over 40+ local homeowners"
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Now: (254) 290-0787",
|
||||
href: "tel:2542900787",
|
||||
},
|
||||
text: "Call Now: (254) 290-0787", href: "tel:2542900787"},
|
||||
]}
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Licensed & Insured",
|
||||
icon: ShieldCheck,
|
||||
type: "text-icon", text: "Licensed & Insured", icon: ShieldCheck,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "24/7 Emergency",
|
||||
icon: Clock,
|
||||
type: "text-icon", text: "24/7 Emergency", icon: Clock,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Local Experts",
|
||||
icon: MapPin,
|
||||
type: "text-icon", text: "Local Experts", icon: MapPin,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Transparent Pricing",
|
||||
icon: DollarSign,
|
||||
type: "text-icon", text: "Transparent Pricing", icon: DollarSign,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Satisfaction Guaranteed",
|
||||
icon: ThumbsUp,
|
||||
type: "text-icon", text: "Satisfaction Guaranteed", icon: ThumbsUp,
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -136,28 +105,21 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Emergency Repairs",
|
||||
description: "Fast response for critical plumbing issues.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-mechanic-working_23-2148480380.jpg?_wi=1",
|
||||
title: "Emergency Repairs", description: "Fast response for critical plumbing issues.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-mechanic-working_23-2148480380.jpg", imageAlt: "professional plumber at work"
|
||||
},
|
||||
items: [
|
||||
{
|
||||
icon: AlertCircle,
|
||||
text: "Freeze protection",
|
||||
},
|
||||
text: "Freeze protection"},
|
||||
{
|
||||
icon: Droplets,
|
||||
text: "Burst pipe repair",
|
||||
},
|
||||
text: "Burst pipe repair"},
|
||||
{
|
||||
icon: Clock,
|
||||
text: "Same-day service",
|
||||
},
|
||||
text: "Same-day service"},
|
||||
],
|
||||
reverse: false,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-mechanic-working_23-2148480380.jpg?_wi=2",
|
||||
imageAlt: "professional plumber at work",
|
||||
},
|
||||
]}
|
||||
title="Professional Plumbing Services"
|
||||
@@ -172,59 +134,28 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Beckie Leonvega",
|
||||
role: "Homeowner",
|
||||
company: "Killeen",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-tender-young-smiling-woman-feeling-cozy-home-sitting-kitchen-chair-with-smartphone_1258-187159.jpg",
|
||||
},
|
||||
id: "1", name: "Beckie Leonvega", role: "Homeowner", company: "Killeen", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-tender-young-smiling-woman-feeling-cozy-home-sitting-kitchen-chair-with-smartphone_1258-187159.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Kiera Sheffler",
|
||||
role: "Local Guide",
|
||||
company: "Killeen",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/picture-beautiful-smiling-woman_181624-15460.jpg",
|
||||
},
|
||||
id: "2", name: "Kiera Sheffler", role: "Local Guide", company: "Killeen", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/picture-beautiful-smiling-woman_181624-15460.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Reuben Vazquez",
|
||||
role: "Local Guide",
|
||||
company: "Killeen",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/laughing-ladies-looking-smartphone-bench_23-2147950216.jpg",
|
||||
},
|
||||
id: "3", name: "Reuben Vazquez", role: "Local Guide", company: "Killeen", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/laughing-ladies-looking-smartphone-bench_23-2147950216.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Satisfied Client",
|
||||
role: "Resident",
|
||||
company: "Killeen",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-showing-new-home-his-surprised-happy-girlfriend_74855-10259.jpg",
|
||||
},
|
||||
id: "4", name: "Satisfied Client", role: "Resident", company: "Killeen", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-showing-new-home-his-surprised-happy-girlfriend_74855-10259.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Happy Neighbor",
|
||||
role: "Resident",
|
||||
company: "Killeen",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/senior-woman-smiling-restaurant_23-2149316809.jpg",
|
||||
},
|
||||
id: "5", name: "Happy Neighbor", role: "Resident", company: "Killeen", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/senior-woman-smiling-restaurant_23-2149316809.jpg"},
|
||||
]}
|
||||
kpiItems={[
|
||||
{
|
||||
value: "4.6",
|
||||
label: "Google Rating",
|
||||
},
|
||||
value: "4.6", label: "Google Rating"},
|
||||
{
|
||||
value: "44+",
|
||||
label: "Reviews",
|
||||
},
|
||||
value: "44+", label: "Reviews"},
|
||||
{
|
||||
value: "100%",
|
||||
label: "Dedicated",
|
||||
},
|
||||
value: "100%", label: "Dedicated"},
|
||||
]}
|
||||
title="What Our Neighbors Say"
|
||||
description="Don't take our word for it. See why Killeen residents trust Judd Plumbing."
|
||||
@@ -235,8 +166,7 @@ export default function LandingPage() {
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Contact Us"
|
||||
title="Need a Plumber Now?"
|
||||
description="Call us directly or send a message. We are ready to help with your plumbing needs."
|
||||
@@ -251,29 +181,19 @@ export default function LandingPage() {
|
||||
logoText="Judd Plumbing"
|
||||
columns={[
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{
|
||||
label: "Emergency Repair",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Emergency Repair", href: "#services"},
|
||||
{
|
||||
label: "General Plumbing",
|
||||
href: "#services",
|
||||
},
|
||||
label: "General Plumbing", href: "#services"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{
|
||||
label: "(254) 290-0787",
|
||||
href: "tel:2542900787",
|
||||
},
|
||||
label: "(254) 290-0787", href: "tel:2542900787"},
|
||||
{
|
||||
label: "Killeen, TX",
|
||||
href: "#",
|
||||
},
|
||||
label: "Killeen, TX", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user