From 8acd0d7294e2266bd78bbb0798fd8870aad7ed79 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 11:23:08 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6fa131a..31d3d77 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -47,14 +47,14 @@ export default function LandingPage() { tag="Gastronomia Premium" tagIcon={Utensils} tagAnimation="slide-up" - background={{ variant: "aurora" }} + background={{ variant: "animated-grid" }} mediaItems={[ { imageSrc: "http://img.b2bpic.net/free-photo/top-view-various-plates-food-breakfst-fruit-salads-fried-eggr-with-herbs-ham_140725-12627.jpg", imageAlt: "Buffet colorido do Sabor Pastel" }, - { imageSrc: "http://img.b2bpic.net/free-photo/decorated-wedding-reception-venue-with-view-sea-through-windows_637285-1001.jpg?_wi=1", imageAlt: "Interior climatizado e acolhedor" }, - { imageSrc: "http://img.b2bpic.net/free-photo/top-view-grilled-beef-meat-with-baked-potato-sauce-wooden-board_140725-10395.jpg?_wi=1", imageAlt: "Churrasco de qualidade premium" }, - { imageSrc: "http://img.b2bpic.net/free-photo/close-up-fresh-vegetables-salad-bowl-with-rustic-old-wooden-background-healthy-food-concept_1150-1837.jpg?_wi=1", imageAlt: "Variedade de saladas e guarnições" }, - { imageSrc: "http://img.b2bpic.net/free-photo/side-close-up-view-cake-with-cup-tea-cake-strawberries-cup-tea-with-lemon-chocolate-cookies-star-anise-table_140725-122995.jpg?_wi=1", imageAlt: "Sobremesas artesanais deliciosas" }, - { imageSrc: "http://img.b2bpic.net/free-photo/top-view-glass-beer-bottle-with-mix-salty-snacks-blue-with-copy-space_141793-6600.jpg?_wi=1", imageAlt: "Seleção de bebidas e cervejas" } + { imageSrc: "http://img.b2bpic.net/free-photo/decorated-wedding-reception-venue-with-view-sea-through-windows_637285-1001.jpg", imageAlt: "Interior climatizado e acolhedor" }, + { imageSrc: "http://img.b2bpic.net/free-photo/top-view-grilled-beef-meat-with-baked-potato-sauce-wooden-board_140725-10395.jpg", imageAlt: "Churrasco de qualidade premium" }, + { imageSrc: "http://img.b2bpic.net/free-photo/close-up-fresh-vegetables-salad-bowl-with-rustic-old-wooden-background-healthy-food-concept_1150-1837.jpg", imageAlt: "Variedade de saladas e guarnições" }, + { imageSrc: "http://img.b2bpic.net/free-photo/side-close-up-view-cake-with-cup-tea-cake-strawberries-cup-tea-with-lemon-chocolate-cookies-star-anise-table_140725-122995.jpg", imageAlt: "Sobremesas artesanais deliciosas" }, + { imageSrc: "http://img.b2bpic.net/free-photo/top-view-glass-beer-bottle-with-mix-salty-snacks-blue-with-copy-space_141793-6600.jpg", imageAlt: "Seleção de bebidas e cervejas" } ]} buttons={[ { text: "Ligar Agora", href: "tel:+5521987654321" }, @@ -93,15 +93,15 @@ export default function LandingPage() { }, { id: 2, - title: "Ambiente Amplo e Climatizado", description: "Espaço confortável, bem iluminado e climatizado. Perfeito para famílias, grupos de trabalho e comemorações. Crianças têm espaço para brincar.", imageSrc: "http://img.b2bpic.net/free-photo/decorated-wedding-reception-venue-with-view-sea-through-windows_637285-1001.jpg?_wi=2", imageAlt: "Interior do buffet" + title: "Ambiente Amplo e Climatizado", description: "Espaço confortável, bem iluminado e climatizado. Perfeito para famílias, grupos de trabalho e comemorações. Crianças têm espaço para brincar.", imageSrc: "http://img.b2bpic.net/free-photo/decorated-wedding-reception-venue-with-view-sea-through-windows_637285-1001.jpg", imageAlt: "Interior do buffet" }, { id: 3, - title: "Buffet à Vontade com Variedade", description: "Arroz, feijão, guarnições, saladas, carnes de churrasco e opções vegetarianas. Sobremesas artesanais que complementam sua refeição.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-fresh-vegetables-salad-bowl-with-rustic-old-wooden-background-healthy-food-concept_1150-1837.jpg?_wi=2", imageAlt: "Saladas variadas" + title: "Buffet à Vontade com Variedade", description: "Arroz, feijão, guarnições, saladas, carnes de churrasco e opções vegetarianas. Sobremesas artesanais que complementam sua refeição.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-fresh-vegetables-salad-bowl-with-rustic-old-wooden-background-healthy-food-concept_1150-1837.jpg", imageAlt: "Saladas variadas" }, { id: 4, - title: "Bebidas Premium e Conveniência", description: "Seleção de cervejas, vinhos e cafés de qualidade. Estacionamento gratuito no local e na rua. Aceitamos Alelo, Pluxee/Sodexo, cartões e PIX.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-glass-beer-bottle-with-mix-salty-snacks-blue-with-copy-space_141793-6600.jpg?_wi=2", imageAlt: "Bebidas selecionadas" + title: "Bebidas Premium e Conveniência", description: "Seleção de cervejas, vinhos e cafés de qualidade. Estacionamento gratuito no local e na rua. Aceitamos Alelo, Pluxee/Sodexo, cartões e PIX.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-glass-beer-bottle-with-mix-salty-snacks-blue-with-copy-space_141793-6600.jpg", imageAlt: "Bebidas selecionadas" } ]} /> @@ -121,15 +121,15 @@ export default function LandingPage() { products={[ { id: "1", brand: "Sabor Pastel", name: "Churrasco Premium", price: "A partir de R$ 59,90", rating: 5, - reviewCount: "4.6k", imageSrc: "http://img.b2bpic.net/free-photo/top-view-grilled-beef-meat-with-baked-potato-sauce-wooden-board_140725-10395.jpg?_wi=2", imageAlt: "Churrasco suculento do Sabor Pastel" + reviewCount: "4.6k", imageSrc: "http://img.b2bpic.net/free-photo/top-view-grilled-beef-meat-with-baked-potato-sauce-wooden-board_140725-10395.jpg", imageAlt: "Churrasco suculento do Sabor Pastel" }, { id: "2", brand: "Sabor Pastel", name: "Buffet Completo", price: "A partir de R$ 49,90", rating: 5, - reviewCount: "3.8k", imageSrc: "http://img.b2bpic.net/free-photo/close-up-fresh-vegetables-salad-bowl-with-rustic-old-wooden-background-healthy-food-concept_1150-1837.jpg?_wi=3", imageAlt: "Buffet variado com saladas e guarnições" + reviewCount: "3.8k", imageSrc: "http://img.b2bpic.net/free-photo/close-up-fresh-vegetables-salad-bowl-with-rustic-old-wooden-background-healthy-food-concept_1150-1837.jpg", imageAlt: "Buffet variado com saladas e guarnições" }, { id: "3", brand: "Sabor Pastel", name: "Sobremesas Artesanais", price: "A partir de R$ 12,90", rating: 5, - reviewCount: "2.1k", imageSrc: "http://img.b2bpic.net/free-photo/side-close-up-view-cake-with-cup-tea-cake-strawberries-cup-tea-with-lemon-chocolate-cookies-star-anise-table_140725-122995.jpg?_wi=2", imageAlt: "Sobremesas caseiras deliciosas" + reviewCount: "2.1k", imageSrc: "http://img.b2bpic.net/free-photo/side-close-up-view-cake-with-cup-tea-cake-strawberries-cup-tea-with-lemon-chocolate-cookies-star-anise-table_140725-122995.jpg", imageAlt: "Sobremesas caseiras deliciosas" } ]} /> @@ -161,7 +161,7 @@ export default function LandingPage() { tagAnimation="slide-up" textboxLayout="default" useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/decorated-wedding-reception-venue-with-view-sea-through-windows_637285-1001.jpg?_wi=3" + imageSrc="http://img.b2bpic.net/free-photo/decorated-wedding-reception-venue-with-view-sea-through-windows_637285-1001.jpg" imageAlt="Interior aconchegante do restaurante" mediaAnimation="slide-up" mediaPosition="right" @@ -196,9 +196,9 @@ export default function LandingPage() { description="Entre em contato para reservas, dúvidas ou sugestões. Estamos sempre prontos para recebê-lo!" tagIcon={Phone} tagAnimation="slide-up" - background={{ variant: "aurora" }} + background={{ variant: "animated-grid" }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/decorated-wedding-reception-venue-with-view-sea-through-windows_637285-1001.jpg?_wi=4" + imageSrc="http://img.b2bpic.net/free-photo/decorated-wedding-reception-venue-with-view-sea-through-windows_637285-1001.jpg" imageAlt="Ambiente do Sabor Pastel" mediaAnimation="slide-up" mediaPosition="right" -- 2.49.1