Update src/app/page.tsx
This commit is contained in:
236
src/app/page.tsx
236
src/app/page.tsx
@@ -30,18 +30,9 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Services",
|
||||
id: "services",
|
||||
},
|
||||
{
|
||||
name: "Why Us",
|
||||
id: "why-us",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Services", id: "services" },
|
||||
{ name: "Why Us", id: "why-us" },
|
||||
{ name: "Contact", id: "contact" }
|
||||
]}
|
||||
brandName="Little Chief Plumbing"
|
||||
/>
|
||||
@@ -49,67 +40,29 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboard
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
background={{ variant: "radial-gradient" }}
|
||||
title="Fast, Reliable Plumbing You Can Trust in San Antonio"
|
||||
description="Little Chief Plumbing delivers expert residential and emergency plumbing services with honest pricing and same-day response times."
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Now for Fast Service",
|
||||
href: "tel:2105550123",
|
||||
},
|
||||
{
|
||||
text: "Get a Free Estimate",
|
||||
href: "#contact",
|
||||
},
|
||||
{ text: "Call Now for Fast Service", href: "tel:2105550123" },
|
||||
{ text: "Get a Free Estimate", href: "#contact" }
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/male-plumber-working-fix-problems-client-s-house_23-2150990706.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/male-plumber-working-fix-problems-client-s-house_23-2150990706.jpg"
|
||||
imageAlt="Professional plumbing service in San Antonio"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-joyful-woman-holding-mobile-phone_171337-4024.jpg",
|
||||
alt: "Customer portrait 1",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-goodlooking-africanamerican-girl-white-tshirt-showing-okay-sign-smartphone-app-st_1258-128123.jpg",
|
||||
alt: "Customer portrait 2",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/image-beautiful-africanamerican-girl-winking-smiling-showing-smartphone-screen-thumbsup-i_1258-137754.jpg",
|
||||
alt: "Customer portrait 3",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/image-goodlooking-africanamerican-woman-showing-okay-sign-with-confidence-holding-smartphone-stan_1258-130093.jpg",
|
||||
alt: "Customer portrait 4",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-tender-young-smiling-woman-feeling-cozy-home-sitting-kitchen-chair-with-smartphone_1258-199927.jpg",
|
||||
alt: "Customer portrait 5",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/portrait-joyful-woman-holding-mobile-phone_171337-4024.jpg", alt: "Customer portrait 1" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/portrait-goodlooking-africanamerican-girl-white-tshirt-showing-okay-sign-smartphone-app-st_1258-128123.jpg", alt: "Customer portrait 2" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/image-beautiful-africanamerican-girl-winking-smiling-showing-smartphone-screen-thumbsup-i_1258-137754.jpg", alt: "Customer portrait 3" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/image-goodlooking-africanamerican-woman-showing-okay-sign-with-confidence-holding-smartphone-stan_1258-130093.jpg", alt: "Customer portrait 4" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/portrait-tender-young-smiling-woman-feeling-cozy-home-sitting-kitchen-chair-with-smartphone_1258-199927.jpg", alt: "Customer portrait 5" }
|
||||
]}
|
||||
avatarText="Trusted by over 500+ local San Antonio families"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "24/7 Emergency Support",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Licensed & Insured",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Transparent Pricing",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Fast Response Times",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Family Owned & Operated",
|
||||
},
|
||||
{ type: "text", text: "24/7 Emergency Support" },
|
||||
{ type: "text", text: "Licensed & Insured" },
|
||||
{ type: "text", text: "Transparent Pricing" },
|
||||
{ type: "text", text: "Fast Response Times" },
|
||||
{ type: "text", text: "Family Owned & Operated" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -121,37 +74,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "Emergency Plumbing (24/7)",
|
||||
description: "Reliable 24/7 emergency support when you need it most.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: AlertTriangle,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sanitary-equipment_93675-131936.jpg",
|
||||
imageAlt: "modern drain cleaning service equipment",
|
||||
title: "Emergency Plumbing (24/7)", description: "Reliable 24/7 emergency support when you need it most.", bentoComponent: "reveal-icon", icon: AlertTriangle
|
||||
},
|
||||
{
|
||||
title: "Leak Detection & Repair",
|
||||
description: "Advanced detection equipment to find and fix hidden leaks fast.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Droplets,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-fix-problems-client-s-house_23-2150990706.jpg?_wi=2",
|
||||
imageAlt: "modern drain cleaning service equipment",
|
||||
title: "Leak Detection & Repair", description: "Advanced detection equipment to find and fix hidden leaks fast.", bentoComponent: "reveal-icon", icon: Droplets
|
||||
},
|
||||
{
|
||||
title: "Drain Cleaning",
|
||||
description: "Keep your pipes clear with professional cleaning services.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Wrench,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-mechanic-work_23-2148480413.jpg",
|
||||
imageAlt: "modern drain cleaning service equipment",
|
||||
title: "Drain Cleaning", description: "Keep your pipes clear with professional cleaning services.", bentoComponent: "reveal-icon", icon: Wrench
|
||||
},
|
||||
{
|
||||
title: "Water Heater Repair",
|
||||
description: "Expert water heater installation and repair services.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Droplets,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-putting-raw-salmon-steak-into-oven_53876-24741.jpg",
|
||||
imageAlt: "modern drain cleaning service equipment",
|
||||
},
|
||||
title: "Water Heater Repair", description: "Expert water heater installation and repair services.", bentoComponent: "reveal-icon", icon: Droplets
|
||||
}
|
||||
]}
|
||||
title="Our Professional Services"
|
||||
description="We offer a wide range of residential and emergency plumbing solutions to keep your home running smoothly."
|
||||
@@ -162,15 +95,8 @@ export default function LandingPage() {
|
||||
<InlineImageSplitTextAbout
|
||||
useInvertedBackground={false}
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "Why Choose Little Chief Plumbing?",
|
||||
},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-mechanic-work_23-2148480413.jpg",
|
||||
alt: "Plumber working",
|
||||
},
|
||||
{ type: "text", content: "Why Choose Little Chief Plumbing?" },
|
||||
{ type: "image", src: "http://img.b2bpic.net/free-photo/close-up-mechanic-work_23-2148480413.jpg", alt: "Plumber working" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -182,26 +108,11 @@ export default function LandingPage() {
|
||||
rating={5}
|
||||
author="San Antonio Homeowner"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-young-caucasian-woman-holds-phone-thumbs-up-isolated-green-background-with-copy-space_141793-70148.jpg",
|
||||
alt: "Sarah J.",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/man-shirt-smiling-posing-kitchen_23-2148414940.jpg",
|
||||
alt: "Mike C.",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/woman-trying-listening-some-sound_1187-3768.jpg",
|
||||
alt: "Emily R.",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-woman-cafe-with-laptop_273609-12687.jpg",
|
||||
alt: "David K.",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/this-is-my-way-relax_329181-1143.jpg",
|
||||
alt: "Lisa M.",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/smiling-young-caucasian-woman-holds-phone-thumbs-up-isolated-green-background-with-copy-space_141793-70148.jpg", alt: "Sarah J." },
|
||||
{ src: "http://img.b2bpic.net/free-photo/man-shirt-smiling-posing-kitchen_23-2148414940.jpg", alt: "Mike C." },
|
||||
{ src: "http://img.b2bpic.net/free-photo/woman-trying-listening-some-sound_1187-3768.jpg", alt: "Emily R." },
|
||||
{ src: "http://img.b2bpic.net/free-photo/beautiful-woman-cafe-with-laptop_273609-12687.jpg", alt: "David K." },
|
||||
{ src: "http://img.b2bpic.net/free-photo/this-is-my-way-relax_329181-1143.jpg", alt: "Lisa M." }
|
||||
]}
|
||||
ratingAnimation="blur-reveal"
|
||||
avatarsAnimation="slide-up"
|
||||
@@ -215,21 +126,9 @@ export default function LandingPage() {
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "24/7",
|
||||
description: "Emergency Support",
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "Local",
|
||||
description: "San Antonio Based",
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "Fast",
|
||||
description: "Response Time",
|
||||
},
|
||||
{ id: "m1", value: "24/7", description: "Emergency Support" },
|
||||
{ id: "m2", value: "Local", description: "San Antonio Based" },
|
||||
{ id: "m3", value: "Fast", description: "Response Time" }
|
||||
]}
|
||||
title="24/7 Emergency Services"
|
||||
description="Available across San Antonio, TX."
|
||||
@@ -242,24 +141,10 @@ export default function LandingPage() {
|
||||
title="Need a Plumber? Get a Fast Response Today"
|
||||
description="Fill out the form and our team will contact you shortly."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Your Name",
|
||||
required: true,
|
||||
},
|
||||
{
|
||||
name: "phone",
|
||||
type: "tel",
|
||||
placeholder: "Your Phone Number",
|
||||
required: true,
|
||||
},
|
||||
{ name: "name", type: "text", placeholder: "Your Name", required: true },
|
||||
{ name: "phone", type: "tel", placeholder: "Your Phone Number", required: true }
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "What service do you need?",
|
||||
rows: 4,
|
||||
}}
|
||||
textarea={{ name: "message", placeholder: "What service do you need?", rows: 4 }}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-bald-call-center-man-wearing-headset-sitting-desk-with-work-tools-isolated-purple-background_141793-84945.jpg"
|
||||
/>
|
||||
</div>
|
||||
@@ -270,18 +155,8 @@ export default function LandingPage() {
|
||||
title="Contact Little Chief Plumbing"
|
||||
description="We are ready to help you with your plumbing needs."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Full Name",
|
||||
required: true,
|
||||
},
|
||||
{
|
||||
name: "phone",
|
||||
type: "tel",
|
||||
placeholder: "Phone Number",
|
||||
required: true,
|
||||
},
|
||||
{ name: "name", type: "text", placeholder: "Full Name", required: true },
|
||||
{ name: "phone", type: "tel", placeholder: "Phone Number", required: true }
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/interior-female-workspace-home_23-2147778843.jpg"
|
||||
/>
|
||||
@@ -291,35 +166,18 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
{
|
||||
label: "Emergency Plumbing",
|
||||
href: "#services",
|
||||
},
|
||||
{
|
||||
label: "Leak Detection",
|
||||
href: "#services",
|
||||
},
|
||||
{
|
||||
label: "Drain Cleaning",
|
||||
href: "#services",
|
||||
},
|
||||
],
|
||||
title: "Services", items: [
|
||||
{ label: "Emergency Plumbing", href: "#services" },
|
||||
{ label: "Leak Detection", href: "#services" },
|
||||
{ label: "Drain Cleaning", href: "#services" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
{
|
||||
label: "(210) 555-0123",
|
||||
href: "tel:2105550123",
|
||||
},
|
||||
{
|
||||
label: "San Antonio, TX",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
title: "Contact", items: [
|
||||
{ label: "(210) 555-0123", href: "tel:2105550123" },
|
||||
{ label: "San Antonio, TX", href: "#" }
|
||||
]
|
||||
}
|
||||
]}
|
||||
logoText="Little Chief Plumbing"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user