diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 082d67a..94abdeb 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -27,49 +27,27 @@ export default function LandingPage() { @@ -80,14 +58,8 @@ export default function LandingPage() { useInvertedBackground={false} heading={[ { - type: "text", - content: "The KOKO Legacy of Excellence", - }, + type: "text", content: "The KOKO Legacy of Excellence"}, ]} - description="At KOKO Salon, every cut tells a story of tradition, innovation, and unwavering commitment to client satisfaction. Our journey began with a vision to redefine luxury grooming in Suez, transforming a simple haircut into an immersive, refined experience. We pride ourselves on cultivating a team of master barbers, each with a profound understanding of modern trends and classic artistry. From the meticulously crafted environment to the bespoke services, KOKO Salon stands as a beacon of trust, precision, and unparalleled luxury." - imageSrc="http://img.b2bpic.net/free-photo/blonde-girl-posing-bathroom-with-bath-robe_23-2148147502.jpg" - imageAlt="barber focusing on details haircut" - mediaAnimation="opacity" /> @@ -98,23 +70,14 @@ export default function LandingPage() { useInvertedBackground={false} metrics={[ { - id: "years-experience", - icon: Award, - title: "Years of Expertise", - value: "15+", - }, + id: "years-experience", icon: Award, + title: "Years of Expertise", value: "15+"}, { - id: "clients-served", - icon: Users, - title: "Clients Served", - value: "10,000+", - }, + id: "clients-served", icon: Users, + title: "Clients Served", value: "10,000+"}, { - id: "rating-average", - icon: Star, - title: "Average Rating", - value: "4.9/5", - }, + id: "rating-average", icon: Star, + title: "Average Rating", value: "4.9/5"}, ]} title="Our Commitment to Craftsmanship" description="Driven by passion and dedication, KOKO Salon has achieved milestones in luxury grooming, earning the trust of our discerning clientele. Our numbers speak for themselves, reflecting years of exceptional service and artistry." @@ -125,87 +88,51 @@ export default function LandingPage() {