Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 485e802621 | |||
| d824ba53fc |
248
src/app/page.tsx
248
src/app/page.tsx
@@ -32,21 +32,13 @@ export default function LandingPage() {
|
|||||||
<NavbarStyleCentered
|
<NavbarStyleCentered
|
||||||
navItems={[
|
navItems={[
|
||||||
{
|
{
|
||||||
name: "Services",
|
name: "Services", id: "services"},
|
||||||
id: "services",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "About",
|
name: "About", id: "why"},
|
||||||
id: "why",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Process",
|
name: "Process", id: "process"},
|
||||||
id: "process",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Reviews",
|
name: "Reviews", id: "reviews"},
|
||||||
id: "reviews",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
brandName="Next Plumbing & Heating"
|
brandName="Next Plumbing & Heating"
|
||||||
/>
|
/>
|
||||||
@@ -58,75 +50,38 @@ export default function LandingPage() {
|
|||||||
description="From leaky faucets to full system upgrades, Next Plumbing & Heating delivers precision workmanship, transparent pricing, and same-day service."
|
description="From leaky faucets to full system upgrades, Next Plumbing & Heating delivers precision workmanship, transparent pricing, and same-day service."
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
name: "Peter Rhett",
|
name: "Peter Rhett", handle: "@Google", testimonial: "Excellent service and very transparent pricing. Highly recommended.", rating: 5,
|
||||||
handle: "@Google",
|
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-man-working-as-plumber_23-2150746301.jpg?_wi=1", imageAlt: "professional plumbing repair service team"},
|
||||||
testimonial: "Excellent service and very transparent pricing. Highly recommended.",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-man-working-as-plumber_23-2150746301.jpg?_wi=1",
|
|
||||||
imageAlt: "professional plumbing repair service team",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Kathy Brent",
|
name: "Kathy Brent", handle: "@Google", testimonial: "Very professional and arrived right on time. Great job.", rating: 5,
|
||||||
handle: "@Google",
|
imageSrc: "http://img.b2bpic.net/free-photo/profile-man-touching-socket-wall-with-screwdriver_259150-58245.jpg?_wi=1", imageAlt: "professional plumbing repair service team"},
|
||||||
testimonial: "Very professional and arrived right on time. Great job.",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/profile-man-touching-socket-wall-with-screwdriver_259150-58245.jpg?_wi=1",
|
|
||||||
imageAlt: "professional plumbing repair service team",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Tom Carlson",
|
name: "Tom Carlson", handle: "@Google", testimonial: "Saved the day during our January cold snap. Absolute professionals.", rating: 5,
|
||||||
handle: "@Google",
|
imageSrc: "http://img.b2bpic.net/free-photo/white-kitchen-sink-faucet-close-up_58702-1744.jpg?_wi=1", imageAlt: "professional plumbing repair service team"},
|
||||||
testimonial: "Saved the day during our January cold snap. Absolute professionals.",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/white-kitchen-sink-faucet-close-up_58702-1744.jpg?_wi=1",
|
|
||||||
imageAlt: "professional plumbing repair service team",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Sara Delgado",
|
name: "Sara Delgado", handle: "@Google", testimonial: "Clean, quick, and very friendly service. Fixed my leak fast.", rating: 5,
|
||||||
handle: "@Google",
|
imageSrc: "http://img.b2bpic.net/free-photo/technician-looking-refrigerant-leaks_482257-85108.jpg?_wi=1", imageAlt: "professional plumbing repair service team"},
|
||||||
testimonial: "Clean, quick, and very friendly service. Fixed my leak fast.",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/technician-looking-refrigerant-leaks_482257-85108.jpg?_wi=1",
|
|
||||||
imageAlt: "professional plumbing repair service team",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Jamie Mitchell",
|
name: "Jamie Mitchell", handle: "@Google", testimonial: "Best plumbing experience I've had in St. Louis Park.", rating: 5,
|
||||||
handle: "@Google",
|
imageSrc: "http://img.b2bpic.net/free-photo/electrical-technician-looking-focused-while-working-switchboard-with-fuses_169016-23486.jpg?_wi=1", imageAlt: "professional plumbing repair service team"},
|
||||||
testimonial: "Best plumbing experience I've had in St. Louis Park.",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/electrical-technician-looking-focused-while-working-switchboard-with-fuses_169016-23486.jpg?_wi=1",
|
|
||||||
imageAlt: "professional plumbing repair service team",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Call Now",
|
text: "Call Now", href: "tel:+19525222178"},
|
||||||
href: "tel:+19525222178",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/low-angle-man-working-as-plumber_23-2150746301.jpg?_wi=2"
|
imageSrc="http://img.b2bpic.net/free-photo/low-angle-man-working-as-plumber_23-2150746301.jpg?_wi=2"
|
||||||
imageAlt="Plumbing service truck"
|
imageAlt="Plumbing service truck"
|
||||||
avatars={[
|
avatars={[
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/woman-living-room-smiles-holding-mug_23-2148385593.jpg",
|
src: "http://img.b2bpic.net/free-photo/woman-living-room-smiles-holding-mug_23-2148385593.jpg", alt: "Happy customer testimonial"},
|
||||||
alt: "Happy customer testimonial",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/lovely-brunette-browsing-tablet-smiling_23-2147770029.jpg",
|
src: "http://img.b2bpic.net/free-photo/lovely-brunette-browsing-tablet-smiling_23-2147770029.jpg", alt: "Happy customer testimonial"},
|
||||||
alt: "Happy customer testimonial",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/pretty-blonde-woman-standing-with-box-new-house-apartment_74855-10349.jpg",
|
src: "http://img.b2bpic.net/free-photo/pretty-blonde-woman-standing-with-box-new-house-apartment_74855-10349.jpg", alt: "Happy customer testimonial"},
|
||||||
alt: "Happy customer testimonial",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/people-recording-their-house-tour_23-2151139106.jpg",
|
src: "http://img.b2bpic.net/free-photo/people-recording-their-house-tour_23-2151139106.jpg", alt: "Happy customer testimonial"},
|
||||||
alt: "Happy customer testimonial",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/woman-wearing-pajamas-while-sitting-bed_273609-13215.jpg",
|
src: "http://img.b2bpic.net/free-photo/woman-wearing-pajamas-while-sitting-bed_273609-13215.jpg", alt: "Happy customer testimonial"},
|
||||||
alt: "Happy customer testimonial",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
avatarText="Trusted by 25+ local homeowners"
|
avatarText="Trusted by 25+ local homeowners"
|
||||||
/>
|
/>
|
||||||
@@ -137,12 +92,7 @@ export default function LandingPage() {
|
|||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
names={[
|
names={[
|
||||||
"Licensed & Insured",
|
"Licensed & Insured", "Same-Day Availability", "No Hidden Fees", "Workmanship Guaranteed", "Professional Crew"]}
|
||||||
"Same-Day Availability",
|
|
||||||
"No Hidden Fees",
|
|
||||||
"Workmanship Guaranteed",
|
|
||||||
"Professional Crew",
|
|
||||||
]}
|
|
||||||
title="Our Standards"
|
title="Our Standards"
|
||||||
description="Why choose Next Plumbing & Heating for your next project."
|
description="Why choose Next Plumbing & Heating for your next project."
|
||||||
/>
|
/>
|
||||||
@@ -154,35 +104,17 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
title: "Drain Cleaning",
|
title: "Drain Cleaning", description: "High-pressure hydro-jetting to clear stubborn clogs.", imageSrc: "http://img.b2bpic.net/free-photo/profile-man-touching-socket-wall-with-screwdriver_259150-58245.jpg?_wi=2"},
|
||||||
description: "High-pressure hydro-jetting to clear stubborn clogs.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/profile-man-touching-socket-wall-with-screwdriver_259150-58245.jpg?_wi=2",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
title: "Kitchen Plumbing",
|
title: "Kitchen Plumbing", description: "Expert installations for sinks, faucets, and disposals.", imageSrc: "http://img.b2bpic.net/free-photo/white-kitchen-sink-faucet-close-up_58702-1744.jpg?_wi=2"},
|
||||||
description: "Expert installations for sinks, faucets, and disposals.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/white-kitchen-sink-faucet-close-up_58702-1744.jpg?_wi=2",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
title: "Heating Systems",
|
title: "Heating Systems", description: "Boiler and furnace repairs to keep you warm.", imageSrc: "http://img.b2bpic.net/free-photo/technician-looking-refrigerant-leaks_482257-85108.jpg?_wi=2"},
|
||||||
description: "Boiler and furnace repairs to keep you warm.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/technician-looking-refrigerant-leaks_482257-85108.jpg?_wi=2",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
title: "Water Heaters",
|
title: "Water Heaters", description: "Tank and tankless water heater maintenance.", imageSrc: "http://img.b2bpic.net/free-photo/electrical-technician-looking-focused-while-working-switchboard-with-fuses_169016-23486.jpg?_wi=2"},
|
||||||
description: "Tank and tankless water heater maintenance.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/electrical-technician-looking-focused-while-working-switchboard-with-fuses_169016-23486.jpg?_wi=2",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
title: "Leak Detection",
|
title: "Leak Detection", description: "Protect your home with advanced leak detection.", imageSrc: "http://img.b2bpic.net/free-photo/sanitary-equipment_93675-131936.jpg"},
|
||||||
description: "Protect your home with advanced leak detection.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/sanitary-equipment_93675-131936.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
title: "Pipe Repair",
|
title: "Pipe Repair", description: "Old pipe replacement and full repiping services.", imageSrc: "http://img.b2bpic.net/free-photo/prosthetist-man-making-prosthetic-leg-while-working-laboratory_627829-7187.jpg"},
|
||||||
description: "Old pipe replacement and full repiping services.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/prosthetist-man-making-prosthetic-leg-while-working-laboratory_627829-7187.jpg",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Complete Plumbing & Heating Services"
|
title="Complete Plumbing & Heating Services"
|
||||||
description="Professional solutions for your home maintenance and repair needs."
|
description="Professional solutions for your home maintenance and repair needs."
|
||||||
@@ -209,28 +141,16 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
metrics={[
|
metrics={[
|
||||||
{
|
{
|
||||||
id: "1",
|
id: "1", title: "Initial Contact", value: "Easy Call", icon: PhoneCall,
|
||||||
title: "Initial Contact",
|
|
||||||
value: "Easy Call",
|
|
||||||
icon: PhoneCall,
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "2",
|
id: "2", title: "Free Assessment", value: "On Time", icon: CalendarClock,
|
||||||
title: "Free Assessment",
|
|
||||||
value: "On Time",
|
|
||||||
icon: CalendarClock,
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "3",
|
id: "3", title: "Expert Repair", value: "Precision", icon: Wrench,
|
||||||
title: "Expert Repair",
|
|
||||||
value: "Precision",
|
|
||||||
icon: Wrench,
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "4",
|
id: "4", title: "Peace of Mind", value: "Guaranteed", icon: CheckCircle,
|
||||||
title: "Peace of Mind",
|
|
||||||
value: "Guaranteed",
|
|
||||||
icon: CheckCircle,
|
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
title="Simple, Fast, Stress-Free Process"
|
title="Simple, Fast, Stress-Free Process"
|
||||||
@@ -245,57 +165,27 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
id: "1",
|
id: "1", name: "Peter Rhett", handle: "Google", testimonial: "Excellent service and very transparent pricing. Highly recommended.", rating: 5,
|
||||||
name: "Peter Rhett",
|
imageSrc: "http://img.b2bpic.net/free-photo/expressive-senior-female-posing-indoor_344912-358.jpg"},
|
||||||
handle: "Google",
|
|
||||||
testimonial: "Excellent service and very transparent pricing. Highly recommended.",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/expressive-senior-female-posing-indoor_344912-358.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "2",
|
id: "2", name: "Kathy Brent", handle: "Google", testimonial: "Very professional and arrived right on time. Great job.", rating: 5,
|
||||||
name: "Kathy Brent",
|
imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-businesswoman_23-2149153830.jpg"},
|
||||||
handle: "Google",
|
|
||||||
testimonial: "Very professional and arrived right on time. Great job.",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-businesswoman_23-2149153830.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "3",
|
id: "3", name: "Khalil Reagan", handle: "Google", testimonial: "The installation was handled with utmost care. Professional.", rating: 5,
|
||||||
name: "Khalil Reagan",
|
imageSrc: "http://img.b2bpic.net/free-photo/man-with-headset-having-video-call_23-2148854858.jpg"},
|
||||||
handle: "Google",
|
|
||||||
testimonial: "The installation was handled with utmost care. Professional.",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/man-with-headset-having-video-call_23-2148854858.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "4",
|
id: "4", name: "Jamie Mitchell", handle: "Google", testimonial: "Fair pricing and no hidden fees. Called on Tuesday, serviced Wednesday.", rating: 5,
|
||||||
name: "Jamie Mitchell",
|
imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-with-client-fix-kitchen-problems_23-2150990692.jpg"},
|
||||||
handle: "Google",
|
|
||||||
testimonial: "Fair pricing and no hidden fees. Called on Tuesday, serviced Wednesday.",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-with-client-fix-kitchen-problems_23-2150990692.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "5",
|
id: "5", name: "Sara Delgado", handle: "Google", testimonial: "Polite crew, spotless cleanup, and everything fixed perfectly.", rating: 5,
|
||||||
name: "Sara Delgado",
|
imageSrc: "http://img.b2bpic.net/free-photo/two-happy-male-female-business-people-showing-thumbs-up-outdoors_1262-12567.jpg"},
|
||||||
handle: "Google",
|
|
||||||
testimonial: "Polite crew, spotless cleanup, and everything fixed perfectly.",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/two-happy-male-female-business-people-showing-thumbs-up-outdoors_1262-12567.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "6",
|
id: "6", name: "Tom Carlson", handle: "Google", testimonial: "Exceptional response time during an emergency heat failure.", rating: 5,
|
||||||
name: "Tom Carlson",
|
imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-with-client-fix-kitchen-problems_23-2150990691.jpg"},
|
||||||
handle: "Google",
|
|
||||||
testimonial: "Exceptional response time during an emergency heat failure.",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-with-client-fix-kitchen-problems_23-2150990691.jpg",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
showRating={true}
|
showRating={true}
|
||||||
title="What Our Clients Say"
|
title="What Our Clients Say"
|
||||||
description="Trusted by 25+ verified homeowners in the Twin Cities metro."
|
description="Trusted by local homeowners in the Twin Cities metro."
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -306,28 +196,17 @@ export default function LandingPage() {
|
|||||||
description="Whether it's an urgent repair or a planned upgrade, we are ready to help."
|
description="Whether it's an urgent repair or a planned upgrade, we are ready to help."
|
||||||
inputs={[
|
inputs={[
|
||||||
{
|
{
|
||||||
name: "name",
|
name: "name", type: "text", placeholder: "Your Name", required: true,
|
||||||
type: "text",
|
|
||||||
placeholder: "Your Name",
|
|
||||||
required: true,
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "email",
|
name: "email", type: "email", placeholder: "Your Email", required: true,
|
||||||
type: "email",
|
|
||||||
placeholder: "Your Email",
|
|
||||||
required: true,
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "phone",
|
name: "phone", type: "tel", placeholder: "Phone Number", required: true,
|
||||||
type: "tel",
|
|
||||||
placeholder: "Phone Number",
|
|
||||||
required: true,
|
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
textarea={{
|
textarea={{
|
||||||
name: "message",
|
name: "message", placeholder: "Describe your plumbing or heating needs...", rows: 4,
|
||||||
placeholder: "Describe your plumbing or heating needs...",
|
|
||||||
rows: 4,
|
|
||||||
}}
|
}}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-person-overalls-with-tools_23-2148428310.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/close-up-person-overalls-with-tools_23-2148428310.jpg"
|
||||||
/>
|
/>
|
||||||
@@ -337,38 +216,25 @@ export default function LandingPage() {
|
|||||||
<FooterSimple
|
<FooterSimple
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{
|
||||||
title: "Services",
|
title: "Services", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "Drain Cleaning",
|
label: "Drain Cleaning", href: "#services"},
|
||||||
href: "#services",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Heating Systems",
|
label: "Heating Systems", href: "#services"},
|
||||||
href: "#services",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Company",
|
title: "Company", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "About Us",
|
label: "About Us", href: "#why"},
|
||||||
href: "#why",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Reviews",
|
label: "Reviews", href: "#reviews"},
|
||||||
href: "#reviews",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Contact",
|
title: "Contact", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "(952) 522-2178",
|
label: "(952) 522-2178", href: "tel:+19525222178"},
|
||||||
href: "tel:+19525222178",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
@@ -379,4 +245,4 @@ export default function LandingPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user