Merge version_1 into main #2
@@ -114,12 +114,12 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{ name: "Anna S.", handle: "@anna", testimonial: "Amazing food!", rating: 5 },
|
||||
{ name: "Markus L.", handle: "@markus", testimonial: "Authentic flavors.", rating: 5 }
|
||||
{ name: "Anna S.", testimonial: "Amazing food!", rating: 5 },
|
||||
{ name: "Markus L.", testimonial: "Authentic flavors.", rating: 5 }
|
||||
]}
|
||||
kpiItems={[
|
||||
{ value: "5.0", description: "Average Rating" },
|
||||
{ value: "5000+", description: "Satisfied Guests" }
|
||||
{ value: "5.0", label: "Average Rating" },
|
||||
{ value: "5000+", label: "Satisfied Guests" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user