Update src/app/page.tsx
This commit is contained in:
@@ -141,6 +141,10 @@ export default function LandingPage() {
|
||||
showRating={true}
|
||||
animationType="blur-reveal"
|
||||
testimonials={[
|
||||
{
|
||||
id: "jessica-review", name: "Jessica M.", handle: "@jessicam_fl", rating: 5,
|
||||
testimonial: "Charged $50 less than the dealership quote. Fast service, no damage, and the owner was incredibly helpful!"
|
||||
},
|
||||
{
|
||||
id: "adam-review", name: "Adam S.", handle: "@adamreviews", rating: 5,
|
||||
testimonial: "Arrived within 20 minutes and unlocked my car in 5 minutes. Very professional and fair price. Highly recommend!"
|
||||
@@ -153,10 +157,6 @@ export default function LandingPage() {
|
||||
id: "robert-review", name: "Robert P.", handle: "@robertp2024", rating: 5,
|
||||
testimonial: "Saved the day late at night when I locked my keys in my car. Super friendly, professional, and very fair price."
|
||||
},
|
||||
{
|
||||
id: "jessica-review", name: "Jessica M.", handle: "@jessicam_fl", rating: 5,
|
||||
testimonial: "Charged $50 less than the dealership quote. Fast service, no damage, and the owner was incredibly helpful!"
|
||||
},
|
||||
{
|
||||
id: "mike-review", name: "Mike R.", handle: "@miker_boca", rating: 5,
|
||||
testimonial: "Owner-operated business. You can tell they care about their customers. Called them at 11pm and they were there in 20 minutes."
|
||||
|
||||
Reference in New Issue
Block a user