2 Commits

Author SHA1 Message Date
45b60c0444 Merge version_2 into main
Merge version_2 into main
2026-04-05 14:59:38 +00:00
a10bc6e5ca Update src/app/page.tsx 2026-04-05 14:59:32 +00:00

View File

@@ -31,97 +31,62 @@ export default function LandingPage() {
<NavbarLayoutFloatingInline <NavbarLayoutFloatingInline
navItems={[ navItems={[
{ {
name: "Início", name: "Início", id: "hero"},
id: "hero",
},
{ {
name: "Sobre", name: "Sobre", id: "about"},
id: "about",
},
{ {
name: "Menu", name: "Menu", id: "products"},
id: "products",
},
{ {
name: "Contato", name: "Contato", id: "contact"},
id: "contact",
},
]} ]}
brandName="Casa do Pão" brandName="Casa do Pão"
button={{ button={{
text: "Peça agora", text: "Peça agora", href: "https://wa.me/5584981808380"}}
href: "https://wa.me/5584999999999",
}}
/> />
</div> </div>
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroSplit <HeroSplit
background={{ background={{
variant: "gradient-bars", variant: "gradient-bars"}}
}}
title="A melhor tradição de Açu na sua mesa" title="A melhor tradição de Açu na sua mesa"
description="Venha saborear pães frescos, refeições completas e aquele café da manhã que você ama. Qualidade, preço acessível e muito carinho em cada detalhe." description="Venha saborear pães frescos, refeições completas e aquele café da manhã que você ama. Qualidade, preço acessível e muito carinho em cada detalhe."
buttons={[ buttons={[
{ {
text: "Ver Cardápio", text: "Ver Cardápio", href: "#products"},
href: "#products",
},
{ {
text: "WhatsApp", text: "WhatsApp", href: "https://wa.me/5584981808380"},
href: "https://wa.me/5584999999999",
},
]} ]}
imageSrc="http://img.b2bpic.net/free-photo/tasty-food-with-banana-concept-tasty-food-with-banana_185193-162477.jpg" imageSrc="http://img.b2bpic.net/free-photo/tasty-food-with-banana-concept-tasty-food-with-banana_185193-162477.jpg"
mediaAnimation="slide-up" mediaAnimation="slide-up"
avatars={[ avatars={[
{ {
src: "http://img.b2bpic.net/free-photo/portrait-european-woman-with-blonde-hair-enjoying-donuts-kitchen-home-villa_343596-308.jpg", src: "http://img.b2bpic.net/free-photo/portrait-european-woman-with-blonde-hair-enjoying-donuts-kitchen-home-villa_343596-308.jpg", alt: "Cliente satisfeito"},
alt: "Cliente satisfeito",
},
{ {
src: "http://img.b2bpic.net/free-photo/woman-with-thumbs-up_1149-1163.jpg", src: "http://img.b2bpic.net/free-photo/woman-with-thumbs-up_1149-1163.jpg", alt: "Cliente satisfeito"},
alt: "Cliente satisfeito",
},
{ {
src: "http://img.b2bpic.net/free-photo/side-view-woman-with-face-mask-while-using-her-phone-outdoor-table-cafe_181624-28897.jpg", src: "http://img.b2bpic.net/free-photo/side-view-woman-with-face-mask-while-using-her-phone-outdoor-table-cafe_181624-28897.jpg", alt: "Cliente satisfeito"},
alt: "Cliente satisfeito",
},
{ {
src: "http://img.b2bpic.net/free-photo/happy-black-family-having-thanksgiving-lunch-dining-table_637285-12965.jpg", src: "http://img.b2bpic.net/free-photo/happy-black-family-having-thanksgiving-lunch-dining-table_637285-12965.jpg", alt: "Cliente satisfeito"},
alt: "Cliente satisfeito",
},
{ {
src: "http://img.b2bpic.net/free-photo/smiling-young-beautiful-woman-showing-ok-sign-looking-camera_1262-13033.jpg", src: "http://img.b2bpic.net/free-photo/smiling-young-beautiful-woman-showing-ok-sign-looking-camera_1262-13033.jpg", alt: "Cliente satisfeito"},
alt: "Cliente satisfeito",
},
]} ]}
avatarText="Mais de 500 clientes satisfeitos" avatarText="Mais de 500 clientes satisfeitos"
marqueeItems={[ marqueeItems={[
{ {
type: "text-icon", type: "text-icon", text: "Pães Artesanais", icon: Wheat,
text: "Pães Artesanais",
icon: Wheat,
}, },
{ {
type: "text-icon", type: "text-icon", text: "Café da Manhã", icon: Coffee,
text: "Café da Manhã",
icon: Coffee,
}, },
{ {
type: "text-icon", type: "text-icon", text: "Almoço Caseiro", icon: Utensils,
text: "Almoço Caseiro",
icon: Utensils,
}, },
{ {
type: "text-icon", type: "text-icon", text: "Entrega Rápida", icon: Truck,
text: "Entrega Rápida",
icon: Truck,
}, },
{ {
type: "text-icon", type: "text-icon", text: "Qualidade Garantida", icon: ShieldCheck,
text: "Qualidade Garantida",
icon: ShieldCheck,
}, },
]} ]}
/> />
@@ -144,20 +109,11 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
features={[ features={[
{ {
title: "Ingredientes Frescos", title: "Ingredientes Frescos", description: "Produtos feitos diariamente garantindo o sabor original.", imageSrc: "http://img.b2bpic.net/free-photo/hands-pouring-milk-prepare-dough_23-2148327882.jpg"},
description: "Produtos feitos diariamente garantindo o sabor original.",
imageSrc: "http://img.b2bpic.net/free-photo/hands-pouring-milk-prepare-dough_23-2148327882.jpg",
},
{ {
title: "Refeições Completas", title: "Refeições Completas", description: "Opções variadas de almoço e jantar com tempero caseiro.", imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-passing-food-her-husband-while-having-family-lunch-home_637285-3243.jpg"},
description: "Opções variadas de almoço e jantar com tempero caseiro.",
imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-passing-food-her-husband-while-having-family-lunch-home_637285-3243.jpg",
},
{ {
title: "Entrega Rápida", title: "Entrega Rápida", description: "Receba todo o sabor da nossa casa no conforto do seu lar.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-terrace-with-mask_23-2148630881.jpg"},
description: "Receba todo o sabor da nossa casa no conforto do seu lar.",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-terrace-with-mask_23-2148630881.jpg",
},
]} ]}
title="Por que nos escolher?" title="Por que nos escolher?"
description="Nosso compromisso é servir com excelência em todos os momentos do seu dia." description="Nosso compromisso é servir com excelência em todos os momentos do seu dia."
@@ -172,41 +128,17 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
products={[ products={[
{ {
id: "p1", id: "p1", name: "Pão de Queijo Especial", price: "R$ 3,50", imageSrc: "http://img.b2bpic.net/free-photo/delicious-cheese-bread-baked-arrangement_23-2149042413.jpg"},
name: "Pão de Queijo Especial",
price: "R$ 3,50",
imageSrc: "http://img.b2bpic.net/free-photo/delicious-cheese-bread-baked-arrangement_23-2149042413.jpg",
},
{ {
id: "p2", id: "p2", name: "Baguete Artesanal", price: "R$ 8,00", imageSrc: "http://img.b2bpic.net/free-photo/bread-menu-restaurant_624325-713.jpg"},
name: "Baguete Artesanal",
price: "R$ 8,00",
imageSrc: "http://img.b2bpic.net/free-photo/bread-menu-restaurant_624325-713.jpg",
},
{ {
id: "p3", id: "p3", name: "Sanduíche Natural", price: "R$ 12,00", imageSrc: "http://img.b2bpic.net/free-photo/vegetarian-sandwich-with-salad-tomatoes-wooden-table-surface_613910-7441.jpg"},
name: "Sanduíche Natural",
price: "R$ 12,00",
imageSrc: "http://img.b2bpic.net/free-photo/vegetarian-sandwich-with-salad-tomatoes-wooden-table-surface_613910-7441.jpg",
},
{ {
id: "p4", id: "p4", name: "Croissant de Chocolate", price: "R$ 6,00", imageSrc: "http://img.b2bpic.net/free-photo/delicious-sliced-pastries-inside-plate-with-filling-white-pastry-cookie-biscuit-sweet-tea_140725-31887.jpg"},
name: "Croissant de Chocolate",
price: "R$ 6,00",
imageSrc: "http://img.b2bpic.net/free-photo/delicious-sliced-pastries-inside-plate-with-filling-white-pastry-cookie-biscuit-sweet-tea_140725-31887.jpg",
},
{ {
id: "p5", id: "p5", name: "Almoço Executivo", price: "R$ 18,00", imageSrc: "http://img.b2bpic.net/free-photo/half-top-view-sweet-yummy-candies-with-white-cheese-grapes-dark-background-fruits-candy-tea-sweet-goodies-sweet_140725-115857.jpg"},
name: "Almoço Executivo",
price: "R$ 18,00",
imageSrc: "http://img.b2bpic.net/free-photo/half-top-view-sweet-yummy-candies-with-white-cheese-grapes-dark-background-fruits-candy-tea-sweet-goodies-sweet_140725-115857.jpg",
},
{ {
id: "p6", id: "p6", name: "Café com Bolo", price: "R$ 7,00", imageSrc: "http://img.b2bpic.net/free-photo/two-yummy-cakes-dark-plate-with-coffee-beans-high-quality-photo_114579-68002.jpg"},
name: "Café com Bolo",
price: "R$ 7,00",
imageSrc: "http://img.b2bpic.net/free-photo/two-yummy-cakes-dark-plate-with-coffee-beans-high-quality-photo_114579-68002.jpg",
},
]} ]}
title="Nosso Menu" title="Nosso Menu"
description="Conheça nossas delícias diárias, perfeitas para qualquer hora." description="Conheça nossas delícias diárias, perfeitas para qualquer hora."
@@ -221,45 +153,20 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
testimonials={[ testimonials={[
{ {
id: "t1", id: "t1", name: "Maria Silva", role: "Cliente", company: "Açu", rating: 5,
name: "Maria Silva", imageSrc: "http://img.b2bpic.net/free-photo/portrait-european-woman-with-blonde-hair-enjoying-donuts-kitchen-home-villa_343596-308.jpg"},
role: "Cliente",
company: "Açu",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-european-woman-with-blonde-hair-enjoying-donuts-kitchen-home-villa_343596-308.jpg",
},
{ {
id: "t2", id: "t2", name: "João Santos", role: "Cliente", company: "Açu", rating: 5,
name: "João Santos", imageSrc: "http://img.b2bpic.net/free-photo/woman-with-thumbs-up_1149-1163.jpg"},
role: "Cliente",
company: "Açu",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/woman-with-thumbs-up_1149-1163.jpg",
},
{ {
id: "t3", id: "t3", name: "Ana Oliveira", role: "Cliente", company: "Açu", rating: 5,
name: "Ana Oliveira", imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-with-face-mask-while-using-her-phone-outdoor-table-cafe_181624-28897.jpg"},
role: "Cliente",
company: "Açu",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-with-face-mask-while-using-her-phone-outdoor-table-cafe_181624-28897.jpg",
},
{ {
id: "t4", id: "t4", name: "Pedro Souza", role: "Cliente", company: "Açu", rating: 5,
name: "Pedro Souza", imageSrc: "http://img.b2bpic.net/free-photo/happy-black-family-having-thanksgiving-lunch-dining-table_637285-12965.jpg"},
role: "Cliente",
company: "Açu",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-black-family-having-thanksgiving-lunch-dining-table_637285-12965.jpg",
},
{ {
id: "t5", id: "t5", name: "Carla Lima", role: "Cliente", company: "Açu", rating: 5,
name: "Carla Lima", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-beautiful-woman-showing-ok-sign-looking-camera_1262-13033.jpg"},
role: "Cliente",
company: "Açu",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-beautiful-woman-showing-ok-sign-looking-camera_1262-13033.jpg",
},
]} ]}
title="O que nossos clientes dizem" title="O que nossos clientes dizem"
description="Confira por que somos referência em Açu." description="Confira por que somos referência em Açu."
@@ -270,25 +177,17 @@ export default function LandingPage() {
<ContactSplitForm <ContactSplitForm
useInvertedBackground={false} useInvertedBackground={false}
title="Vamos conversar?" title="Vamos conversar?"
description="Entre em contato conosco para pedidos, dúvidas ou sugestões. Estamos prontos para atender você." description="Endereço: RN-016, 1766 - Vertentes, Açu - RN, 59650-000 | WhatsApp: (84) 98180-8380"
inputs={[ inputs={[
{ {
name: "nome", name: "nome", type: "text", placeholder: "Seu nome", required: true,
type: "text",
placeholder: "Seu nome",
required: true,
}, },
{ {
name: "whatsapp", name: "whatsapp", type: "tel", placeholder: "Seu WhatsApp (084981808380)", required: true,
type: "tel",
placeholder: "WhatsApp",
required: true,
}, },
]} ]}
textarea={{ textarea={{
name: "mensagem", name: "mensagem", placeholder: "Como podemos ajudar?", rows: 4,
placeholder: "Como podemos ajudar?",
rows: 4,
required: true, required: true,
}} }}
imageSrc="http://img.b2bpic.net/free-photo/house-entrance-japan-building-plants_23-2149301099.jpg" imageSrc="http://img.b2bpic.net/free-photo/house-entrance-japan-building-plants_23-2149301099.jpg"
@@ -300,29 +199,19 @@ export default function LandingPage() {
logoText="Casa do Pão Assú" logoText="Casa do Pão Assú"
columns={[ columns={[
{ {
title: "Links Rápidos", title: "Links Rápidos", items: [
items: [
{ {
label: "Início", label: "Início", href: "#hero"},
href: "#hero",
},
{ {
label: "Menu", label: "Menu", href: "#products"},
href: "#products",
},
], ],
}, },
{ {
title: "Atendimento", title: "Atendimento", items: [
items: [
{ {
label: "WhatsApp", label: "WhatsApp", href: "https://wa.me/5584981808380"},
href: "https://wa.me/5584999999999",
},
{ {
label: "Localização", label: "Localização", href: "#contact"},
href: "#contact",
},
], ],
}, },
]} ]}
@@ -332,4 +221,4 @@ export default function LandingPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }