Merge version_1 into main #1
389
src/app/page.tsx
389
src/app/page.tsx
@@ -18,281 +18,138 @@ export default function LandingPage() {
|
||||
defaultButtonVariant="directional-hover"
|
||||
defaultTextAnimation="entrance-slide"
|
||||
borderRadius="pill"
|
||||
contentWidth="medium"
|
||||
sizing="medium"
|
||||
background="circleGradient"
|
||||
cardStyle="glass-elevated"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="glass"
|
||||
headingFontWeight="normal"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Início",
|
||||
id: "inicio",
|
||||
},
|
||||
{
|
||||
name: "Sobre",
|
||||
id: "sobre",
|
||||
},
|
||||
{
|
||||
name: "Serviços",
|
||||
id: "servicos",
|
||||
},
|
||||
{
|
||||
name: "Galeria",
|
||||
id: "galeria",
|
||||
},
|
||||
{
|
||||
name: "Depoimentos",
|
||||
id: "depoimentos",
|
||||
},
|
||||
{
|
||||
name: "Contato",
|
||||
id: "contato",
|
||||
},
|
||||
]}
|
||||
brandName="Six Street Burger"
|
||||
/>
|
||||
</div>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{ name: "Início", id: "inicio" },
|
||||
{ name: "Sobre", id: "sobre" },
|
||||
{ name: "Serviços", id: "servicos" },
|
||||
{ name: "Galeria", id: "galeria" },
|
||||
{ name: "Depoimentos", id: "depoimentos" },
|
||||
{ name: "Contato", id: "contato" },
|
||||
]}
|
||||
brandName="Six Street Burger"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="inicio" data-section="inicio">
|
||||
<HeroLogo
|
||||
logoText="Six Street Burger"
|
||||
description="Uma hamburgueria familiar de São Vicente feita para quem busca burgers marcantes, porções caprichadas, sobremesas incríveis e atendimento com carinho."
|
||||
buttons={[
|
||||
{
|
||||
text: "Pedir Agora",
|
||||
href: "https://app.cardapioweb.com",
|
||||
},
|
||||
{
|
||||
text: "Contato",
|
||||
href: "#contato",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/front-view-male-holding-tray-with-burger-fries_23-2148678809.jpg"
|
||||
/>
|
||||
</div>
|
||||
<div id="inicio" data-section="inicio">
|
||||
<HeroLogo
|
||||
logoText="Six Street Burger"
|
||||
description="Uma hamburgueria familiar de São Vicente feita para quem busca burgers marcantes, porções caprichadas, sobremesas incríveis e atendimento com carinho."
|
||||
buttons={[
|
||||
{ text: "Pedir Agora", href: "https://app.cardapioweb.com" },
|
||||
{ text: "Contato", href: "#contato" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/front-view-male-holding-tray-with-burger-fries_23-2148678809.jpg"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="sobre" data-section="sobre">
|
||||
<InlineImageSplitTextAbout
|
||||
useInvertedBackground={false}
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "Sobre a Six Street Burger",
|
||||
},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/boy-eating-restaurant_23-2148172673.jpg",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<div id="sobre" data-section="sobre">
|
||||
<InlineImageSplitTextAbout
|
||||
useInvertedBackground={false}
|
||||
heading={[
|
||||
{ type: "text", content: "Sobre a Six Street Burger" },
|
||||
{ type: "image", src: "http://img.b2bpic.net/free-photo/boy-eating-restaurant_23-2148172673.jpg" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="servicos" data-section="servicos">
|
||||
<FeatureHoverPattern
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
icon: Beef,
|
||||
title: "Burgers Artesanais",
|
||||
description: "Lanches preparados com ingredientes frescos e combinações autênticas.",
|
||||
},
|
||||
{
|
||||
icon: Utensils,
|
||||
title: "Porções",
|
||||
description: "Acompanhamentos ideais para compartilhar e complementar seu pedido.",
|
||||
},
|
||||
{
|
||||
icon: Cake,
|
||||
title: "Sobremesas",
|
||||
description: "Finalize sua experiência com doces selecionados e irresistíveis.",
|
||||
},
|
||||
]}
|
||||
title="Nossos Pilares"
|
||||
description="Qualidade, agilidade e sabor em cada detalhe."
|
||||
/>
|
||||
</div>
|
||||
<div id="servicos" data-section="servicos">
|
||||
<FeatureHoverPattern
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{ icon: Beef, title: "Burgers Artesanais", description: "Lanches preparados com ingredientes frescos e combinações autênticas." },
|
||||
{ icon: Utensils, title: "Porções", description: "Acompanhamentos ideais para compartilhar e complementar seu pedido." },
|
||||
{ icon: Cake, title: "Sobremesas", description: "Finalize sua experiência com doces selecionados e irresistíveis." },
|
||||
]}
|
||||
title="Nossos Pilares"
|
||||
description="Qualidade, agilidade e sabor em cada detalhe."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="galeria" data-section="galeria">
|
||||
<ProductCardTwo
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
brand: "Burger",
|
||||
name: "Six Street Classic",
|
||||
price: "R$ 32,00",
|
||||
rating: 5,
|
||||
reviewCount: "120",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-beef-burger-with-tasty-sauces_23-2148290625.jpg",
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
brand: "Burger",
|
||||
name: "Street Bacon",
|
||||
price: "R$ 38,00",
|
||||
rating: 5,
|
||||
reviewCount: "95",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-voew-sheeseburger-sweet-potato-fries_23-2148678819.jpg",
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
brand: "Porção",
|
||||
name: "Batata Rústica",
|
||||
price: "R$ 25,00",
|
||||
rating: 4,
|
||||
reviewCount: "80",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fried-potato-wedges-isolated-white-background_123827-33295.jpg",
|
||||
},
|
||||
{
|
||||
id: "p4",
|
||||
brand: "Burger",
|
||||
name: "Veggie Street",
|
||||
price: "R$ 35,00",
|
||||
rating: 5,
|
||||
reviewCount: "45",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hamburger-with-lettuce-cheese-circular-wooden-board-table_23-2148165550.jpg",
|
||||
},
|
||||
{
|
||||
id: "p5",
|
||||
brand: "Burger",
|
||||
name: "Six Street Duplo",
|
||||
price: "R$ 45,00",
|
||||
rating: 5,
|
||||
reviewCount: "200",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-hamburger-menu-composition_23-2148614045.jpg",
|
||||
},
|
||||
{
|
||||
id: "p6",
|
||||
brand: "Doce",
|
||||
name: "Brownie Street",
|
||||
price: "R$ 15,00",
|
||||
rating: 5,
|
||||
reviewCount: "60",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chocolate-brownie-portion-yellow-background_123827-27908.jpg",
|
||||
},
|
||||
]}
|
||||
title="Destaques do Cardápio"
|
||||
description="Confira nossa seleção de produtos campeões de vendas."
|
||||
/>
|
||||
</div>
|
||||
<div id="galeria" data-section="galeria">
|
||||
<ProductCardTwo
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{ id: "p1", brand: "Burger", name: "Six Street Classic", price: "R$ 32,00", rating: 5, reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/top-view-beef-burger-with-tasty-sauces_23-2148290625.jpg" },
|
||||
{ id: "p2", brand: "Burger", name: "Street Bacon", price: "R$ 38,00", rating: 5, reviewCount: "95", imageSrc: "http://img.b2bpic.net/free-photo/front-voew-sheeseburger-sweet-potato-fries_23-2148678819.jpg" },
|
||||
{ id: "p3", brand: "Porção", name: "Batata Rústica", price: "R$ 25,00", rating: 4, reviewCount: "80", imageSrc: "http://img.b2bpic.net/free-photo/fried-potato-wedges-isolated-white-background_123827-33295.jpg" },
|
||||
{ id: "p4", brand: "Burger", name: "Veggie Street", price: "R$ 35,00", rating: 5, reviewCount: "45", imageSrc: "http://img.b2bpic.net/free-photo/hamburger-with-lettuce-cheese-circular-wooden-board-table_23-2148165550.jpg" },
|
||||
{ id: "p5", brand: "Burger", name: "Six Street Duplo", price: "R$ 45,00", rating: 5, reviewCount: "200", imageSrc: "http://img.b2bpic.net/free-photo/front-view-hamburger-menu-composition_23-2148614045.jpg" },
|
||||
{ id: "p6", brand: "Doce", name: "Brownie Street", price: "R$ 15,00", rating: 5, reviewCount: "60", imageSrc: "http://img.b2bpic.net/free-photo/chocolate-brownie-portion-yellow-background_123827-27908.jpg" },
|
||||
]}
|
||||
title="Destaques do Cardápio"
|
||||
description="Confira nossa seleção de produtos campeões de vendas."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="depoimentos" data-section="depoimentos">
|
||||
<TestimonialCardSixteen
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Junior Vieira",
|
||||
role: "Cliente",
|
||||
company: "Six Street",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-happy-friends-table_23-2149213365.jpg",
|
||||
},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Carlos Jefferson",
|
||||
role: "Cliente",
|
||||
company: "Six Street",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-image-happy-smiling-woman-enjoy-her-morning-french-breakfast-open-cafe-terrace-tasty-organic-food-holding-french-croissant-her-hand_291049-523.jpg",
|
||||
},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Raí Cardoso",
|
||||
role: "Cliente",
|
||||
company: "Six Street",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-presents-girl-ring_1398-4220.jpg",
|
||||
},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Ana Souza",
|
||||
role: "Cliente",
|
||||
company: "Six Street",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/adorable-young-female-with-dark-long-hair-dressed-striped-t-shirt-coffee-shop-drinks-fresh-juice-espresso_273609-2787.jpg",
|
||||
},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Lucas Santos",
|
||||
role: "Cliente",
|
||||
company: "Six Street",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-red-blouse-pink-hair-invites-dinner_141793-766.jpg",
|
||||
},
|
||||
]}
|
||||
kpiItems={[
|
||||
{
|
||||
value: "4.4K",
|
||||
label: "Avaliações",
|
||||
},
|
||||
{
|
||||
value: "19h",
|
||||
label: "Abertura",
|
||||
},
|
||||
{
|
||||
value: "100%",
|
||||
label: "Delivery",
|
||||
},
|
||||
]}
|
||||
title="O que nossos clientes dizem"
|
||||
description="Histórias e elogios de quem viveu a experiência Six Street."
|
||||
/>
|
||||
</div>
|
||||
<div id="depoimentos" data-section="depoimentos">
|
||||
<TestimonialCardSixteen
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{ id: "t1", name: "Junior Vieira", role: "Cliente", company: "Six Street", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-happy-friends-table_23-2149213365.jpg" },
|
||||
{ id: "t2", name: "Carlos Jefferson", role: "Cliente", company: "Six Street", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-image-happy-smiling-woman-enjoy-her-morning-french-breakfast-open-cafe-terrace-tasty-organic-food-holding-french-croissant-her-hand_291049-523.jpg" },
|
||||
{ id: "t3", name: "Raí Cardoso", role: "Cliente", company: "Six Street", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/man-presents-girl-ring_1398-4220.jpg" },
|
||||
{ id: "t4", name: "Ana Souza", role: "Cliente", company: "Six Street", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/adorable-young-female-with-dark-long-hair-dressed-striped-t-shirt-coffee-shop-drinks-fresh-juice-espresso_273609-2787.jpg" },
|
||||
{ id: "t5", name: "Lucas Santos", role: "Cliente", company: "Six Street", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-red-blouse-pink-hair-invites-dinner_141793-766.jpg" },
|
||||
]}
|
||||
kpiItems={[
|
||||
{ value: "4.4K", label: "Avaliações" },
|
||||
{ value: "19h", label: "Abertura" },
|
||||
{ value: "100%", label: "Delivery" },
|
||||
]}
|
||||
title="O que nossos clientes dizem"
|
||||
description="Histórias e elogios de quem viveu a experiência Six Street."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contato" data-section="contato">
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
tag="Fale Conosco"
|
||||
title="Entre em contato agora"
|
||||
description="Estamos prontos para atender você. Mande uma mensagem!"
|
||||
/>
|
||||
</div>
|
||||
<div id="contato" data-section="contato">
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
tag="Fale Conosco"
|
||||
title="Entre em contato agora"
|
||||
description="Estamos prontos para atender você. Mande uma mensagem!"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Menu",
|
||||
items: [
|
||||
{
|
||||
label: "Início",
|
||||
href: "#inicio",
|
||||
},
|
||||
{
|
||||
label: "Cardápio",
|
||||
href: "https://app.cardapioweb.com",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Social",
|
||||
items: [
|
||||
{
|
||||
label: "Instagram",
|
||||
href: "https://www.instagram.com/sixstreetburger",
|
||||
},
|
||||
{
|
||||
label: "Facebook",
|
||||
href: "https://www.facebook.com/SixStreetBurger",
|
||||
},
|
||||
],
|
||||
},
|
||||
]}
|
||||
bottomLeftText="© 2026 Six Street Burger. Todos os direitos reservados."
|
||||
bottomRightText="São Vicente - SP"
|
||||
/>
|
||||
</div>
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Menu", items: [
|
||||
{ label: "Início", href: "#inicio" },
|
||||
{ label: "Cardápio", href: "https://app.cardapioweb.com" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Social", items: [
|
||||
{ label: "Instagram", href: "https://www.instagram.com/sixstreetburger" },
|
||||
{ label: "Facebook", href: "https://www.facebook.com/SixStreetBurger" },
|
||||
],
|
||||
},
|
||||
]}
|
||||
bottomLeftText="© 2026 Six Street Burger. Todos os direitos reservados."
|
||||
bottomRightText="São Vicente - SP"
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user