Update src/app/about/page.tsx

This commit is contained in:
2026-03-02 21:30:32 +00:00
parent f98dae3d62
commit 33cc507d75

View File

@@ -64,24 +64,15 @@ export default function AboutPage() {
tagIcon={CheckCircle}
features={[
{
id: "quality",
label: "Quality",
title: "Uncompromising Professional Standards",
items: ["Expert craftsmanship", "Premium materials", "Rigorous testing", "Long-lasting results"],
id: "quality", label: "Quality", title: "Uncompromising Professional Standards", items: ["Expert craftsmanship", "Premium materials", "Rigorous testing", "Long-lasting results"],
buttons: [{ text: "Our Services", href: "/services" }],
},
{
id: "trust",
label: "Trust",
title: "Honesty & Transparency",
items: ["Clear pricing always", "No hidden fees", "Expert advice", "Customer-first approach"],
id: "trust", label: "Trust", title: "Honesty & Transparency", items: ["Clear pricing always", "No hidden fees", "Expert advice", "Customer-first approach"],
buttons: [{ text: "Get Quote", href: "tel:0787499491" }],
},
{
id: "service",
label: "Service",
title: "Customer-Centric Excellence",
items: ["Fast turnaround", "Personalized solutions", "24-hour support", "Local expertise"],
id: "service", label: "Service", title: "Customer-Centric Excellence", items: ["Fast turnaround", "Personalized solutions", "24-hour support", "Local expertise"],
buttons: [{ text: "Contact Us", href: "/contact" }],
},
]}
@@ -102,8 +93,8 @@ export default function AboutPage() {
{ src: "http://img.b2bpic.net/free-photo/handsome-male-taxi-driver-costume_23-2149204562.jpg", alt: "Team Member" },
{ src: "http://img.b2bpic.net/free-photo/portrait-woman-smiling-kitchen_107420-12357.jpg", alt: "Team Member" },
]}
ratingAnimation="entrance-slide"
avatarsAnimation="entrance-slide"
ratingAnimation="opacity"
avatarsAnimation="opacity"
useInvertedBackground={true}
/>
</div>