4 Commits

Author SHA1 Message Date
e280132ba2 Merge version_4 into main
Merge version_4 into main
2026-05-27 16:01:58 +00:00
e5e5e33d18 Update src/app/page.tsx 2026-05-27 16:01:55 +00:00
6c153072b1 Merge version_3 into main
Merge version_3 into main
2026-05-21 18:21:24 +00:00
13fcf5552c Merge version_3 into main
Merge version_3 into main
2026-05-21 18:21:00 +00:00

View File

@@ -103,14 +103,27 @@ export default function LandingPage() {
animationType="slide-up" animationType="slide-up"
textboxLayout="split" textboxLayout="split"
useInvertedBackground={false} 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={[ kpiItems={[
{ value: "15K+", label: "Meals Served" }, { value: "15K+", label: "Meals Served" },
{ value: "500+", label: "Events Catered" }, { value: "500+", label: "Events Catered" },
{ value: "4.9★", label: "Guest Rating" }, { value: "4.9★", label: "Guest Rating" },
]} ]}
title="Loved by Our Guests" title="Trusted by Leading Businesses"
description="Hear what our regulars have to say." description="Hear why Houston Business Associates and others consistently choose Oscar's for exceptional catering and dining experiences."
/> />
</div> </div>