Update src/app/page.tsx

This commit is contained in:
2026-03-18 03:10:44 +00:00
parent 7f20a0c94b
commit 9b74183087

View File

@@ -1,15 +1,15 @@
"use client"; "use client"
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline"; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
import HeroBillboardTestimonial from "@/components/sections/hero/HeroBillboardTestimonial"; import HeroBillboardTestimonial from '@/components/sections/hero/HeroBillboardTestimonial';
import FeatureBento from "@/components/sections/feature/FeatureBento"; import FeatureBento from '@/components/sections/feature/FeatureBento';
import TextAbout from "@/components/sections/about/TextAbout"; import TextAbout from '@/components/sections/about/TextAbout';
import TestimonialCardFive from "@/components/sections/testimonial/TestimonialCardFive"; import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive';
import MetricCardEleven from "@/components/sections/metrics/MetricCardEleven"; import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven';
import ContactText from "@/components/sections/contact/ContactText"; import ContactText from '@/components/sections/contact/ContactText';
import FooterBaseCard from "@/components/sections/footer/FooterBaseCard"; import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
import { Award, CheckCircle, Clock, Flame, Hammer, Leaf, Shield, Sparkles, Star, Wrench, Zap } from "lucide-react"; import { Award, CheckCircle, Clock, Flame, Hammer, Leaf, Shield, Sparkles, Star, Wrench, Zap } from 'lucide-react';
export default function LandingPage() { export default function LandingPage() {
return ( return (
@@ -51,7 +51,7 @@ export default function LandingPage() {
testimonials={[ testimonials={[
{ {
name: "Chip", handle: "Owner & Master Plumber", testimonial: "30+ years of honest, reliable plumbing service to Downingtown and surrounding areas.", rating: 5, name: "Chip", handle: "Owner & Master Plumber", testimonial: "30+ years of honest, reliable plumbing service to Downingtown and surrounding areas.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/male-jeweler-working-shop_23-2150914197.jpg", imageAlt: "Chip, experienced plumber" imageSrc: "http://img.b2bpic.net/free-photo/young-bearded-builder-man-construction-uniform-safety-helmet-holding-adjustable-wrenches-raised-hands-looking-camera-with-aggressive-expression_141793-30087.jpg", imageAlt: "Chip, experienced plumber"
} }
]} ]}
buttons={[ buttons={[
@@ -60,13 +60,13 @@ export default function LandingPage() {
]} ]}
buttonAnimation="slide-up" buttonAnimation="slide-up"
avatars={[ avatars={[
{ src: "http://img.b2bpic.net/free-photo/young-bearded-builder-man-construction-uniform-safety-helmet-with-arms-crossed-displeased_141793-30185.jpg", alt: "Satisfied customer 1" }, { src: "http://img.b2bpic.net/free-photo/portrait-experienced-smiling-car-mechanic-holding-wrenches-workshop_342744-255.jpg", alt: "Satisfied customer 1" },
{ src: "http://img.b2bpic.net/free-photo/portrait-cheerful-teenage-girl-sitting-cafe_1262-3048.jpg", alt: "Satisfied customer 2" }, { src: "http://img.b2bpic.net/free-photo/portrait-happy-young-woman_23-2147823623.jpg", alt: "Satisfied customer 2" },
{ src: "http://img.b2bpic.net/free-photo/expressive-senior-female-posing-indoor_344912-1979.jpg", alt: "Satisfied customer 3" }, { src: "http://img.b2bpic.net/free-photo/beautiful-woman-cafe-with-laptop_273609-12858.jpg", alt: "Satisfied customer 3" },
{ src: "http://img.b2bpic.net/free-photo/stylish-woman-wearing-yellow-bandana_273609-13337.jpg", alt: "Satisfied customer 4" } { src: "http://img.b2bpic.net/free-photo/happy-handsome-guy-showing-call-me-sign_1262-17046.jpg", alt: "Satisfied customer 4" }
]} ]}
avatarText="Trusted by 100+ families" avatarText="Trusted by 100+ families"
imageSrc="http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721550.jpg" imageSrc="http://img.b2bpic.net/free-photo/male-plumber-working-fix-problems-client-s-house_23-2150990703.jpg"
imageAlt="Professional plumbing service" imageAlt="Professional plumbing service"
mediaAnimation="slide-up" mediaAnimation="slide-up"
useInvertedBackground={false} useInvertedBackground={false}
@@ -141,22 +141,22 @@ export default function LandingPage() {
buttonAnimation="slide-up" buttonAnimation="slide-up"
testimonials={[ testimonials={[
{ {
id: "1", name: "Sarah M.", date: "2 weeks ago", title: "Emergency Service Hero", quote: "Called at 9 PM with a burst pipe. Chip showed up at 8 AM the next morning and fixed everything quickly. Fair price and incredibly professional. Highly recommend!", tag: "Fast Response", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-cheerful-teenage-girl-sitting-cafe_1262-3048.jpg", avatarAlt: "Sarah M." id: "1", name: "Sarah M.", date: "2 weeks ago", title: "Emergency Service Hero", quote: "Called at 9 PM with a burst pipe. Chip showed up at 8 AM the next morning and fixed everything quickly. Fair price and incredibly professional. Highly recommend!", tag: "Fast Response", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-happy-young-woman_23-2147823623.jpg", avatarAlt: "Sarah M."
}, },
{ {
id: "2", name: "John D.", date: "1 month ago", title: "Honest Pricing", quote: "No surprises, no upselling. Chip gave me a fair quote and did exactly what he said. 30+ years in business and it shows.", tag: "Transparent", avatarSrc: "http://img.b2bpic.net/free-photo/expressive-senior-female-posing-indoor_344912-1979.jpg", avatarAlt: "John D." id: "2", name: "John D.", date: "1 month ago", title: "Honest Pricing", quote: "No surprises, no upselling. Chip gave me a fair quote and did exactly what he said. 30+ years in business and it shows.", tag: "Transparent", avatarSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-cafe-with-laptop_273609-12858.jpg", avatarAlt: "John D."
}, },
{ {
id: "3", name: "Maria L.", date: "1 month ago", title: "Friendly & Professional", quote: "Felt comfortable having Chip in our home. He explained everything clearly and treated our property with respect. He's a keeper!", tag: "Personable", avatarSrc: "http://img.b2bpic.net/free-photo/stylish-woman-wearing-yellow-bandana_273609-13337.jpg", avatarAlt: "Maria L." id: "3", name: "Maria L.", date: "1 month ago", title: "Friendly & Professional", quote: "Felt comfortable having Chip in our home. He explained everything clearly and treated our property with respect. He's a keeper!", tag: "Personable", avatarSrc: "http://img.b2bpic.net/free-photo/happy-handsome-guy-showing-call-me-sign_1262-17046.jpg", avatarAlt: "Maria L."
}, },
{ {
id: "4", name: "Tom R.", date: "6 weeks ago", title: "Quick & Quality", quote: "Water heater replacement was done efficiently and professionally. He cleaned up after himself too. Worth every penny.", tag: "Quality Work", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-young-good-looking-thick-skinned-student-woman-with-curly-hair-casual-fashionable-clothes-looking-aside-smiling-brightfully-friend-outside-waiting-her-order-coffee-shop-life_176420-12327.jpg", avatarAlt: "Tom R." id: "4", name: "Tom R.", date: "6 weeks ago", title: "Quick & Quality", quote: "Water heater replacement was done efficiently and professionally. He cleaned up after himself too. Worth every penny.", tag: "Quality Work", avatarSrc: "http://img.b2bpic.net/free-photo/beautiful-hispanic-woman-with-short-hair-wearing-summer-dress-smiling-happy-positive-thumb-up-doing-excellent-approval-sign_839833-13161.jpg", avatarAlt: "Tom R."
}, },
{ {
id: "5", name: "Linda K.", date: "2 months ago", title: "Repeat Customer", quote: "Been using Chip for 15+ years. Consistent service, fair pricing, and a friendly face. Local loyalty pays off.", tag: "Loyal", avatarSrc: "http://img.b2bpic.net/free-photo/senior-man-waving-camera_329181-14779.jpg", avatarAlt: "Linda K." id: "5", name: "Linda K.", date: "2 months ago", title: "Repeat Customer", quote: "Been using Chip for 15+ years. Consistent service, fair pricing, and a friendly face. Local loyalty pays off.", tag: "Loyal", avatarSrc: "http://img.b2bpic.net/free-photo/elegant-old-man-sitting-home-with-christmas-presents_1157-29728.jpg", avatarAlt: "Linda K."
}, },
{ {
id: "6", name: "Robert H.", date: "2 months ago", title: "Emergency Lifesaver", quote: "Flooded basement on a Saturday night. Chip came out immediately, took care of it, and saved us from disaster.", tag: "Emergency", avatarSrc: "http://img.b2bpic.net/free-photo/young-bearded-builder-man-construction-uniform-safety-helmet-with-arms-crossed-displeased_141793-30185.jpg", avatarAlt: "Robert H." id: "6", name: "Robert H.", date: "2 months ago", title: "Emergency Lifesaver", quote: "Flooded basement on a Saturday night. Chip came out immediately, took care of it, and saved us from disaster.", tag: "Emergency", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-experienced-smiling-car-mechanic-holding-wrenches-workshop_342744-255.jpg", avatarAlt: "Robert H."
} }
]} ]}
/> />