Update src/app/about/page.tsx
This commit is contained in:
@@ -106,13 +106,13 @@ export default function AboutPage() {
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Expert Installation", role: "Professional Team", company: "Qualified Technicians", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-mechanic-greeting-with-his-african-american-coworker-auto-repair-shop_637285-11601.jpg", imageAlt: "Professional installation team"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-mechanic-greeting-with-his-african-american-coworker-auto-repair-shop_637285-11601.jpg?_wi=2", imageAlt: "Professional installation team"},
|
||||
{
|
||||
id: "2", name: "Quality Guarantee", role: "Premium Products", company: "Warranty Coverage", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mechanic-repairing-car-workshop_329181-11859.jpg", imageAlt: "Quality workmanship"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mechanic-repairing-car-workshop_329181-11859.jpg?_wi=3", imageAlt: "Quality workmanship"},
|
||||
{
|
||||
id: "3", name: "Customer Support", role: "After-Sales Service", company: "24/7 Assistance", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-working-call-center_23-2149288189.jpg", imageAlt: "Customer service team"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-working-call-center_23-2149288189.jpg?_wi=2", imageAlt: "Customer service team"},
|
||||
]}
|
||||
kpiItems={[
|
||||
{ value: "1000+", label: "Installations Completed" },
|
||||
@@ -133,7 +133,7 @@ export default function AboutPage() {
|
||||
description="Reach out to discuss how we can serve your automotive needs. Our experts are ready to help with personalized solutions for your vehicle."
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={true}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-hvac-system-manometers_482257-90544.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-hvac-system-manometers_482257-90544.jpg?_wi=2"
|
||||
imageAlt="Professional automotive service"
|
||||
mediaPosition="right"
|
||||
inputPlaceholder="Enter your email"
|
||||
|
||||
Reference in New Issue
Block a user