Update src/app/page.tsx
This commit is contained in:
@@ -112,6 +112,7 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
showRating={true}
|
||||
ratingClassName="text-yellow-500"
|
||||
testimonials={[
|
||||
{ id: "1", name: "Juan Pérez", handle: "@juanperez", testimonial: "Comida excelente y ambiente muy cálido, 100% recomendable.", rating: 5 },
|
||||
{ id: "2", name: "Ana Gómez", handle: "@anagomez", testimonial: "La atención de primera, volveré sin dudas.", rating: 5 },
|
||||
|
||||
Reference in New Issue
Block a user