diff --git a/src/app/page.tsx b/src/app/page.tsx index ee6a7d7..e4875fa 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatin import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; -import { Heart } from "lucide-react"; +import { Heart, Coffee, ShoppingBag, Truck, Utensils } from "lucide-react"; export default function LandingPage() { return ( @@ -31,21 +31,13 @@ export default function LandingPage() { @@ -57,15 +49,11 @@ export default function LandingPage() { description="Pratos simples, saborosos e com aquele tempero especial da Rose. Comida caseira com sabor de verdade." buttons={[ { - text: "Ver Cardápio", - href: "#cardapio", - }, + text: "Ver Cardápio", href: "#cardapio"}, { - text: "Fazer Pedido", - href: "https://wa.me/551132890543", - }, + text: "Fazer Pedido", href: "https://wa.me/551132890543"}, ]} - imageSrc="http://img.b2bpic.net/free-photo/flat-lay-kidney-beans-with-rice-bowl_23-2148660367.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/flat-lay-kidney-beans-with-rice-bowl_23-2148660367.jpg" /> @@ -76,7 +64,7 @@ export default function LandingPage() { title="Atenção, simpatia e comidinha simples" description="O Restaurante Tempero da Rose nasceu do desejo de oferecer comida caseira autêntica em um ambiente pequeno e acolhedor. Somos conhecidos por nossa dedicação, pelo atendimento amigo e pelo sabor que traz lembranças de casa." subdescription="Sempre focados na qualidade e na satisfação de quem nos visita todos os dias." - imageSrc="http://img.b2bpic.net/free-photo/modern-dining-london-table-empty_1203-4494.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/modern-dining-london-table-empty_1203-4494.jpg" mediaAnimation="slide-up" icon={Heart} /> @@ -90,59 +78,23 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "p1", - brand: "Pratos do Dia", - name: "Feijoada Completa", - price: "R$ 35,00", - rating: 5, - reviewCount: "120", - imageSrc: "http://img.b2bpic.net/free-photo/djiz-byz-traditional-dish-liver-heart-potato-greens-side-view_141793-4405.jpg?_wi=1", - }, + id: "p1", brand: "Pratos do Dia", name: "Feijoada Completa", price: "R$ 35,00", rating: 5, + reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/djiz-byz-traditional-dish-liver-heart-potato-greens-side-view_141793-4405.jpg"}, { - id: "p2", - brand: "Carnes", - name: "Costela Assada", - price: "R$ 42,00", - rating: 5, - reviewCount: "95", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-fresh-salad-with-cherry-tomatoes-lettuce-sliced-radish-pomegranate-lemon-sauce-white-plate_141793-2971.jpg", - }, + id: "p2", brand: "Carnes", name: "Costela Assada", price: "R$ 42,00", rating: 5, + reviewCount: "95", imageSrc: "http://img.b2bpic.net/free-photo/side-view-fresh-salad-with-cherry-tomatoes-lettuce-sliced-radish-pomegranate-lemon-sauce-white-plate_141793-2971.jpg"}, { - id: "p3", - brand: "Carnes", - name: "Rabada com Agrião", - price: "R$ 45,00", - rating: 4, - reviewCount: "80", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-brazilian-food_23-2148875286.jpg", - }, + id: "p3", brand: "Carnes", name: "Rabada com Agrião", price: "R$ 45,00", rating: 4, + reviewCount: "80", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-brazilian-food_23-2148875286.jpg"}, { - id: "p4", - brand: "Sobremesas", - name: "Pudim de Leite", - price: "R$ 12,00", - rating: 5, - reviewCount: "200", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-bowl-with-winter-squash-soup-notebook_23-2148706371.jpg", - }, + id: "p4", brand: "Sobremesas", name: "Pudim de Leite", price: "R$ 12,00", rating: 5, + reviewCount: "200", imageSrc: "http://img.b2bpic.net/free-photo/top-view-bowl-with-winter-squash-soup-notebook_23-2148706371.jpg"}, { - id: "p5", - brand: "Acompanhamentos", - name: "Farofa da Casa", - price: "R$ 8,00", - rating: 4, - reviewCount: "150", - imageSrc: "http://img.b2bpic.net/free-photo/meat-steak-with-beer-tomatoes_23-2148754956.jpg", - }, + id: "p5", brand: "Acompanhamentos", name: "Farofa da Casa", price: "R$ 8,00", rating: 4, + reviewCount: "150", imageSrc: "http://img.b2bpic.net/free-photo/meat-steak-with-beer-tomatoes_23-2148754956.jpg"}, { - id: "p6", - brand: "Bebidas", - name: "Suco Natural", - price: "R$ 10,00", - rating: 4, - reviewCount: "60", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-baked-liver-onion-plate-black-pepper-chopping-board-garlic-grey-table_140725-99814.jpg", - }, + id: "p6", brand: "Bebidas", name: "Suco Natural", price: "R$ 10,00", rating: 4, + reviewCount: "60", imageSrc: "http://img.b2bpic.net/free-photo/top-view-baked-liver-onion-plate-black-pepper-chopping-board-garlic-grey-table_140725-99814.jpg"}, ]} title="Nosso Cardápio" description="Pratos diários, carnes especiais e acompanhamentos preparados com ingredientes selecionados." @@ -155,33 +107,17 @@ export default function LandingPage() { useInvertedBackground={true} features={[ { - title: "Refeição no local", - description: "Ambiente aconchegante para desfrutar seu almoço com calma.", - buttonIcon: "Coffee", - imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-composition-with-delicious-brazilian-food_23-2148739189.jpg", - imageAlt: "Flat lay composition with delicious brazilian food", - }, + title: "Refeição no local", description: "Ambiente aconchegante para desfrutar seu almoço com calma.", buttonIcon: Coffee, + imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-composition-with-delicious-brazilian-food_23-2148739189.jpg", imageAlt: "Flat lay composition with delicious brazilian food"}, { - title: "Para viagem", - description: "Sua comida preferida embalada com cuidado para você levar.", - buttonIcon: "ShoppingBag", - imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-kidney-beans-with-rice-bowl_23-2148660367.jpg?_wi=2", - imageAlt: "Flat lay composition with delicious brazilian food", - }, + title: "Para viagem", description: "Sua comida preferida embalada com cuidado para você levar.", buttonIcon: ShoppingBag, + imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-kidney-beans-with-rice-bowl_23-2148660367.jpg", imageAlt: "Flat lay composition with delicious brazilian food"}, { - title: "Delivery", - description: "Receba nosso tempero especial diretamente na sua casa ou trabalho.", - buttonIcon: "Truck", - imageSrc: "http://img.b2bpic.net/free-photo/modern-dining-london-table-empty_1203-4494.jpg?_wi=2", - imageAlt: "Flat lay composition with delicious brazilian food", - }, + title: "Delivery", description: "Receba nosso tempero especial diretamente na sua casa ou trabalho.", buttonIcon: Truck, + imageSrc: "http://img.b2bpic.net/free-photo/modern-dining-london-table-empty_1203-4494.jpg", imageAlt: "Flat lay composition with delicious brazilian food"}, { - title: "Self-Service", - description: "Liberdade para montar seu prato com as melhores opções do dia.", - buttonIcon: "Utensils", - imageSrc: "http://img.b2bpic.net/free-photo/djiz-byz-traditional-dish-liver-heart-potato-greens-side-view_141793-4405.jpg?_wi=2", - imageAlt: "Flat lay composition with delicious brazilian food", - }, + title: "Self-Service", description: "Liberdade para montar seu prato com as melhores opções do dia.", buttonIcon: Utensils, + imageSrc: "http://img.b2bpic.net/free-photo/djiz-byz-traditional-dish-liver-heart-potato-greens-side-view_141793-4405.jpg", imageAlt: "Flat lay composition with delicious brazilian food"}, ]} title="Nossos Serviços" description="Atendemos de várias formas para você aproveitar nosso tempero como preferir." @@ -193,30 +129,15 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", - name: "Ana Silva", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-woman-posing-outdoors_23-2150150729.jpg", - }, + id: "1", name: "Ana Silva", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-woman-posing-outdoors_23-2150150729.jpg"}, { - id: "2", - name: "Carlos Souza", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-friends-restaurant_23-2148395397.jpg", - }, + id: "2", name: "Carlos Souza", imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-friends-restaurant_23-2148395397.jpg"}, { - id: "3", - name: "Fernanda Lima", - imageSrc: "http://img.b2bpic.net/free-photo/girl-sitting-table-holding-mobile-phone-indoors_171337-17096.jpg", - }, + id: "3", name: "Fernanda Lima", imageSrc: "http://img.b2bpic.net/free-photo/girl-sitting-table-holding-mobile-phone-indoors_171337-17096.jpg"}, { - id: "4", - name: "João Pereira", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-woman-holding-her-her_23-2148631401.jpg", - }, + id: "4", name: "João Pereira", imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-woman-holding-her-her_23-2148631401.jpg"}, { - id: "5", - name: "Mariana Costa", - imageSrc: "http://img.b2bpic.net/free-photo/smiley-couple-sharing-fast-food_329181-20757.jpg", - }, + id: "5", name: "Mariana Costa", imageSrc: "http://img.b2bpic.net/free-photo/smiley-couple-sharing-fast-food_329181-20757.jpg"}, ]} cardTitle="Avaliações" cardTag="4.6/5 ⭐" @@ -228,8 +149,7 @@ export default function LandingPage() {