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