Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| b4f8f2d378 | |||
| 97cacc3ed1 | |||
| 188e0fb429 | |||
| c0657c2c8b | |||
| 31ad39aef4 |
@@ -87,6 +87,13 @@ export default function HomePage() {
|
||||
{ text: "Call Now", href: "tel:+1-918-555-7586" },
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
avatars={[
|
||||
{ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=jmez27", alt: "Customer avatar 1" },
|
||||
{ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=x6oiup", alt: "Customer avatar 2" },
|
||||
{ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=of7wr9", alt: "Customer avatar 3" },
|
||||
{ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=3zr87b", alt: "Customer avatar 4" },
|
||||
]}
|
||||
avatarText="1,000+ Happy Customers"
|
||||
imageSrc="https://images.unsplash.com/photo-1585771724684-38269d6639fd?w=800&h=600&fit=crop&_wi=1"
|
||||
imageAlt="Professional plumber working on residential plumbing service"
|
||||
mediaAnimation="blur-reveal"
|
||||
@@ -98,6 +105,7 @@ export default function HomePage() {
|
||||
buttonContainerClassName="flex flex-col sm:flex-row gap-4 pt-8"
|
||||
buttonClassName="px-8 py-3 rounded-full font-semibold transition-all duration-300"
|
||||
mediaWrapperClassName="relative h-96 md:h-[500px] rounded-2xl overflow-hidden"
|
||||
avatarGroupClassName="flex items-center gap-4 pt-6"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -184,15 +192,15 @@ export default function HomePage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "3", name: "Jennifer Davis", role: "Homeowner", testimonial: "Had an emergency with a burst pipe at 2 AM. They answered immediately, came out within 30 minutes, and had everything fixed before morning. True professionals!", imageSrc: "https://images.unsplash.com/photo-1438761681033-6461ffad8d80?w=150&h=150&fit=crop", imageAlt: "Jennifer Davis", icon: Star
|
||||
},
|
||||
{
|
||||
id: "1", name: "Sarah Johnson", role: "Homeowner", testimonial: "We are thoroughly impressed with the customer service and the attentiveness given to us. Our drains needed cleaning and we had questions about our initial appointment and we had plumbers at our house almost immediately to address our concerns.", imageSrc: "https://images.unsplash.com/photo-1494790108377-be9c29b29330?w=150&h=150&fit=crop&_wi=1", imageAlt: "Sarah Johnson", icon: Star
|
||||
},
|
||||
{
|
||||
id: "2", name: "Michael Chen", role: "Business Owner", testimonial: "Outstanding service! They fixed our water heater on the same day we called. Professional, courteous, and the pricing was exactly what they quoted. Highly recommend for any plumbing needs.", imageSrc: "https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?w=150&h=150&fit=crop&_wi=1", imageAlt: "Michael Chen", icon: Star
|
||||
},
|
||||
{
|
||||
id: "3", name: "Jennifer Davis", role: "Homeowner", testimonial: "Had an emergency with a burst pipe at 2 AM. They answered immediately, came out within 30 minutes, and had everything fixed before morning. True professionals!", imageSrc: "https://images.unsplash.com/photo-1438761681033-6461ffad8d80?w=150&h=150&fit=crop", imageAlt: "Jennifer Davis", icon: Star
|
||||
},
|
||||
{
|
||||
id: "4", name: "Robert Martinez", role: "Property Manager", testimonial: "We manage multiple properties and Spot On is our go-to for all plumbing. Reliable, fast, and they always treat our tenants with respect. Five stars every time.", imageSrc: "https://images.unsplash.com/photo-1500648767791-00dcc994a43e?w=150&h=150&fit=crop", imageAlt: "Robert Martinez", icon: Star
|
||||
},
|
||||
@@ -346,4 +354,4 @@ export default function HomePage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user