Update src/app/page.tsx

This commit is contained in:
2026-02-22 00:53:42 +00:00
parent b99112cb44
commit 647fd9b35e

View File

@@ -15,7 +15,7 @@ export default function LandingPage() {
return (
<ThemeProvider
defaultButtonVariant="text-stagger"
defaultTextAnimation="reveal-blur"
defaultTextAnimation="entrance-slide"
borderRadius="pill"
contentWidth="small"
sizing="mediumLargeSizeLargeTitles"
@@ -52,7 +52,7 @@ export default function LandingPage() {
background={{ variant: "downward-rays-static-grid" }}
imageSrc="https://img.b2bpic.net/free-photo/portrait-attractive-hispanic-handyman-writing-work-estimate-before-fixing-kitchen-sink_662251-2690.jpg"
imageAlt="Professional plumber working on a pipe."
mediaAnimation="reveal-blur"
mediaAnimation="blur-reveal"
frameStyle="card"
ariaLabel="Hero section: Josiah & Sons Plumbers - Your trusted Houston plumbing experts."
descriptionClassName="text-lg md:text-xl lg:text-2xl"
@@ -136,10 +136,10 @@ export default function LandingPage() {
<div id="testimonials" data-section="testimonials">
<TestimonialCardThirteen
testimonials={[
{ id: "1", name: "Sarah Johnson", handle: "Homeowner", testimonial: "Josiah & Sons Plumbers saved us from a major pipe burst! Their response was incredibly fast, and the repair was done efficiently and professionally. Highly recommend their emergency service!", rating: 5, imageSrc: "https://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=1", imageAlt: "Sarah Johnson, Homeowner" },
{ id: "2", name: "Michael Chen", handle: "Business Owner", testimonial: "We've used Josiah & Sons for all our commercial plumbing needs for years. Their team is reliable, knowledgeable, and always delivers top-notch service. Fantastic partners for any business.", rating: 5, imageSrc: "https://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=1", imageAlt: "Michael Chen, Business Owner" },
{ id: "3", name: "Emily Rodriguez", handle: "Property Manager", testimonial: "As a property manager, having a dependable plumbing service is crucial. Josiah & Sons Plumbers are always our first call. They handle everything from routine maintenance to complex installations flawlessly.", rating: 5, imageSrc: "https://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=2", imageAlt: "Emily Rodriguez, Property Manager" },
{ id: "4", name: "David Kim", handle: "Real Estate Agent", testimonial: "I confidently refer all my clients to Josiah & Sons Plumbers. Their professionalism and quality of work always exceed expectations. They truly are the best in Houston!", rating: 5, imageSrc: "https://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=2", imageAlt: "David Kim, Real Estate Agent" }
{ id: "1", name: "Sarah Johnson", handle: "Homeowner", testimonial: "Josiah & Sons Plumbers saved us from a major pipe burst! Their response was incredibly fast, and the repair was done efficiently and professionally. Highly recommend their emergency service!", rating: 5, imageSrc: "https://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "Sarah Johnson, Homeowner" },
{ id: "2", name: "Michael Chen", handle: "Business Owner", testimonial: "We've used Josiah & Sons for all our commercial plumbing needs for years. Their team is reliable, knowledgeable, and always delivers top-notch service. Fantastic partners for any business.", rating: 5, imageSrc: "https://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Michael Chen, Business Owner" },
{ id: "3", name: "Emily Rodriguez", handle: "Property Manager", testimonial: "As a property manager, having a dependable plumbing service is crucial. Josiah & Sons Plumbers are always our first call. They handle everything from routine maintenance to complex installations flawlessly.", rating: 5, imageSrc: "https://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "Emily Rodriguez, Property Manager" },
{ id: "4", name: "David Kim", handle: "Real Estate Agent", testimonial: "I confidently refer all my clients to Josiah & Sons Plumbers. Their professionalism and quality of work always exceed expectations. They truly are the best in Houston!", rating: 5, imageSrc: "https://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "David Kim, Real Estate Agent" }
]}
showRating={true}
carouselMode="auto"