7 Commits

Author SHA1 Message Date
bbbfc28a69 Merge version_4 into main
Merge version_4 into main
2026-05-08 06:13:22 +00:00
45276c5233 Update src/app/page.tsx 2026-05-08 06:13:19 +00:00
e774302801 Merge version_4 into main
Merge version_4 into main
2026-05-08 06:12:58 +00:00
33eae2d1e3 Update src/app/page.tsx 2026-05-08 06:12:55 +00:00
39486ad716 Merge version_3 into main
Merge version_3 into main
2026-05-08 06:11:58 +00:00
ec4b6e8b0e Update src/app/page.tsx 2026-05-08 06:11:52 +00:00
b21d215529 Merge version_2 into main
Merge version_2 into main
2026-05-08 06:10:42 +00:00

View File

@@ -30,14 +30,10 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarStyleApple
navItems={[
{
name: "Services", id: "#services"},
{
name: "Why Us", id: "#why-us"},
{
name: "Reviews", id: "#reviews"},
{
name: "Contact", id: "#contact"},
{ name: "Services", id: "#services"},
{ name: "Why Us", id: "#why-us"},
{ name: "Reviews", id: "#reviews"},
{ name: "Contact", id: "#contact"},
]}
brandName="Sherlock Homes Plumbing"
/>
@@ -45,27 +41,17 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroBillboardCarousel
background={{
variant: "gradient-bars"}}
background={{ variant: "downward-rays-static" }}
title="Sherlock Homes: Plumbing Solved Fast."
description="On-site in under 30 minutes for emergencies. Local family-owned, honest pricing, LGBTQ+ friendly, and master plumbing you can trust."
buttons={[
{
text: "Call Now 24/7", href: "tel:+19139542185"},
{
text: "Get a Free Quote", href: "#contact"},
{ text: "Call Now 24/7", href: "tel:+19139542185" },
{ text: "Get a Free Quote", href: "#contact" },
]}
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/mechanical-tools-with-copy-space_23-2148557959.jpg?_wi=1", imageAlt: "plumbing tools on wooden background"},
{
imageSrc: "http://img.b2bpic.net/free-photo/flexible-connector-different-wrenches_23-2147772264.jpg", imageAlt: "plumbing tools on wooden background"},
{
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-pipe-wrench-screwing-nut_181624-49738.jpg", imageAlt: "plumbing tools on wooden background"},
{
imageSrc: "http://img.b2bpic.net/free-photo/top-view-international-worker-s-day-with-engineer-tools_23-2150269664.jpg", imageAlt: "plumbing tools on wooden background"},
{
imageSrc: "http://img.b2bpic.net/free-photo/portrait-craftsman_23-2148137745.jpg", imageAlt: "plumbing tools on wooden background"},
{ imageSrc: "http://img.b2bpic.net/free-photo/mechanical-tools-with-copy-space_23-2148557959.jpg?_wi=1", imageAlt: "plumbing tools" },
{ imageSrc: "http://img.b2bpic.net/free-photo/flexible-connector-different-wrenches_23-2147772264.jpg", imageAlt: "plumbing tools" },
{ imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-pipe-wrench-screwing-nut_181624-49738.jpg", imageAlt: "plumbing tools" },
]}
/>
</div>
@@ -75,9 +61,10 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
names={[
"Google Rated 5 Stars", "Local Neighborhood Favorite", "Certified Master Plumbers", "Family Owned & Operated"]}
"Google Rated 5 Stars", "Local Neighborhood Favorite", "Certified Master Plumbers", "Family Owned & Operated", "Emergency Specialists", "Fully Licensed & Insured", "LGBTQ+ Friendly", "Upfront Fair Pricing"
]}
title="Trusted by our community"
description="Don't just take our word for it—see what your neighbors say."
description="We pride ourselves on serving our neighbors with integrity and expertise."
/>
</div>
@@ -87,18 +74,10 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
features={[
{
id: "f1", title: "On-Site in 30 Min", tags: [
"Emergency", "Speed"],
imageSrc: "http://img.b2bpic.net/free-photo/top-view-different-types-tools_23-2148428249.jpg", imageAlt: "plumbing tools on wooden background"},
{
id: "f2", title: "Upfront Honest Pricing", tags: [
"Fair", "No Surprises"],
imageSrc: "http://img.b2bpic.net/free-photo/mechanical-tools-with-copy-space_23-2148557959.jpg?_wi=2", imageAlt: "plumbing tools on wooden background"},
{
id: "f3", title: "No Upselling", tags: [
"Trust", "Family-Owned"],
imageSrc: "http://img.b2bpic.net/free-vector/professional-plumber-service-online-horizontal-isometric-banner-with-two-repairmen-fixing-bathroom-sink-vector-illustration_1284-30481.jpg?_wi=1", imageAlt: "plumbing tools on wooden background"},
{ id: "f1", title: "On-Site in 30 Min", tags: ["Emergency", "Speed"], imageSrc: "http://img.b2bpic.net/free-photo/top-view-different-types-tools_23-2148428249.jpg" },
{ id: "f2", title: "Upfront Honest Pricing", tags: ["Fair", "No Surprises"], imageSrc: "http://img.b2bpic.net/free-photo/mechanical-tools-with-copy-space_23-2148557959.jpg?_wi=2" },
{ id: "f3", title: "No Upselling", tags: ["Trust", "Family-Owned"], imageSrc: "http://img.b2bpic.net/free-vector/professional-plumber-service-online-horizontal-isometric-banner-with-two-repairmen-fixing-bathroom-sink-vector-illustration_1284-30481.jpg?_wi=1" },
{ id: "f4", title: "24/7 Support", tags: ["Always On", "Anytime"], imageSrc: "http://img.b2bpic.net/free-vector/plumber-repairs-water-pipes-boiler-sink_107791-13819.jpg?_wi=1" },
]}
title="The Sherlock Promise"
description="We understand the stress of plumbing emergencies. Here is how we make it right."
@@ -112,21 +91,12 @@ export default function LandingPage() {
gridVariant="four-items-2x2-equal-grid"
useInvertedBackground={false}
products={[
{
id: "s1", brand: "Sherlock", name: "Water Heater Installation", price: "Get Quote", rating: 5,
reviewCount: "100+", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=sbj459"},
{
id: "s2", brand: "Sherlock", name: "Leak Detection", price: "Get Quote", rating: 5,
reviewCount: "80+", imageSrc: "http://img.b2bpic.net/free-vector/professional-plumber-service-online-horizontal-isometric-banner-with-two-repairmen-fixing-bathroom-sink-vector-illustration_1284-30481.jpg?_wi=2"},
{
id: "s3", brand: "Sherlock", name: "Sewer Pipe Repair", price: "Get Quote", rating: 5,
reviewCount: "120+", imageSrc: "http://img.b2bpic.net/free-vector/plumber-flat-icons-set_1284-10525.jpg"},
{
id: "s4", brand: "Sherlock", name: "Pipe Repair", price: "Get Quote", rating: 5,
reviewCount: "90+", imageSrc: "http://img.b2bpic.net/free-vector/plumber-flat-icons-set_1284-16865.jpg"},
{
id: "s5", brand: "Sherlock", name: "Sump Pump Repair", price: "Get Quote", rating: 5,
reviewCount: "60+", imageSrc: "http://img.b2bpic.net/free-vector/plumber-repairs-water-pipes-boiler-sink_107791-13819.jpg"},
{ id: "s1", brand: "Sherlock", name: "Water Heater Installation", price: "Get Quote", rating: 5, reviewCount: "100+", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=sbj459" },
{ id: "s2", brand: "Sherlock", name: "Leak Detection", price: "Get Quote", rating: 5, reviewCount: "80+", imageSrc: "http://img.b2bpic.net/free-vector/professional-plumber-service-online-horizontal-isometric-banner-with-two-repairmen-fixing-bathroom-sink-vector-illustration_1284-30481.jpg?_wi=2" },
{ id: "s3", brand: "Sherlock", name: "Sewer Pipe Repair", price: "Get Quote", rating: 5, reviewCount: "120+", imageSrc: "http://img.b2bpic.net/free-vector/plumber-flat-icons-set_1284-10525.jpg" },
{ id: "s4", brand: "Sherlock", name: "Pipe Repair", price: "Get Quote", rating: 5, reviewCount: "90+", imageSrc: "http://img.b2bpic.net/free-vector/plumber-flat-icons-set_1284-16865.jpg" },
{ id: "s5", brand: "Sherlock", name: "Sump Pump Repair", price: "Get Quote", rating: 5, reviewCount: "60+", imageSrc: "http://img.b2bpic.net/free-vector/plumber-repairs-water-pipes-boiler-sink_107791-13819.jpg?_wi=2" },
{ id: "s6", brand: "Sherlock", name: "Drain Cleaning", price: "Get Quote", rating: 5, reviewCount: "200+", imageSrc: "http://img.b2bpic.net/free-photo/mechanical-tools-with-copy-space_23-2148557959.jpg?_wi=2" },
]}
title="Our Plumbing Services"
description="Comprehensive care for your home's water and drainage systems."
@@ -138,12 +108,10 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
faqs={[
{
id: "step1", title: "Give Us a Call", content: "Reach out 24/7. We listen to the issue and dispatch immediately."},
{
id: "step2", title: "We Arrive Fast", content: "Our team is on-site in under 30 minutes for emergencies, fully prepared."},
{
id: "step3", title: "Problem Solved", content: "We fix the issue correctly, explain what happened, and keep your price upfront."},
{ id: "step1", title: "Give Us a Call", content: "Reach out 24/7. We listen to the issue and dispatch immediately." },
{ id: "step2", title: "We Arrive Fast", content: "Our team is on-site in under 30 minutes for emergencies, fully prepared." },
{ id: "step3", title: "Problem Solved", content: "We fix the issue correctly, explain what happened, and keep your price upfront." },
{ id: "step4", title: "Guaranteed Work", content: "We stand behind our repairs with our lifetime guarantee." },
]}
title="How We Help"
description="Simple, transparent, and fast plumbing solutions for you."
@@ -160,29 +128,16 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
testimonials={[
{
id: "t1", name: "Parker Dubb", role: "Homeowner", company: "Resident", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/people-recording-their-house-tour_23-2151139106.jpg"},
{
id: "t2", name: "Amanda Morrow", role: "Homeowner", company: "Resident", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg"},
{
id: "t3", name: "Michelle", role: "Homeowner", company: "Resident", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-woman-outdoors_23-2149901729.jpg"},
{
id: "t4", name: "Local Resident", role: "Homeowner", company: "Resident", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-workman-white-wall_23-2147772246.jpg"},
{
id: "t5", name: "Neighbor", role: "Homeowner", company: "Resident", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/handsome-business-man-wearing-suit-looking-camera-smiling-broadly-with-happy-face-standing-white-background_141793-54115.jpg"},
{ id: "t1", name: "Parker Dubb", role: "Homeowner", company: "Resident", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/people-recording-their-house-tour_23-2151139106.jpg" },
{ id: "t2", name: "Amanda Morrow", role: "Homeowner", company: "Resident", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg" },
{ id: "t3", name: "Michelle", role: "Homeowner", company: "Resident", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-woman-outdoors_23-2149901729.jpg" },
{ id: "t4", name: "Local Resident", role: "Homeowner", company: "Resident", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/cheerful-workman-white-wall_23-2147772246.jpg" },
{ id: "t5", name: "Neighbor", role: "Homeowner", company: "Resident", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/handsome-business-man-wearing-suit-looking-camera-smiling-broadly-with-happy-face-standing-white-background_141793-54115.jpg" },
]}
kpiItems={[
{
value: "500+", label: "Satisfied Neighbors"},
{
value: "100%", label: "Upfront Honest"},
{
value: "30min", label: "Avg Response Time"},
{ value: "500+", label: "Satisfied Neighbors" },
{ value: "100%", label: "Upfront Honest" },
{ value: "30min", label: "Avg Response Time" },
]}
title="Don't take our word for it"
description="Read real experiences from your local neighbors."
@@ -193,14 +148,12 @@ export default function LandingPage() {
<MetricCardFourteen
useInvertedBackground={false}
title="Emergency? Pipe Burst? Water where it shouldn't be?"
tag="We'll be there in 30 minutes."
tag="30-Minute Guaranteed Response Time"
metrics={[
{
id: "m1", value: "24/7", description: "Always Available"},
{
id: "m2", value: "<30m", description: "Emergency Response"},
{
id: "m3", value: "Master", description: "Plumbers on Staff"},
{ id: "m1", value: "24/7", description: "Always Available" },
{ id: "m2", value: "30min", description: "Guaranteed Response" },
{ id: "m3", value: "Master", description: "Plumbers on Staff" },
{ id: "m4", value: "100%", description: "Guarantee" },
]}
metricsAnimation="slide-up"
/>
@@ -211,22 +164,17 @@ export default function LandingPage() {
columns={[
{
title: "Sherlock Homes Plumbing", items: [
{
label: "Phone: (913) 954-2185", href: "tel:+19139542185"},
{
label: "Address: 20103 Lamar Ave, Stilwell, KS 66085"},
{
label: "Open 24/7 | LGBTQ+ Friendly"},
{ label: "Phone: (913) 954-2185", href: "tel:+19139542185" },
{ label: "Address: 20103 Lamar Ave, Stilwell, KS 66085" },
{ label: "Open 24/7 | LGBTQ+ Friendly" },
],
},
{
title: "Services", items: [
{
label: "Water Heater Repair", href: "#services"},
{
label: "Leak Detection", href: "#services"},
{
label: "Pipe & Sewer Repair", href: "#services"},
{ label: "Water Heater Repair", href: "#services" },
{ label: "Leak Detection", href: "#services" },
{ label: "Pipe & Sewer Repair", href: "#services" },
{ label: "Drain Cleaning", href: "#services" },
],
},
]}
@@ -237,4 +185,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}