diff --git a/src/app/page.tsx b/src/app/page.tsx index 6e353a9..21a17a0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -103,14 +103,27 @@ export default function LandingPage() { animationType="slide-up" textboxLayout="split" useInvertedBackground={false} - testimonials={[]} + testimonials={[ + { + id: "hba1", name: "John Doe", role: "CEO", company: "Houston Business Associates", rating: 5, + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3E2oxrFNdTdNNe7sGSUmkXqtimh/uploaded-1779387645741-j7nvn403.png?_wi=2", imageAlt: "John Doe from Houston Business Associates" + }, + { + id: "hba2", name: "Jane Smith", role: "Marketing Director", company: "Houston Business Associates", rating: 5, + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3E2oxrFNdTdNNe7sGSUmkXqtimh/uploaded-1779387645741-odukjor5.png?_wi=2", imageAlt: "Jane Smith from Houston Business Associates" + }, + { + id: "hba3", name: "Robert Johnson", role: "Founder", company: "Houston Business Associates", rating: 5, + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3E2oxrFNdTdNNe7sGSUmkXqtimh/uploaded-1779387645741-j7nvn403.png?_wi=3", imageAlt: "Robert Johnson from Houston Business Associates" + } + ]} kpiItems={[ { value: "15K+", label: "Meals Served" }, { value: "500+", label: "Events Catered" }, { value: "4.9★", label: "Guest Rating" }, ]} - title="Loved by Our Guests" - description="Hear what our regulars have to say." + title="Trusted by Leading Businesses" + description="Hear why Houston Business Associates and others consistently choose Oscar's for exceptional catering and dining experiences." />