Merge version_1 into main #6
@@ -46,8 +46,8 @@ export default function LandingPage() {
|
||||
primaryButton={{ text: "📞 Ligar Agora", href: "tel:+5513996495037" }}
|
||||
secondaryButton={{ text: "📲 Pedir no WhatsApp", href: "https://wa.me/5513996495037?text=Olá%20D'Casa!" }}
|
||||
testimonials={[
|
||||
{ name: "Cliente Satisfeito", handle: "Guarujá", text: "Melhor restaurante da região, preço ótimo e comida deliciosa!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/stylish-girl-sitting-restaurant_8353-7822.jpg?_wi=1" },
|
||||
{ name: "Maria Silva", handle: "Família", text: "Pizza muito boa e pratos bem servidos. Perfeito para o fim de semana!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-happy-people-with-food_23-2149152871.jpg?_wi=1" }
|
||||
{ name: "Cliente Satisfeito", handle: "Guarujá", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/stylish-girl-sitting-restaurant_8353-7822.jpg?_wi=1" },
|
||||
{ name: "Maria Silva", handle: "Família", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-happy-people-with-food_23-2149152871.jpg?_wi=1" }
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/high-angle-chef-baking-pizza-wood-fired-oven_52683-106696.jpg"
|
||||
/>
|
||||
@@ -62,7 +62,7 @@ export default function LandingPage() {
|
||||
{ icon: MapPin, label: "Localização", value: "Guarujá" },
|
||||
{ icon: Clock, label: "Horário", value: "Até 22h" }
|
||||
]}
|
||||
metricsAnimation="fade-in"
|
||||
metricsAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
@@ -76,9 +76,9 @@ export default function LandingPage() {
|
||||
{ id: "2", name: "Peixe à Dorê", price: "R$ 35,90", variant: "Crocante com batata frita", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-fried-fishes-lemon-slices-brown-plate-spices-mix-colors-table-with-free-space_179666-18217.jpg", imageAlt: "Peixe à Dorê" },
|
||||
{ id: "3", name: "Pizza Forno a Lenha", price: "R$ 42,90", variant: "Pizza artesanal tamanho grande", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-delicious-sliced-pizza-with-parmesan_23-2148753766.jpg", imageAlt: "Pizza Forno a Lenha" }
|
||||
]}
|
||||
gridVariant="grid"
|
||||
gridVariant="auto"
|
||||
animationType="slide-up"
|
||||
textboxLayout="center"
|
||||
textboxLayout="left"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
@@ -92,7 +92,7 @@ export default function LandingPage() {
|
||||
{ id: "2", name: "João Pedro", role: "Frequentador", testimonial: "Pizza no forno a lenha simplesmente perfeita.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-happy-people-with-food_23-2149152871.jpg?_wi=2", imageAlt: "João Pedro", icon: Star }
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="center"
|
||||
textboxLayout="left"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
@@ -104,8 +104,6 @@ export default function LandingPage() {
|
||||
description="Preencha o formulário e confirme seu pedido."
|
||||
inputPlaceholder="Seu telefone..."
|
||||
buttonText="Enviar Pedido"
|
||||
background="primary"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user