diff --git a/src/pages/HomePage/sections/WhyChoose.tsx b/src/pages/HomePage/sections/WhyChoose.tsx index 9e8bc13..3a90805 100644 --- a/src/pages/HomePage/sections/WhyChoose.tsx +++ b/src/pages/HomePage/sections/WhyChoose.tsx @@ -1,29 +1,115 @@ -// AUTO-GENERATED by per-section-migrate. Edit freely — Bob will treat this -// file as the canonical source for the "why-choose" section. +/* eslint-disable */ +// @ts-nocheck — generated by catalog-eject; runtime-correct but TS strict-mode false-positives on inlined catalog body +import { cls } from "@/lib/utils"; +import Button from "@/components/ui/Button"; +import TextAnimation from "@/components/ui/TextAnimation"; +import ImageOrVideo from "@/components/ui/ImageOrVideo"; +import ScrollReveal from "@/components/ui/ScrollReveal"; -import React from 'react'; -import MetricsMediaCards from '@/components/sections/metrics/MetricsMediaCards'; -import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; +const metrics = [ + { + value: "15+", + title: "Years Experience", + description: "Industry trusted family business.", + imageSrc: "http://img.b2bpic.net/free-vector/ui-ux-element-security-button_24877-82400.jpg" + }, + { + value: "100+", + title: "Business Clients", + description: "Long-term partnership network.", + imageSrc: "http://img.b2bpic.net/free-photo/marketing-concept-with-wooden-figures-person-wooden-black-heart-background-flat-lay_176474-7807.jpg" + }, + { + value: "1000+", + title: "Workforce Placements", + description: "Exceptional talent delivery.", + imageSrc: "http://img.b2bpic.net/free-vector/collection-new-year-badges-2018_23-2147701497.jpg" + } +]; -export default function WhyChooseSection(): React.JSX.Element { - return ( -
{"Why Choose Us"}
+{metric.description}
+