Update src/app/page.tsx
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
||||
import HeroCarouselLogo from '@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo';
|
||||
import HeroOverlay from '@/components/sections/hero/HeroOverlay/HeroOverlay';
|
||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||
import FeatureCardTwelve from '@/components/sections/feature/FeatureCardTwelve';
|
||||
import AboutMetric from '@/components/sections/about/AboutMetric';
|
||||
@@ -42,27 +42,17 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroCarouselLogo
|
||||
<HeroOverlay
|
||||
logoText="Buchannon Mechanical"
|
||||
description="Trusted Local Plumber You Can Count On. Fast, honest, and professional plumbing services done right the first time. 5-Star Rated • 35+ Reviews • Same-Day Service Available"
|
||||
slides={[
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=8q5atu", imageAlt: "Professional plumber working on residential plumbing"
|
||||
},
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ttu22m", imageAlt: "Expert technician fixing burst pipe"
|
||||
},
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=gfmsj4", imageAlt: "Certified plumber ready for emergency service"
|
||||
}
|
||||
]}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B7zAxjLv5Swlc8Q1RgP8uvwhr7/uploaded-1773855623714-d1246bqm.png"
|
||||
imageAlt="Professional plumber working on residential plumbing"
|
||||
buttons={[
|
||||
{ text: "📞 Call Now", href: "tel:+1-555-BUCHANNON" },
|
||||
{ text: "Request Service", href: "#contact" }
|
||||
]}
|
||||
autoplayDelay={5000}
|
||||
showDimOverlay={true}
|
||||
ariaLabel="Hero section with plumbing service carousel"
|
||||
ariaLabel="Hero section with plumbing service overlay"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -167,7 +157,7 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
members={[
|
||||
{
|
||||
id: "cedrick", name: "Cedrick Buchannon", role: "Owner & Lead Technician", description: "Experienced, licensed plumber with a commitment to honest work and clear communication. Treats every home like it's his own.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=w6cc04", imageAlt: "Cedrick Buchannon, trusted local plumber"
|
||||
id: "cedrick", name: "Cedrick Buchannon", role: "Owner & Lead Technician", description: "Experienced, licensed plumber with a commitment to honest work and clear communication. Treats every home like it's his own.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B7zAxjLv5Swlc8Q1RgP8uvwhr7/uploaded-1773855623714-h74jqxi0.png", imageAlt: "Cedrick Buchannon, trusted local plumber"
|
||||
}
|
||||
]}
|
||||
buttons={[
|
||||
@@ -183,7 +173,7 @@ export default function LandingPage() {
|
||||
rating={5}
|
||||
author="Sarah Johnson"
|
||||
avatars={[
|
||||
{ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=gjtiak", alt: "Sarah Johnson" },
|
||||
{ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B7zAxjLv5Swlc8Q1RgP8uvwhr7/uploaded-1773855623714-ugpui384.png", alt: "Sarah Johnson" },
|
||||
{ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=c2afoh", alt: "Michael Chen" },
|
||||
{ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=slz94t", alt: "Emily Rodriguez" },
|
||||
{ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=qotyf9", alt: "David Kim" },
|
||||
|
||||
Reference in New Issue
Block a user