Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| e5e5e33d18 | |||
| 6c153072b1 | |||
| 13fcf5552c |
@@ -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."
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user