Update src/app/page.tsx

This commit is contained in:
2026-04-20 21:52:13 +00:00
parent 8a8d778127
commit f9bae77e02

View File

@@ -31,21 +31,13 @@ export default function LandingPage() {
<NavbarStyleFullscreen
navItems={[
{
name: "Home",
id: "hero",
},
name: "Home", id: "hero"},
{
name: "Services",
id: "services",
},
name: "Services", id: "services"},
{
name: "Testimonials",
id: "testimonials",
},
name: "Testimonials", id: "testimonials"},
{
name: "Contact",
id: "contact",
},
name: "Contact", id: "contact"},
]}
brandName="Straightline Plumbing"
/>
@@ -54,41 +46,26 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroBillboardCarousel
background={{
variant: "gradient-bars",
}}
variant: "gradient-bars"}}
title="Straightline Plumbing: Professional & Reliable Service"
description="Family-owned and operated plumbing experts serving North Highlands and Sacramento for over 12 years. We deliver professional, experienced care for all your home piping needs."
buttons={[
{
text: "Call Now: (916) 481-3836",
href: "tel:9164813836",
},
text: "Call Now: (916) 481-3836", href: "tel:9164813836"},
]}
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-woman-working-as-plumber_23-2150746388.jpg",
imageAlt: "Professional Plumber",
},
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-woman-working-as-plumber_23-2150746388.jpg", imageAlt: "Professional Plumber"},
{
imageSrc: "http://img.b2bpic.net/free-photo/technician-checking-heating-system-boiler-room_169016-55519.jpg",
imageAlt: "Modern Piping",
},
imageSrc: "http://img.b2bpic.net/free-photo/technician-checking-heating-system-boiler-room_169016-55519.jpg", imageAlt: "Modern Piping"},
{
imageSrc: "http://img.b2bpic.net/free-photo/man-installs-heating-system-house-checks-pipes-with-wrench_169016-55822.jpg",
imageAlt: "Bathroom Repair",
},
imageSrc: "http://img.b2bpic.net/free-photo/man-installs-heating-system-house-checks-pipes-with-wrench_169016-55822.jpg", imageAlt: "Bathroom Repair"},
{
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-woman-working-as-plumber_23-2150746394.jpg",
imageAlt: "Leak Detection",
},
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-woman-working-as-plumber_23-2150746394.jpg", imageAlt: "Leak Detection"},
{
imageSrc: "http://img.b2bpic.net/free-photo/professional-master-man-laying-ceramic-tiles-wall-bathroom-portrait-experienced-repairman-laying-large-size-porcelain-tilesconstruction-worker-checking-tile-installation-with-laser-level_166373-2067.jpg",
imageAlt: "Plumbing Inspection",
},
imageSrc: "http://img.b2bpic.net/free-photo/professional-master-man-laying-ceramic-tiles-wall-bathroom-portrait-experienced-repairman-laying-large-size-porcelain-tilesconstruction-worker-checking-tile-installation-with-laser-level_166373-2067.jpg", imageAlt: "Plumbing Inspection"},
{
imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721548.jpg",
imageAlt: "Friendly Service",
},
imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721548.jpg", imageAlt: "Friendly Service"},
]}
/>
</div>
@@ -100,29 +77,17 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
id: "s1",
title: "Emergency Repairs",
tags: [
"Urgent",
],
imageSrc: "http://img.b2bpic.net/free-photo/wooden-surface-with-blank-notebook-decorative-tools_23-2147684577.jpg",
},
id: "s1", title: "Emergency Repairs", tags: [
"Urgent"],
imageSrc: "http://img.b2bpic.net/free-photo/wooden-surface-with-blank-notebook-decorative-tools_23-2147684577.jpg"},
{
id: "s2",
title: "Leak Detection",
tags: [
"Precision",
],
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-working-as-plumber_23-2150746299.jpg",
},
id: "s2", title: "Leak Detection", tags: [
"Precision"],
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-working-as-plumber_23-2150746299.jpg"},
{
id: "s3",
title: "Maintenance Plans",
tags: [
"Proactive",
],
imageSrc: "http://img.b2bpic.net/free-photo/woman-fixing-kitchen-sink_53876-139620.jpg",
},
id: "s3", title: "Maintenance Plans", tags: [
"Proactive"],
imageSrc: "http://img.b2bpic.net/free-photo/woman-fixing-kitchen-sink_53876-139620.jpg"},
]}
title="Our Professional Services"
description="From emergency repairs to precision plumbing maintenance, we handle it all with integrity."
@@ -131,38 +96,21 @@ export default function LandingPage() {
<div id="metrics" data-section="metrics">
<MetricCardSeven
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={true}
metrics={[
{
id: "m1",
value: "12+",
title: "Years of Experience",
items: [
"Family owned",
"Highly experienced",
"Local experts",
],
id: "m1", value: "12+", title: "Years of Experience", items: [
"Family owned", "Highly experienced", "Local experts"],
},
{
id: "m2",
value: "100%",
title: "Commitment to Service",
items: [
"Professional crew",
"High standards",
"Customer focus",
],
id: "m2", value: "100%", title: "Commitment to Service", items: [
"Professional crew", "High standards", "Customer focus"],
},
{
id: "m3",
value: "3.3",
title: "Google Rating",
items: [
"Verified feedback",
"Transparent reviews",
"Trusted brand",
],
id: "m3", value: "3.3", title: "Google Rating", items: [
"Verified feedback", "Transparent reviews", "Trusted brand"],
},
]}
title="Trusted by Sacramento"
@@ -175,30 +123,15 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
id: "t1",
name: "Aventours (Local Guide)",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-girl-shows-okay-ok-signs-look-satisfied-recommend-good-company-perfect-quality-praise-good-job-well-done-standing-pleased-against-white-background_176420-54380.jpg",
},
id: "t1", name: "Aventours (Local Guide)", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-girl-shows-okay-ok-signs-look-satisfied-recommend-good-company-perfect-quality-praise-good-job-well-done-standing-pleased-against-white-background_176420-54380.jpg"},
{
id: "t2",
name: "Bob Carter (Local Guide)",
imageSrc: "http://img.b2bpic.net/free-photo/woman-home-with-brushes_23-2147611457.jpg",
},
id: "t2", name: "Bob Carter (Local Guide)", imageSrc: "http://img.b2bpic.net/free-photo/woman-home-with-brushes_23-2147611457.jpg"},
{
id: "t3",
name: "Satisfied Customer",
imageSrc: "http://img.b2bpic.net/free-photo/young-caucasian-woman-smiling-confident-looking-side-street_839833-24417.jpg",
},
id: "t3", name: "Satisfied Customer", imageSrc: "http://img.b2bpic.net/free-photo/young-caucasian-woman-smiling-confident-looking-side-street_839833-24417.jpg"},
{
id: "t4",
name: "Long-term Client",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-waitress_107420-12307.jpg",
},
id: "t4", name: "Long-term Client", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-waitress_107420-12307.jpg"},
{
id: "t5",
name: "Local Resident",
imageSrc: "http://img.b2bpic.net/free-photo/confident-office-employers-thumbing-up-smiling-two-happy-professional-businesswomen-standing-together-posing-meeting-room-teamwork-business-cooperation-concept_74855-6924.jpg",
},
id: "t5", name: "Local Resident", imageSrc: "http://img.b2bpic.net/free-photo/confident-office-employers-thumbing-up-smiling-two-happy-professional-businesswomen-standing-together-posing-meeting-room-teamwork-business-cooperation-concept_74855-6924.jpg"},
]}
cardTitle="Client Feedback"
cardTag="Reviews"
@@ -212,20 +145,11 @@ export default function LandingPage() {
useInvertedBackground={true}
faqs={[
{
id: "q1",
title: "Are you family owned?",
content: "Yes, Straightline Plumbing is a family-owned and operated business serving the local community.",
},
id: "q1", title: "Are you family owned?", content: "Yes, Straightline Plumbing is a family-owned and operated business serving the local community."},
{
id: "q2",
title: "Do you provide estimates?",
content: "We assess each situation individually to provide accurate service estimates.",
},
id: "q2", title: "Do you provide estimates?", content: "We assess each situation individually to provide accurate service estimates."},
{
id: "q3",
title: "What service areas do you cover?",
content: "We primarily serve North Highlands and the broader Sacramento area.",
},
id: "q3", title: "What service areas do you cover?", content: "We primarily serve North Highlands and the broader Sacramento area."},
]}
title="Frequently Asked Questions"
description="Answers to common plumbing inquiries."
@@ -242,35 +166,11 @@ export default function LandingPage() {
description="Maintain your home piping like a pro."
blogs={[
{
id: "b1",
category: "Maintenance",
title: "Preventing Back-Pressure",
excerpt: "Learn how to keep your bathroom plumbing running smoothly.",
imageSrc: "http://img.b2bpic.net/free-photo/set-torx-head-with-bolts-electric-drill-hammer_23-2147865387.jpg",
authorName: "Professional Team",
authorAvatar: "http://img.b2bpic.net/free-photo/happy-young-girl-white-shirt-black-pants-pointing-with-index-finger-camera-smiling-cheerfully-sitting-chair-light-living-room_141793-94147.jpg",
date: "Oct 2023",
},
id: "b1", category: "Maintenance", title: "Preventing Back-Pressure", excerpt: "Learn how to keep your bathroom plumbing running smoothly.", imageSrc: "http://img.b2bpic.net/free-photo/set-torx-head-with-bolts-electric-drill-hammer_23-2147865387.jpg", authorName: "Professional Team", authorAvatar: "http://img.b2bpic.net/free-photo/happy-young-girl-white-shirt-black-pants-pointing-with-index-finger-camera-smiling-cheerfully-sitting-chair-light-living-room_141793-94147.jpg", date: "Oct 2023"},
{
id: "b2",
category: "Tips",
title: "When to Call a Pro",
excerpt: "Know the difference between quick fixes and expert help.",
imageSrc: "http://img.b2bpic.net/free-photo/plumber-doing-victory-gesture_1368-6312.jpg",
authorName: "Professional Team",
authorAvatar: "http://img.b2bpic.net/free-photo/woman-white-shirt-black-pants-looking-happy-cheerful-showing-thumbs-up-sitting-chair-light-living-room_141793-98823.jpg",
date: "Nov 2023",
},
id: "b2", category: "Tips", title: "When to Call a Pro", excerpt: "Know the difference between quick fixes and expert help.", imageSrc: "http://img.b2bpic.net/free-photo/plumber-doing-victory-gesture_1368-6312.jpg", authorName: "Professional Team", authorAvatar: "http://img.b2bpic.net/free-photo/woman-white-shirt-black-pants-looking-happy-cheerful-showing-thumbs-up-sitting-chair-light-living-room_141793-98823.jpg", date: "Nov 2023"},
{
id: "b3",
category: "Guides",
title: "Winterizing Pipes",
excerpt: "Essential steps for your plumbing during the cold season.",
imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721534.jpg",
authorName: "Professional Team",
authorAvatar: "http://img.b2bpic.net/free-photo/beautiful-young-african-american-woman-smiling-cheerful-friendly-face-laughing-confident_839833-29956.jpg",
date: "Dec 2023",
},
id: "b3", category: "Guides", title: "Winterizing Pipes", excerpt: "Essential steps for your plumbing during the cold season.", imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721534.jpg", authorName: "Professional Team", authorAvatar: "http://img.b2bpic.net/free-photo/beautiful-young-african-american-woman-smiling-cheerful-friendly-face-laughing-confident_839833-29956.jpg", date: "Dec 2023"},
]}
/>
</div>
@@ -279,14 +179,11 @@ export default function LandingPage() {
<ContactText
useInvertedBackground={true}
background={{
variant: "gradient-bars",
}}
variant: "gradient-bars"}}
text="Need professional assistance? Our team is ready to resolve your plumbing issues promptly."
buttons={[
{
text: "Contact Us Now",
href: "tel:9164813836",
},
text: "Contact Us Now", href: "tel:9164813836"},
]}
/>
</div>
@@ -296,29 +193,19 @@ export default function LandingPage() {
logoText="Straightline Plumbing"
columns={[
{
title: "Quick Links",
items: [
title: "Quick Links", items: [
{
label: "Services",
href: "#services",
},
label: "Services", href: "#services"},
{
label: "Testimonials",
href: "#testimonials",
},
label: "Testimonials", href: "#testimonials"},
],
},
{
title: "Contact",
items: [
title: "Contact", items: [
{
label: "(916) 481-3836",
href: "tel:9164813836",
},
label: "(916) 481-3836", href: "tel:9164813836"},
{
label: "North Highlands, CA",
href: "#",
},
label: "North Highlands, CA", href: "#"},
],
},
]}