Update src/app/page.tsx
This commit is contained in:
@@ -39,7 +39,7 @@ export default function LandingPage() {
|
||||
{
|
||||
name: "Reviews", id: "/reviews"},
|
||||
{
|
||||
name: "Contact", id: "/contact"},
|
||||
name: "Contact", id: "/contact"}
|
||||
]}
|
||||
logoSrc="http://img.b2bpic.net/free-vector/plumber-services-logo-design-template_742173-26558.jpg"
|
||||
logoAlt="Michael's Plumbing Service logo"
|
||||
@@ -60,12 +60,12 @@ export default function LandingPage() {
|
||||
{
|
||||
text: "Call Now: (615) 123-4567", href: "tel:+16151234567"},
|
||||
{
|
||||
text: "Our Services", href: "/services"},
|
||||
text: "Our Services", href: "/services"}
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/female-plumber-working-fix-problems-client-s-house_23-2150990727.jpg"
|
||||
imageAlt="Friendly Michael's Plumbing Service technician working on a pipe"
|
||||
mediaAnimation="slide-up" {/* FIXED: Changed from "entrance-slide" to "slide-up" */}
|
||||
mediaAnimation="slide-up"
|
||||
fixedMediaHeight={true}
|
||||
avatars={[
|
||||
{
|
||||
@@ -77,25 +77,25 @@ export default function LandingPage() {
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/feeling-happy-cheerful-smiling-welcoming-you-inviting-you-with-friendly-gesture_1194-633389.jpg", alt: "Friendly resident Jessica M."},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/woman-films-vlog-praising-bio-local-shop_482257-81629.jpg", alt: "Community member Linda K."},
|
||||
src: "http://img.b2bpic.net/free-photo/woman-films-vlog-praising-bio-local-shop_482257-81629.jpg", alt: "Community member Linda K."}
|
||||
]}
|
||||
avatarText="Trusted by 500+ local customers"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text-icon", text: "24/7 Emergency Service", icon: Clock,
|
||||
type: "text-icon", text: "24/7 Emergency Service", icon: Clock
|
||||
},
|
||||
{
|
||||
type: "text-icon", text: "A+ BBB Rated", icon: ShieldCheck,
|
||||
type: "text-icon", text: "A+ BBB Rated", icon: ShieldCheck
|
||||
},
|
||||
{
|
||||
type: "text-icon", text: "Family Owned & Operated", icon: Home,
|
||||
type: "text-icon", text: "Family Owned & Operated", icon: Home
|
||||
},
|
||||
{
|
||||
type: "text-icon", text: "Upfront Pricing", icon: DollarSign,
|
||||
type: "text-icon", text: "Upfront Pricing", icon: DollarSign
|
||||
},
|
||||
{
|
||||
type: "text-icon", text: "Licensed & Insured", icon: CheckCircle,
|
||||
},
|
||||
type: "text-icon", text: "Licensed & Insured", icon: CheckCircle
|
||||
}
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -113,7 +113,7 @@ export default function LandingPage() {
|
||||
{
|
||||
title: "Fast Response Time", description: "When plumbing issues strike, every minute counts. We pride ourselves on being on-site often within the hour.", imageSrc: "http://img.b2bpic.net/free-photo/crop-woman-planting-sprouts-garden_23-2147714879.jpg", imageAlt: "Fast response icon"},
|
||||
{
|
||||
title: "Friendly & Professional Technicians", description: "Our team, including trusted faces like Josh and Tyler, are not just skilled—they're courteous and respectful.", imageSrc: "http://img.b2bpic.net/free-vector/plumber-flat-icon_1284-10530.jpg", imageAlt: "Professional technician icon"},
|
||||
title: "Friendly & Professional Technicians", description: "Our team, including trusted faces like Josh and Tyler, are not just skilled—they're courteous and respectful.", imageSrc: "http://img.b2bpic.net/free-vector/plumber-flat-icon_1284-10530.jpg", imageAlt: "Professional technician icon"}
|
||||
]}
|
||||
title="Fast, Reliable Plumbing Solutions"
|
||||
description="From emergency repairs to routine maintenance, our expert technicians are here to provide top-quality service with a smile. We're on-site fast, often within the hour!"
|
||||
@@ -137,7 +137,7 @@ export default function LandingPage() {
|
||||
title: "Google Rating", value: "4.8 Stars (569 Reviews)"},
|
||||
{
|
||||
id: "m4", icon: CheckCircle,
|
||||
title: "BBB Rating", value: "A+ Rated"},
|
||||
title: "BBB Rating", value: "A+ Rated"}
|
||||
]}
|
||||
title="Trusted Credentials You Can Rely On"
|
||||
description="Michael's Plumbing Service is built on a foundation of trust, quality, and decades of dedicated service to our community."
|
||||
@@ -177,7 +177,7 @@ export default function LandingPage() {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-joyful-guy-enjoying-leisure-time_1262-20555.jpg"},
|
||||
{
|
||||
id: "t5", name: "Robert K.", role: "Property Manager", company: "Hendersonville, TN", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/expressive-young-man-posing-winter-holidays_140725-138538.jpg"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/expressive-young-man-posing-winter-holidays_140725-138538.jpg"}
|
||||
]}
|
||||
title="Hear From Our Happy Customers"
|
||||
description="Real feedback from real people. See why families across Nashville trust Michael's Plumbing Service."
|
||||
@@ -194,7 +194,7 @@ export default function LandingPage() {
|
||||
{
|
||||
text: "Call for Same-Day Service: (615) 123-4567", href: "tel:+16151234567"},
|
||||
{
|
||||
text: "Request a Quote Online", href: "/contact"},
|
||||
text: "Request a Quote Online", href: "/contact"}
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -211,8 +211,8 @@ export default function LandingPage() {
|
||||
{
|
||||
label: "Services", href: "/services"},
|
||||
{
|
||||
label: "About Us", href: "/about"},
|
||||
],
|
||||
label: "About Us", href: "/about"}
|
||||
]
|
||||
},
|
||||
{
|
||||
items: [
|
||||
@@ -221,17 +221,17 @@ export default function LandingPage() {
|
||||
{
|
||||
label: "Contact Us", href: "/contact"},
|
||||
{
|
||||
label: "Emergency Service", href: "/services#emergency"},
|
||||
],
|
||||
label: "Emergency Service", href: "/services#emergency"}
|
||||
]
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service", href: "#"},
|
||||
],
|
||||
},
|
||||
label: "Terms of Service", href: "#"}
|
||||
]
|
||||
}
|
||||
]}
|
||||
logoText="Michael's Plumbing Service"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user