diff --git a/src/app/page.tsx b/src/app/page.tsx index 3172a2a..afaa724 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -42,6 +42,13 @@ export default function HomePage() { { src: "http://img.b2bpic.net/free-photo/strawberry-pie-with-red-syrup-fruits-white-plate_114579-28836.jpg", alt: "Guest 4" }, { src: "http://img.b2bpic.net/free-photo/close-up-traditional-easter-soup_329181-1650.jpg", alt: "Guest 5" } ]} + marqueeItems={[ + { type: "text", text: "Produtos Frescos" }, + { type: "text", text: "Tradição Açoriana" }, + { type: "text", text: "Vinhos Regionais" }, + { type: "text", text: "Receitas de Família" }, + { type: "text", text: "Ambiente Acolhedor" } + ]} />
@@ -96,11 +103,11 @@ export default function HomePage() { rating={5} author="Michael Chen" avatars={[ - { src: "http://img.b2bpic.net/free-photo/close-up-appetizing-ramadan-meal_23-2151182449.jpg", alt: "Guest 1" }, - { src: "http://img.b2bpic.net/free-photo/vintage-background_23-2151901332.jpg", alt: "Guest 2" }, - { src: "http://img.b2bpic.net/free-photo/gourmet-bruschetta-meat-close-up_23-2148516970.jpg", alt: "Guest 3" }, - { src: "http://img.b2bpic.net/free-photo/strawberry-pie-with-red-syrup-fruits-white-plate_114579-28836.jpg", alt: "Guest 4" }, - { src: "http://img.b2bpic.net/free-photo/close-up-traditional-easter-soup_329181-1650.jpg", alt: "Guest 5" } + { src: "http://img.b2bpic.net/free-photo/close-up-appetizing-ramadan-meal_23-2151182449.jpg", alt: "Customer A" }, + { src: "http://img.b2bpic.net/free-photo/vintage-background_23-2151901332.jpg", alt: "Customer B" }, + { src: "http://img.b2bpic.net/free-photo/gourmet-bruschetta-meat-close-up_23-2148516970.jpg", alt: "Customer C" }, + { src: "http://img.b2bpic.net/free-photo/strawberry-pie-with-red-syrup-fruits-white-plate_114579-28836.jpg", alt: "Customer D" }, + { src: "http://img.b2bpic.net/free-photo/close-up-traditional-easter-soup_329181-1650.jpg", alt: "Customer E" } ]} ratingAnimation="blur-reveal" avatarsAnimation="slide-up" @@ -128,4 +135,4 @@ export default function HomePage() {
); -} +} \ No newline at end of file