Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
179
src/app/page.tsx
179
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() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Início",
|
||||
id: "#hero",
|
||||
},
|
||||
name: "Início", id: "#hero"},
|
||||
{
|
||||
name: "Sobre",
|
||||
id: "#sobre",
|
||||
},
|
||||
name: "Sobre", id: "#sobre"},
|
||||
{
|
||||
name: "Cardápio",
|
||||
id: "#cardapio",
|
||||
},
|
||||
name: "Cardápio", id: "#cardapio"},
|
||||
{
|
||||
name: "Contato",
|
||||
id: "#contato",
|
||||
},
|
||||
name: "Contato", id: "#contato"},
|
||||
]}
|
||||
brandName="Tempero da Rose"
|
||||
/>
|
||||
@@ -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"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -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() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "canvas-reveal",
|
||||
}}
|
||||
variant: "canvas-reveal"}}
|
||||
tag="Localização"
|
||||
title="Venha nos visitar"
|
||||
description="R. Maj. Diogo, 433 - Bela Vista, São Paulo - SP, 01324-001 | (11) 3289-0543"
|
||||
@@ -242,38 +162,25 @@ export default function LandingPage() {
|
||||
logoText="Tempero da Rose"
|
||||
columns={[
|
||||
{
|
||||
title: "Menu",
|
||||
items: [
|
||||
title: "Menu", items: [
|
||||
{
|
||||
label: "Cardápio",
|
||||
href: "#cardapio",
|
||||
},
|
||||
label: "Cardápio", href: "#cardapio"},
|
||||
{
|
||||
label: "Serviços",
|
||||
href: "#servicos",
|
||||
},
|
||||
label: "Serviços", href: "#servicos"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contato",
|
||||
items: [
|
||||
title: "Contato", items: [
|
||||
{
|
||||
label: "(11) 3289-0543",
|
||||
href: "tel:+551132890543",
|
||||
},
|
||||
label: "(11) 3289-0543", href: "tel:+551132890543"},
|
||||
{
|
||||
label: "Instagram",
|
||||
href: "#",
|
||||
},
|
||||
label: "Instagram", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Política de Privacidade",
|
||||
href: "#",
|
||||
},
|
||||
label: "Política de Privacidade", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user