Update src/app/reviews/page.tsx
This commit is contained in:
@@ -44,25 +44,13 @@ export default function ReviewsPage() {
|
||||
description="See why hundreds of local homeowners trust us for their plumbing needs"
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "164",
|
||||
title: "Reviews",
|
||||
description: "From satisfied customers",
|
||||
icon: ThumbsUp,
|
||||
id: "1", value: "164", title: "Reviews", description: "From satisfied customers", icon: ThumbsUp,
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
value: "4.0",
|
||||
title: "Stars",
|
||||
description: "Average rating from all reviews",
|
||||
icon: Star,
|
||||
id: "2", value: "4.0", title: "Stars", description: "Average rating from all reviews", icon: Star,
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
value: "100%",
|
||||
title: "Recommend",
|
||||
description: "Customers would recommend us",
|
||||
icon: Heart,
|
||||
id: "3", value: "100%", title: "Recommend", description: "Customers would recommend us", icon: Heart,
|
||||
},
|
||||
]}
|
||||
gridVariant="uniform-all-items-equal"
|
||||
@@ -79,49 +67,25 @@ export default function ReviewsPage() {
|
||||
description="Real feedback from homeowners who've experienced our service"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Johnson",
|
||||
handle: "@sarahj",
|
||||
testimonial:
|
||||
"I had a young man come out to me within 30 minutes of my call. Polite, respectful and amazing with timing. Couldn't have asked for better service.",
|
||||
rating: 5,
|
||||
id: "1", name: "Sarah Johnson", handle: "@sarahj", testimonial:
|
||||
"I had a young man come out to me within 30 minutes of my call. Polite, respectful and amazing with timing. Couldn't have asked for better service.", rating: 5,
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=2",
|
||||
imageAlt: "Sarah Johnson",
|
||||
},
|
||||
"http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Sarah Johnson"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Michael Chen",
|
||||
handle: "@mchen",
|
||||
testimonial:
|
||||
"George came out on a Sunday morning for our burst pipe. Professional, thorough, and fair pricing. Highly recommend!",
|
||||
rating: 5,
|
||||
id: "2", name: "Michael Chen", handle: "@mchen", testimonial:
|
||||
"George came out on a Sunday morning for our burst pipe. Professional, thorough, and fair pricing. Highly recommend!", rating: 5,
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg?_wi=2",
|
||||
imageAlt: "Michael Chen",
|
||||
},
|
||||
"http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg", imageAlt: "Michael Chen"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emily Rodriguez",
|
||||
handle: "@emilyrod",
|
||||
testimonial:
|
||||
"After a bad experience with another plumber, George restored my faith. Honest, reliable, and got the job done right first time.",
|
||||
rating: 5,
|
||||
id: "3", name: "Emily Rodriguez", handle: "@emilyrod", testimonial:
|
||||
"After a bad experience with another plumber, George restored my faith. Honest, reliable, and got the job done right first time.", rating: 5,
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/portrait-businessman-conference-room-thinking-about-future_482257-25787.jpg?_wi=2",
|
||||
imageAlt: "Emily Rodriguez",
|
||||
},
|
||||
"http://img.b2bpic.net/free-photo/portrait-businessman-conference-room-thinking-about-future_482257-25787.jpg", imageAlt: "Emily Rodriguez"},
|
||||
{
|
||||
id: "4",
|
||||
name: "David Kim",
|
||||
handle: "@dkim",
|
||||
testimonial:
|
||||
"Called for an emergency at midnight. George answered and was here within 45 minutes. This is what professional service looks like.",
|
||||
rating: 5,
|
||||
id: "4", name: "David Kim", handle: "@dkim", testimonial:
|
||||
"Called for an emergency at midnight. George answered and was here within 45 minutes. This is what professional service looks like.", rating: 5,
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/indoor-shot-attractive-caucasian-teenage-woman-with-long-dark-hair-sitting-desk-with-lots-textbooks_273609-1136.jpg?_wi=2",
|
||||
imageAlt: "David Kim",
|
||||
},
|
||||
"http://img.b2bpic.net/free-photo/indoor-shot-attractive-caucasian-teenage-woman-with-long-dark-hair-sitting-desk-with-lots-textbooks_273609-1136.jpg", imageAlt: "David Kim"},
|
||||
]}
|
||||
showRating={true}
|
||||
animationType="slide-up"
|
||||
@@ -142,24 +106,19 @@ export default function ReviewsPage() {
|
||||
buttonAnimation="slide-up"
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Trusted & Verified",
|
||||
description: "Hundreds of real customer reviews",
|
||||
icon: Star,
|
||||
title: "Trusted & Verified", description: "Hundreds of real customer reviews", icon: Star,
|
||||
},
|
||||
{
|
||||
title: "Fast Response",
|
||||
description: "30-minute emergency response guarantee",
|
||||
icon: ThumbsUp,
|
||||
title: "Fast Response", description: "30-minute emergency response guarantee", icon: ThumbsUp,
|
||||
},
|
||||
{
|
||||
title: "Professional Service",
|
||||
description: "Qualified, polite, and reliable technicians",
|
||||
icon: Heart,
|
||||
title: "Professional Service", description: "Qualified, polite, and reliable technicians", icon: Heart,
|
||||
},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
imagePosition="left"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -170,24 +129,21 @@ export default function ReviewsPage() {
|
||||
copyrightText="© 2025 George The Plumber | 24/7 Emergency Services"
|
||||
columns={[
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{ label: "Emergency Repairs", href: "/services" },
|
||||
{ label: "Boiler Repairs", href: "/services" },
|
||||
{ label: "Blocked Drains", href: "/services" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Reviews", href: "/reviews" },
|
||||
{ label: "Contact", href: "/contact" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{ label: "📞 07415 433498", href: "tel:07415433498" },
|
||||
{ label: "Open 24 Hours", href: "/" },
|
||||
{ label: "Emergency Line", href: "tel:07415433498" },
|
||||
|
||||
Reference in New Issue
Block a user