Merge version_1 into main #3
257
src/app/page.tsx
257
src/app/page.tsx
@@ -30,30 +30,18 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Overview",
|
||||
id: "#hero",
|
||||
},
|
||||
name: "Overview", id: "#hero"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "#services",
|
||||
},
|
||||
name: "Services", id: "#services"},
|
||||
{
|
||||
name: "About",
|
||||
id: "#about",
|
||||
},
|
||||
name: "About", id: "#about"},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "#reviews",
|
||||
},
|
||||
name: "Reviews", id: "#reviews"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
button={{
|
||||
text: "Call (562) 210-1204",
|
||||
href: "tel:5622101204",
|
||||
}}
|
||||
text: "Call (562) 210-1204", href: "tel:5622101204"}}
|
||||
brandName="Major League Plumbing"
|
||||
/>
|
||||
</div>
|
||||
@@ -62,101 +50,56 @@ export default function LandingPage() {
|
||||
<HeroBillboardTestimonial
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Major League Plumbing - Expert Solutions 24/7"
|
||||
description="Offering reliable, professional plumbing services for over 6 years. Emergency repairs, installations, and free estimates for Inglewood residents."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Sarah J.",
|
||||
handle: "@sarahj",
|
||||
testimonial: "Amazing and very thorough repair for our water heater. Professional and quick.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-female-colleagues-embracing-with-eyes-closed-while-having-coffee-break-cafe_637285-8148.jpg?_wi=1",
|
||||
},
|
||||
name: "Sarah J.", handle: "@sarahj", testimonial: "Amazing and very thorough repair for our water heater. Professional and quick.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-female-colleagues-embracing-with-eyes-closed-while-having-coffee-break-cafe_637285-8148.jpg?_wi=1"},
|
||||
{
|
||||
name: "Michael C.",
|
||||
handle: "@mikec",
|
||||
testimonial: "Mario was very knowledgeable about his job. Extremely professional.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crazy-dealer-happy-expression_1194-3988.jpg?_wi=1",
|
||||
},
|
||||
name: "Michael C.", handle: "@mikec", testimonial: "Mario was very knowledgeable about his job. Extremely professional.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crazy-dealer-happy-expression_1194-3988.jpg?_wi=1"},
|
||||
{
|
||||
name: "David L.",
|
||||
handle: "@dl82",
|
||||
testimonial: "Very communicative and quick from the start. Would definitely recommend.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-smile-woman-sitting-home-looking-camera_197531-32301.jpg?_wi=1",
|
||||
},
|
||||
name: "David L.", handle: "@dl82", testimonial: "Very communicative and quick from the start. Would definitely recommend.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-smile-woman-sitting-home-looking-camera_197531-32301.jpg?_wi=1"},
|
||||
{
|
||||
name: "Jessica M.",
|
||||
handle: "@jessm",
|
||||
testimonial: "Emergency repair handled perfectly, saved our floors!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-carefree-brunette-woman-sitting-couch-living-room-online-shopping_1258-201984.jpg?_wi=1",
|
||||
},
|
||||
name: "Jessica M.", handle: "@jessm", testimonial: "Emergency repair handled perfectly, saved our floors!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-carefree-brunette-woman-sitting-couch-living-room-online-shopping_1258-201984.jpg?_wi=1"},
|
||||
{
|
||||
name: "Robert B.",
|
||||
handle: "@rob_b",
|
||||
testimonial: "Fastest plumber I've ever dealt with. Reliable.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-african-guy-smiling-white-wall-confident-student-young-businessman_176420-12535.jpg?_wi=1",
|
||||
},
|
||||
name: "Robert B.", handle: "@rob_b", testimonial: "Fastest plumber I've ever dealt with. Reliable.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-african-guy-smiling-white-wall-confident-student-young-businessman_176420-12535.jpg?_wi=1"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Get Free Estimate",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Get Free Estimate", href: "#contact"},
|
||||
{
|
||||
text: "Call Now",
|
||||
href: "tel:5622101204",
|
||||
},
|
||||
text: "Call Now", href: "tel:5622101204"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/manufacturer-teaching-new-employee-how-shape-wooden-bowl-disc-sander_482257-99053.jpg?_wi=1"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/happy-female-colleagues-embracing-with-eyes-closed-while-having-coffee-break-cafe_637285-8148.jpg",
|
||||
alt: "Customer 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/happy-female-colleagues-embracing-with-eyes-closed-while-having-coffee-break-cafe_637285-8148.jpg", alt: "Customer 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/crazy-dealer-happy-expression_1194-3988.jpg",
|
||||
alt: "Customer 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/crazy-dealer-happy-expression_1194-3988.jpg", alt: "Customer 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-view-smile-woman-sitting-home-looking-camera_197531-32301.jpg",
|
||||
alt: "Customer 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-view-smile-woman-sitting-home-looking-camera_197531-32301.jpg", alt: "Customer 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-smiling-carefree-brunette-woman-sitting-couch-living-room-online-shopping_1258-201984.jpg",
|
||||
alt: "Customer 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-smiling-carefree-brunette-woman-sitting-couch-living-room-online-shopping_1258-201984.jpg", alt: "Customer 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-handsome-african-guy-smiling-white-wall-confident-student-young-businessman_176420-12535.jpg",
|
||||
alt: "Customer 5",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-handsome-african-guy-smiling-white-wall-confident-student-young-businessman_176420-12535.jpg", alt: "Customer 5"},
|
||||
]}
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "24/7 Emergency Support",
|
||||
},
|
||||
type: "text", text: "24/7 Emergency Support"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Licensed & Insured",
|
||||
},
|
||||
type: "text", text: "Licensed & Insured"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Family Owned",
|
||||
},
|
||||
type: "text", text: "Family Owned"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Free Estimates",
|
||||
},
|
||||
type: "text", text: "Free Estimates"},
|
||||
{
|
||||
type: "text",
|
||||
text: "100% Satisfaction Guaranteed",
|
||||
},
|
||||
type: "text", text: "100% Satisfaction Guaranteed"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -168,49 +111,25 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Water Heater Services",
|
||||
description: "Installation and repair for all major tankless and standard water heater models.",
|
||||
icon: Zap,
|
||||
title: "Water Heater Services", description: "Installation and repair for all major tankless and standard water heater models.", icon: Zap,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/technician-checking-heating-system-boiler-room_169016-53608.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/technician-checking-heating-system-boiler-room_169016-53608.jpg?_wi=2",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/manufacturer-teaching-new-employee-how-shape-wooden-bowl-disc-sander_482257-99053.jpg?_wi=2",
|
||||
imageAlt: "professional plumber smiling friendly",
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/technician-checking-heating-system-boiler-room_169016-53608.jpg?_wi=1" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/technician-checking-heating-system-boiler-room_169016-53608.jpg?_wi=2" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Drain & Sewer Cleaning",
|
||||
description: "Quick, professional solutions for clogged drains and sewer system repairs.",
|
||||
icon: Droplets,
|
||||
title: "Drain & Sewer Cleaning", description: "Quick, professional solutions for clogged drains and sewer system repairs.", icon: Droplets,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-installs-heating-system-house-checks-pipes-with-wrench_169016-55822.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-installs-heating-system-house-checks-pipes-with-wrench_169016-55822.jpg?_wi=2",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/technician-checking-heating-system-boiler-room_169016-53608.jpg?_wi=3",
|
||||
imageAlt: "water heater installation plumbing",
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/man-installs-heating-system-house-checks-pipes-with-wrench_169016-55822.jpg?_wi=1" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/man-installs-heating-system-house-checks-pipes-with-wrench_169016-55822.jpg?_wi=2" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Pipe & Leak Repair",
|
||||
description: "Expert finding and repair services for outdoor systems, indoor pipes, and more.",
|
||||
icon: ShieldCheck,
|
||||
title: "Pipe & Leak Repair", description: "Expert finding and repair services for outdoor systems, indoor pipes, and more.", icon: ShieldCheck,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-fixing-kitchen-sink_53876-13430.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-fixing-kitchen-sink_53876-13430.jpg?_wi=2",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-installs-heating-system-house-checks-pipes-with-wrench_169016-55822.jpg?_wi=3",
|
||||
imageAlt: "unclog drain cleaning tools",
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/man-fixing-kitchen-sink_53876-13430.jpg?_wi=1" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/man-fixing-kitchen-sink_53876-13430.jpg?_wi=2" }
|
||||
]
|
||||
},
|
||||
]}
|
||||
title="Comprehensive Plumbing Services"
|
||||
@@ -225,21 +144,15 @@ export default function LandingPage() {
|
||||
description="Locally-owned and operated with over 6 years of business experience, serving Inglewood and surrounding areas with verified license and background checks."
|
||||
metrics={[
|
||||
{
|
||||
value: "6+",
|
||||
title: "Years Business",
|
||||
},
|
||||
value: "6+", title: "Years Business"},
|
||||
{
|
||||
value: "4.9",
|
||||
title: "Review Rating",
|
||||
},
|
||||
value: "4.9", title: "Review Rating"},
|
||||
{
|
||||
value: "281+",
|
||||
title: "Happy Reviews",
|
||||
},
|
||||
value: "281+", title: "Happy Reviews"},
|
||||
]}
|
||||
mediaAnimation="blur-reveal"
|
||||
metricsAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/manufacturer-teaching-new-employee-how-shape-wooden-bowl-disc-sander_482257-99053.jpg?_wi=3"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/manufacturer-teaching-new-employee-how-shape-wooden-bowl-disc-sander_482257-99053.jpg?_wi=2"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -250,40 +163,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Johnson",
|
||||
handle: "@sarah",
|
||||
testimonial: "Amazing and very thorough repair/service.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-female-colleagues-embracing-with-eyes-closed-while-having-coffee-break-cafe_637285-8148.jpg?_wi=2",
|
||||
},
|
||||
id: "1", name: "Sarah Johnson", handle: "@sarah", testimonial: "Amazing and very thorough repair/service.", imageSrc: "http://img.b2bpic.net/free-photo/happy-female-colleagues-embracing-with-eyes-closed-while-having-coffee-break-cafe_637285-8148.jpg?_wi=2"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Michael Chen",
|
||||
handle: "@mike",
|
||||
testimonial: "Mario was very professional and very knowledgeable about his job.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crazy-dealer-happy-expression_1194-3988.jpg?_wi=2",
|
||||
},
|
||||
id: "2", name: "Michael Chen", handle: "@mike", testimonial: "Mario was very professional and very knowledgeable about his job.", imageSrc: "http://img.b2bpic.net/free-photo/crazy-dealer-happy-expression_1194-3988.jpg?_wi=2"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emily Rodriguez",
|
||||
handle: "@emily",
|
||||
testimonial: "Very communicative and quick from the start.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-smile-woman-sitting-home-looking-camera_197531-32301.jpg?_wi=2",
|
||||
},
|
||||
id: "3", name: "Emily Rodriguez", handle: "@emily", testimonial: "Very communicative and quick from the start.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-smile-woman-sitting-home-looking-camera_197531-32301.jpg?_wi=2"},
|
||||
{
|
||||
id: "4",
|
||||
name: "David Kim",
|
||||
handle: "@david",
|
||||
testimonial: "Highly recommended and professional service every time.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-carefree-brunette-woman-sitting-couch-living-room-online-shopping_1258-201984.jpg?_wi=2",
|
||||
},
|
||||
id: "4", name: "David Kim", handle: "@david", testimonial: "Highly recommended and professional service every time.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-carefree-brunette-woman-sitting-couch-living-room-online-shopping_1258-201984.jpg?_wi=2"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Jane Smith",
|
||||
handle: "@jane",
|
||||
testimonial: "Great work on our water heater, very impressed!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-african-guy-smiling-white-wall-confident-student-young-businessman_176420-12535.jpg?_wi=2",
|
||||
},
|
||||
id: "5", name: "Jane Smith", handle: "@jane", testimonial: "Great work on our water heater, very impressed!", imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-african-guy-smiling-white-wall-confident-student-young-businessman_176420-12535.jpg?_wi=2"},
|
||||
]}
|
||||
title="What Our Customers Say"
|
||||
description="We are proud of our 4.9-star rating across over 280 verified customer reviews."
|
||||
@@ -297,28 +185,17 @@ export default function LandingPage() {
|
||||
description="Available 24/7 for emergency plumbing. Contact us now for reliable, guaranteed repairs."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Your Name",
|
||||
required: true,
|
||||
name: "name", type: "text", placeholder: "Your Name", required: true,
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Email Address",
|
||||
required: true,
|
||||
name: "email", type: "email", placeholder: "Email Address", required: true,
|
||||
},
|
||||
{
|
||||
name: "phone",
|
||||
type: "tel",
|
||||
placeholder: "Phone Number",
|
||||
required: true,
|
||||
name: "phone", type: "tel", placeholder: "Phone Number", required: true,
|
||||
},
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "Describe your plumbing issue...",
|
||||
required: true,
|
||||
name: "message", placeholder: "Describe your plumbing issue...", required: true,
|
||||
}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/arched-faucet-modern-sink-blue-fronts_169016-69255.jpg"
|
||||
/>
|
||||
@@ -329,33 +206,21 @@ export default function LandingPage() {
|
||||
logoText="Major League Plumbing"
|
||||
columns={[
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{
|
||||
label: "Leak Repair",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Leak Repair", href: "#services"},
|
||||
{
|
||||
label: "Water Heaters",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Water Heaters", href: "#services"},
|
||||
{
|
||||
label: "Drain Cleaning",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Drain Cleaning", href: "#services"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{
|
||||
label: "(562) 210-1204",
|
||||
href: "tel:5622101204",
|
||||
},
|
||||
label: "(562) 210-1204", href: "tel:5622101204"},
|
||||
{
|
||||
label: "Free Estimate",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Free Estimate", href: "#contact"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user