Update src/app/about/page.tsx

This commit is contained in:
2026-03-10 21:33:58 +00:00
parent aac420e294
commit ccbb0dadce

View File

@@ -46,45 +46,25 @@ export default function AboutPage() {
<FeatureCardTwentySix
features={[
{
title: "Hand-Picked Quality Vehicles",
description:
"Every vehicle undergoes rigorous inspection. We only offer the best pre-owned cars.",
imageSrc:
"http://img.b2bpic.net/free-photo/young-beautiful-woman-choosing-car-car-showroom_1303-22803.jpg?_wi=4",
imageAlt: "Quality inspection",
buttonIcon: CheckCircle,
buttonHref: "/inventory",
},
title: "Hand-Picked Quality Vehicles", description:
"Every vehicle undergoes rigorous inspection. We only offer the best pre-owned cars.", imageSrc:
"http://img.b2bpic.net/free-photo/young-beautiful-woman-choosing-car-car-showroom_1303-22803.jpg", imageAlt: "Quality inspection", buttonIcon: CheckCircle,
buttonHref: "/inventory"},
{
title: "Competitive Financing Options",
description:
"Bad credit? No problem. We work with multiple lenders to get you approved fast.",
imageSrc:
"http://img.b2bpic.net/free-photo/cropped-photo-particle-view-modern-luxury-white-car-parked-indoors-daytime_146671-16498.jpg?_wi=4",
imageAlt: "Financing options",
buttonIcon: CreditCard,
buttonHref: "/financing",
},
title: "Competitive Financing Options", description:
"Bad credit? No problem. We work with multiple lenders to get you approved fast.", imageSrc:
"http://img.b2bpic.net/free-photo/cropped-photo-particle-view-modern-luxury-white-car-parked-indoors-daytime_146671-16498.jpg", imageAlt: "Financing options", buttonIcon: CreditCard,
buttonHref: "/financing"},
{
title: "Transparent Pricing",
description:
"No hidden fees. No surprises. What you see is what you pay. Pure honesty.",
imageSrc:
"http://img.b2bpic.net/free-photo/full-shot-valet-suit-working_23-2150274573.jpg?_wi=4",
imageAlt: "Transparent pricing",
buttonIcon: DollarSign,
buttonHref: "/about",
},
title: "Transparent Pricing", description:
"No hidden fees. No surprises. What you see is what you pay. Pure honesty.", imageSrc:
"http://img.b2bpic.net/free-photo/full-shot-valet-suit-working_23-2150274573.jpg", imageAlt: "Transparent pricing", buttonIcon: DollarSign,
buttonHref: "/about"},
{
title: "Fast Approval Process",
description:
"Get approved in as little as 24 hours. Drive home today with your dream car.",
imageSrc:
"http://img.b2bpic.net/free-photo/close-up-happy-business-person-car-dealership_23-2149117178.jpg?_wi=4",
imageAlt: "Fast approval",
buttonIcon: Zap,
buttonHref: "/financing",
},
title: "Fast Approval Process", description:
"Get approved in as little as 24 hours. Drive home today with your dream car.", imageSrc:
"http://img.b2bpic.net/free-photo/close-up-happy-business-person-car-dealership_23-2149117178.jpg", imageAlt: "Fast approval", buttonIcon: Zap,
buttonHref: "/financing"},
]}
title="Why Choose Auto Mega Spot"
description="Experience premium automotive excellence with unmatched service and transparent pricing."
@@ -95,9 +75,7 @@ export default function AboutPage() {
useInvertedBackground={false}
buttons={[
{
text: "Start Shopping",
href: "/inventory",
},
text: "Start Shopping", href: "/inventory"},
]}
buttonAnimation="slide-up"
/>
@@ -107,59 +85,29 @@ export default function AboutPage() {
<TestimonialCardSixteen
testimonials={[
{
id: "1",
name: "James Martinez",
role: "Business Owner",
company: "Local Community",
rating: 5,
id: "1", name: "James Martinez", role: "Business Owner", company: "Local Community", rating: 5,
imageSrc:
"http://img.b2bpic.net/free-photo/vertical-shot-well-dressed-male-leaning-against-wall-looking-camera_181624-15421.jpg?_wi=2",
imageAlt: "James Martinez",
},
"http://img.b2bpic.net/free-photo/vertical-shot-well-dressed-male-leaning-against-wall-looking-camera_181624-15421.jpg", imageAlt: "James Martinez"},
{
id: "2",
name: "Sarah Johnson",
role: "Marketing Director",
company: "Tech Startup",
rating: 5,
id: "2", name: "Sarah Johnson", role: "Marketing Director", company: "Tech Startup", rating: 5,
imageSrc:
"http://img.b2bpic.net/free-photo/close-up-woman-smiling_1098-1671.jpg?_wi=2",
imageAlt: "Sarah Johnson",
},
"http://img.b2bpic.net/free-photo/close-up-woman-smiling_1098-1671.jpg", imageAlt: "Sarah Johnson"},
{
id: "3",
name: "Michael Chen",
role: "Financial Advisor",
company: "Investment Firm",
rating: 5,
id: "3", name: "Michael Chen", role: "Financial Advisor", company: "Investment Firm", rating: 5,
imageSrc:
"http://img.b2bpic.net/free-photo/good-choice-attractive-caucasian-man-with-beard-showing-thumbs-up-smiling-like-approve-good_1258-159211.jpg?_wi=2",
imageAlt: "Michael Chen",
},
"http://img.b2bpic.net/free-photo/good-choice-attractive-caucasian-man-with-beard-showing-thumbs-up-smiling-like-approve-good_1258-159211.jpg", imageAlt: "Michael Chen"},
{
id: "4",
name: "Emily Rodriguez",
role: "HR Manager",
company: "Fortune 500",
rating: 5,
id: "4", name: "Emily Rodriguez", role: "HR Manager", company: "Fortune 500", rating: 5,
imageSrc:
"http://img.b2bpic.net/free-photo/close-up-businesswoman-posing-with-glasses_1149-93.jpg?_wi=2",
imageAlt: "Emily Rodriguez",
},
"http://img.b2bpic.net/free-photo/close-up-businesswoman-posing-with-glasses_1149-93.jpg", imageAlt: "Emily Rodriguez"},
]}
kpiItems={[
{
value: "5,847",
label: "Happy Customers",
},
value: "5,847", label: "Happy Customers"},
{
value: "4.9/5",
label: "Average Rating",
},
value: "4.9/5", label: "Average Rating"},
{
value: "12+",
label: "Years in Business",
},
value: "12+", label: "Years in Business"},
]}
animationType="slide-up"
title="What Our Customers Say"
@@ -181,16 +129,10 @@ export default function AboutPage() {
tagAnimation="slide-up"
textboxLayout="default"
useInvertedBackground={true}
names={[
"Ford", "Chevrolet", "Honda", "Toyota", "BMW", "Mercedes", "Tesla", "Hyundai"]}
logos={[
"http://img.b2bpic.net/free-vector/minimalist-furniture-logo-template_23-2148467766.jpg",
"http://img.b2bpic.net/free-vector/vintage-car-logo-collection-concept_23-2148481953.jpg",
"http://img.b2bpic.net/free-vector/realistic-metallic-car-logo_52683-36046.jpg",
"http://img.b2bpic.net/free-vector/repair-shop-template-design_23-2149593006.jpg",
"http://img.b2bpic.net/free-vector/gradient-car-dealer-logo-template_23-2149343860.jpg",
"http://img.b2bpic.net/free-vector/gradient-auto-parts-logo-design_52683-86801.jpg",
"http://img.b2bpic.net/free-vector/ecology-recycling-icons_98292-1616.jpg",
"http://img.b2bpic.net/free-vector/car-logo-set-four_23-2147740219.jpg",
]}
"http://img.b2bpic.net/free-vector/minimalist-furniture-logo-template_23-2148467766.jpg", "http://img.b2bpic.net/free-vector/vintage-car-logo-collection-concept_23-2148481953.jpg", "http://img.b2bpic.net/free-vector/realistic-metallic-car-logo_52683-36046.jpg", "http://img.b2bpic.net/free-vector/repair-shop-template-design_23-2149593006.jpg", "http://img.b2bpic.net/free-vector/gradient-car-dealer-logo-template_23-2149343860.jpg", "http://img.b2bpic.net/free-vector/gradient-auto-parts-logo-design_52683-86801.jpg", "http://img.b2bpic.net/free-vector/ecology-recycling-icons_98292-1616.jpg", "http://img.b2bpic.net/free-vector/car-logo-set-four_23-2147740219.jpg"]}
speed={40}
showCard={true}
/>
@@ -203,24 +145,16 @@ export default function AboutPage() {
socialLinks={[
{
icon: Facebook,
href: "https://facebook.com",
ariaLabel: "Facebook",
},
href: "https://facebook.com", ariaLabel: "Facebook"},
{
icon: Instagram,
href: "https://instagram.com",
ariaLabel: "Instagram",
},
href: "https://instagram.com", ariaLabel: "Instagram"},
{
icon: Twitter,
href: "https://twitter.com",
ariaLabel: "Twitter",
},
href: "https://twitter.com", ariaLabel: "Twitter"},
{
icon: Linkedin,
href: "https://linkedin.com",
ariaLabel: "LinkedIn",
},
href: "https://linkedin.com", ariaLabel: "LinkedIn"},
]}
/>
</div>