Update src/app/reviews/page.tsx
This commit is contained in:
@@ -59,17 +59,17 @@ export default function ReviewsPage() {
|
||||
<TestimonialCardTen
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", title: "Exceptional Service", quote: "Work clothes came back super crisp and perfectly pressed. Best dry cleaners in Brampton! The attention to detail is unmatched.", name: "John Smith", role: "Business Professional", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "John Smith"},
|
||||
id: "1", title: "Exceptional Service", quote: "Work clothes came back super crisp and perfectly pressed. Best dry cleaners in Brampton! The attention to detail is unmatched.", name: "John Smith", role: "Business Professional", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4", imageAlt: "John Smith"},
|
||||
{
|
||||
id: "2", title: "Expert Repairs", quote: "Owner fixed my blouse and it looked brand new. Their attention to detail is incredible. I've never seen better work.", name: "Sarah Johnson", role: "Regular Customer", imageSrc: "http://img.b2bpic.net/free-photo/successful-businesswoman-ready-challenges_1163-4336.jpg", imageAlt: "Sarah Johnson"},
|
||||
id: "2", title: "Expert Repairs", quote: "Owner fixed my blouse and it looked brand new. Their attention to detail is incredible. I've never seen better work.", name: "Sarah Johnson", role: "Regular Customer", imageSrc: "http://img.b2bpic.net/free-photo/successful-businesswoman-ready-challenges_1163-4336.jpg?_wi=2", imageAlt: "Sarah Johnson"},
|
||||
{
|
||||
id: "3", title: "Highly Recommended", quote: "I highly recommend to friends and family. They never disappoint with quality and service. Always on time, always perfect.", name: "Michael Chen", role: "Trusted Customer", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Michael Chen"},
|
||||
id: "3", title: "Highly Recommended", quote: "I highly recommend to friends and family. They never disappoint with quality and service. Always on time, always perfect.", name: "Michael Chen", role: "Trusted Customer", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=5", imageAlt: "Michael Chen"},
|
||||
{
|
||||
id: "4", title: "Fast & Reliable", quote: "Quick turnaround and amazing quality. This is my go-to dry cleaner in Brampton. Never let me down.", name: "Emily Davis", role: "Frequent Customer", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Emily Davis"},
|
||||
id: "4", title: "Fast & Reliable", quote: "Quick turnaround and amazing quality. This is my go-to dry cleaner in Brampton. Never let me down.", name: "Emily Davis", role: "Frequent Customer", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=6", imageAlt: "Emily Davis"},
|
||||
{
|
||||
id: "5", title: "Worth Every Dollar", quote: "Professional service, fair pricing, and they really care about your clothes. Best investment for my wardrobe.", name: "David Wilson", role: "Premium Customer", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", imageAlt: "David Wilson"},
|
||||
id: "5", title: "Worth Every Dollar", quote: "Professional service, fair pricing, and they really care about your clothes. Best investment for my wardrobe.", name: "David Wilson", role: "Premium Customer", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=2", imageAlt: "David Wilson"},
|
||||
{
|
||||
id: "6", title: "Best in Area", quote: "Fantastic quality and friendly staff. Best dry cleaning experience I've had. Highly professional team.", name: "Lisa Anderson", role: "Satisfied Customer", imageSrc: "http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg", imageAlt: "Lisa Anderson"},
|
||||
id: "6", title: "Best in Area", quote: "Fantastic quality and friendly staff. Best dry cleaning experience I've had. Highly professional team.", name: "Lisa Anderson", role: "Satisfied Customer", imageSrc: "http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg?_wi=2", imageAlt: "Lisa Anderson"},
|
||||
]}
|
||||
title="What Our Customers Say"
|
||||
description="Real reviews from families and professionals in Brampton"
|
||||
@@ -88,7 +88,7 @@ export default function ReviewsPage() {
|
||||
tagAnimation="blur-reveal"
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-beautiful-female-support-phone-operator-speaking-consulting-office_176420-948.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-beautiful-female-support-phone-operator-speaking-consulting-office_176420-948.jpg?_wi=3"
|
||||
imageAlt="Customer service representative"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
@@ -101,7 +101,7 @@ export default function ReviewsPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/flat-lay-woman-style-accessories-red-knitted-sweater-checkered-shirt-denim-jeans-black-leather-boots-hat-autumn-fashion-trend-view-from-vintage-photo-camera-traveler-outfit_285396-5116.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/flat-lay-woman-style-accessories-red-knitted-sweater-checkered-shirt-denim-jeans-black-leather-boots-hat-autumn-fashion-trend-view-from-vintage-photo-camera-traveler-outfit_285396-5116.jpg?_wi=3"
|
||||
imageAlt="Professional garment care background"
|
||||
logoText="Smart City Eco Dry Cleaners"
|
||||
copyrightText="© 2025 Smart City Eco Dry Cleaners. All rights reserved."
|
||||
|
||||
Reference in New Issue
Block a user