Merge version_3 into main #3
@@ -9,7 +9,7 @@ import HeroLogo from '@/components/sections/hero/HeroLogo';
|
||||
import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout';
|
||||
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
||||
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
|
||||
import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve';
|
||||
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
|
||||
import { Beef, Cake, Utensils } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
@@ -20,11 +20,11 @@ export default function LandingPage() {
|
||||
borderRadius="pill"
|
||||
contentWidth="medium"
|
||||
sizing="medium"
|
||||
background="circleGradient"
|
||||
background="none"
|
||||
cardStyle="glass-elevated"
|
||||
primaryButtonStyle="gradient"
|
||||
primaryButtonStyle="flat"
|
||||
secondaryButtonStyle="glass"
|
||||
headingFontWeight="normal"
|
||||
headingFontWeight="semibold"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
@@ -49,16 +49,16 @@ export default function LandingPage() {
|
||||
{ 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"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CjKt434YCgoZCYvvWUro23flHO/uploaded-1776894346472-fin7lgxu.jpg"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="sobre" data-section="sobre">
|
||||
<InlineImageSplitTextAbout
|
||||
useInvertedBackground={false}
|
||||
useInvertedBackground={true}
|
||||
heading={[
|
||||
{ type: "text", content: "Sobre a Six Street Burger" },
|
||||
{ type: "image", src: "http://img.b2bpic.net/free-photo/boy-eating-restaurant_23-2148172673.jpg" },
|
||||
{ type: "image", src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CjKt434YCgoZCYvvWUro23flHO/uploaded-1776894346472-fin7lgxu.jpg" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -83,14 +83,11 @@ export default function LandingPage() {
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
useInvertedBackground={true}
|
||||
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" },
|
||||
{ id: "p1", brand: "Burger", name: "Six Street Classic", price: "R$ 32,00", rating: 5, reviewCount: "120", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CjKt434YCgoZCYvvWUro23flHO/uploaded-1776894346472-fin7lgxu.jpg" },
|
||||
{ id: "p2", brand: "Burger", name: "Street Bacon", price: "R$ 38,00", rating: 5, reviewCount: "95", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CjKt434YCgoZCYvvWUro23flHO/uploaded-1776894346472-fin7lgxu.jpg" },
|
||||
{ id: "p3", brand: "Porção", name: "Batata Rústica", price: "R$ 25,00", rating: 4, reviewCount: "80", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CjKt434YCgoZCYvvWUro23flHO/uploaded-1776894346472-fin7lgxu.jpg" },
|
||||
]}
|
||||
title="Destaques do Cardápio"
|
||||
description="Confira nossa seleção de produtos campeões de vendas."
|
||||
@@ -98,25 +95,25 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="depoimentos" data-section="depoimentos">
|
||||
<TestimonialCardTwelve
|
||||
cardTitle="O que nossos clientes dizem"
|
||||
cardTag="Depoimentos"
|
||||
cardAnimation="slide-up"
|
||||
<TestimonialCardThirteen
|
||||
showRating={true}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
title="O que nossos clientes dizem"
|
||||
description="Depoimentos de quem já provou e aprovou nossos burgers."
|
||||
testimonials={[
|
||||
{ id: "t1", name: "Junior Vieira", imageSrc: "http://img.b2bpic.net/free-photo/close-up-happy-friends-table_23-2149213365.jpg" },
|
||||
{ id: "t2", name: "Carlos Jefferson", 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", imageSrc: "http://img.b2bpic.net/free-photo/man-presents-girl-ring_1398-4220.jpg" },
|
||||
{ id: "t4", name: "Ana Souza", 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", imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-red-blouse-pink-hair-invites-dinner_141793-766.jpg" },
|
||||
{ id: "t1", name: "Junior Vieira", handle: "@juniorv", testimonial: "O melhor burger de São Vicente, sem dúvidas!", rating: 5 },
|
||||
{ id: "t2", name: "Ana Souza", handle: "@anasouza", testimonial: "Atendimento maravilhoso e lanche muito saboroso.", rating: 5 },
|
||||
{ id: "t3", name: "Lucas Santos", handle: "@lucass", testimonial: "Qualidade impecável e entrega rápida.", rating: 4 },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contato" data-section="contato">
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
useInvertedBackground={true}
|
||||
background={{ variant: "plain" }}
|
||||
tag="Fale Conosco"
|
||||
title="Entre em contato agora"
|
||||
description="Estamos prontos para atender você. Mande uma mensagem!"
|
||||
@@ -126,18 +123,8 @@ export default function LandingPage() {
|
||||
<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" },
|
||||
],
|
||||
},
|
||||
{ title: "Menu", items: [{ label: "Início", href: "#inicio" }, { label: "Cardápio", href: "https://app.cardapioweb.com" }] },
|
||||
{ title: "Social", items: [{ label: "Instagram", href: "#" }, { label: "Facebook", href: "#" }] },
|
||||
]}
|
||||
bottomLeftText="© 2026 Six Street Burger. Todos os direitos reservados."
|
||||
bottomRightText="São Vicente - SP"
|
||||
@@ -146,4 +133,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -10,15 +10,15 @@
|
||||
--accent: #ffffff;
|
||||
--background-accent: #ffffff; */
|
||||
|
||||
--background: #f7f6f7;
|
||||
--background: #f5f5f5;
|
||||
--card: #ffffff;
|
||||
--foreground: #25190c;
|
||||
--primary-cta: #ff6207;
|
||||
--foreground: #1c1c1c;
|
||||
--primary-cta: #1c1c1c;
|
||||
--primary-cta-text: #f7f6f7;
|
||||
--secondary-cta: #ffffff;
|
||||
--secondary-cta-text: #25190c;
|
||||
--accent: #ffce93;
|
||||
--background-accent: #e8cfa8;
|
||||
--accent: #15479c;
|
||||
--background-accent: #a8cce8;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user