7 Commits

Author SHA1 Message Date
fb02419fc6 Update src/app/page.tsx 2026-05-25 10:34:57 +00:00
65e91c96ed Update src/app/page.tsx 2026-05-25 10:34:28 +00:00
6a380f7612 Merge version_3 into main
Merge version_3 into main
2026-05-25 10:31:29 +00:00
9d4274eb36 Update src/app/page.tsx 2026-05-25 10:31:23 +00:00
3addbcc038 Merge version_3 into main
Merge version_3 into main
2026-05-25 10:31:02 +00:00
046520487f Update src/app/page.tsx 2026-05-25 10:30:59 +00:00
b136b24042 Merge version_2 into main
Merge version_2 into main
2026-05-25 10:26:06 +00:00

View File

@@ -5,14 +5,14 @@ import ReactLenis from "lenis/react";
import ContactCTA from '@/components/sections/contact/ContactCTA';
import FeatureHoverPattern from '@/components/sections/feature/featureHoverPattern/FeatureHoverPattern';
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
import HeroSplitDoubleCarousel from '@/components/sections/hero/HeroSplitDoubleCarousel';
import HeroBillboardDashboard from '@/components/sections/hero/HeroBillboardDashboard';
import MetricCardOne from '@/components/sections/metrics/MetricCardOne';
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
import ProductCardOne from '@/components/sections/product/ProductCardOne';
import TeamCardSix from '@/components/sections/team/TeamCardSix';
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
import { Calendar, Leaf, Music, Users, Utensils, Wine } from "lucide-react";
import { Calendar, Leaf, Music, Users, Utensils, Wine, LayoutDashboard, BarChart3, Settings, LogOut } from "lucide-react";
export default function LandingPage() {
return (
@@ -32,59 +32,49 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarLayoutFloatingOverlay
navItems={[
{
name: "Início", id: "hero"},
{
name: "Sobre", id: "about"},
{
name: "Menu", id: "menu"},
{
name: "Depoimentos", id: "testimonials"},
{
name: "Contato", id: "contact"},
{ name: "Início", id: "hero" },
{ name: "Sobre", id: "about" },
{ name: "Menu", id: "menu" },
{ name: "Depoimentos", id: "testimonials" },
{ name: "Contato", id: "contact" },
]}
brandName="Lago"
/>
</div>
<div id="hero" data-section="hero">
<HeroSplitDoubleCarousel
background={{
variant: "gradient-bars"}}
<HeroBillboardDashboard
title="Sabores Requintados, Noites Inesquecíveis."
description="O Lago Gastrobar une a culinária contemporânea e uma atmosfera social vibrante no coração da cidade."
leftCarouselItems={[
{ imageSrc: "http://img.b2bpic.net/free-photo/wooden-library-campus-with-huge-database-collection-study-books_482257-127027.jpg", imageAlt: "Interior Lago" },
{ imageSrc: "http://img.b2bpic.net/free-photo/macaron-glass_1339-7100.jpg", imageAlt: "Prato Gourmet" },
{ imageSrc: "http://img.b2bpic.net/free-photo/coffee-shop-with-blurred-effect_23-2148164705.jpg", imageAlt: "Interior Lago" },
{ imageSrc: "http://img.b2bpic.net/free-photo/couple-having-date-together-luxurious-restaurant_23-2150517420.jpg", imageAlt: "Jantar" },
{ imageSrc: "http://img.b2bpic.net/free-photo/top-view-dining-tables-without-food_23-2150157792.jpg", imageAlt: "Interior" },
{ imageSrc: "http://img.b2bpic.net/free-photo/woman-kissing-man-with-flowers-cheek_23-2148014453.jpg", imageAlt: "Celebração" },
]}
rightCarouselItems={[
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-refreshing-alcoholic-drinks-table_23-2148617557.jpg", imageAlt: "Coquetéis" },
{ imageSrc: "http://img.b2bpic.net/free-photo/burning-candle-table_140725-8115.jpg", imageAlt: "Ambiente" },
{ imageSrc: "http://img.b2bpic.net/free-photo/elegantly-dressed-couple-handsome-stylish-male-charming-brunette-woman-sitting-together-luxury-restaurant_613910-18589.jpg", imageAlt: "Jantar" },
{ imageSrc: "http://img.b2bpic.net/free-photo/glamour-african-american-woman-wear-fashionable-snake-dress-sunglasses-pose-restaurant_627829-5449.jpg", imageAlt: "Lifestyle" },
{ imageSrc: "http://img.b2bpic.net/free-photo/tuna-sushi_1203-3744.jpg", imageAlt: "Prato Gourmet" },
{ imageSrc: "http://img.b2bpic.net/free-photo/top-view-dining-tables-without-food_23-2150157774.jpg", imageAlt: "Detalhes" },
]}
background={{ variant: "gradient-bars" }}
buttons={[{ text: "Ver Menu", href: "#menu" }]}
avatarText="Junte-se a 15 mil clientes satisfeitos"
marqueeItems={[]}
dashboard={{
title: "Lago Gastrobar", logoIcon: Wine,
sidebarItems: [{ icon: LayoutDashboard, active: true }, { icon: BarChart3 }, { icon: Settings }, { icon: LogOut }],
buttons: [{ text: "Configurações", href: "#" }],
stats: [
{ title: "Visitantes", values: [15000, 15000, 15000], description: "Clientes satisfeitos" },
{ title: "Rótulos", values: [120, 120, 120], description: "Coleção Premium" },
{ title: "Menus", values: [24, 24, 24], description: "Criações sazonais" }
],
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EDDjUrQ95kEtXrWfooX8eJV7BY/uploaded-1779705044061-1tvfg3fo.png?_wi=1", listItems: [
{ icon: Utensils, title: "Ribeye Maturado", status: "Disponível" },
{ icon: Utensils, title: "Vieiras Seladas", status: "Destaque" }
]
}}
/>
</div>
<div id="about" data-section="about">
<TestimonialAboutCard
useInvertedBackground={false}
tag="Nossa História"
title="Criado com Paixão, Servido com Coração."
description="No Lago, cada ingrediente é uma escolha cuidadosa e cada receita, uma narrativa. Criamos experiências que permanecem na memória."
subdescription="Desde produtos frescos da estação até destilados artesanais, nosso foco é a qualidade e a comunidade."
icon={Utensils}
imageSrc="http://img.b2bpic.net/free-photo/low-angle-friends-drinking-coffee_23-2148395430.jpg"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EDDjUrQ95kEtXrWfooX8eJV7BY/uploaded-1779705044061-9myzp0bh.png?_wi=2"
mediaAnimation="blur-reveal"
useInvertedBackground={false}
/>
</div>
@@ -110,12 +100,10 @@ export default function LandingPage() {
gridVariant="four-items-2x2-equal-grid"
useInvertedBackground={false}
products={[
{ id: "1", name: "Ribeye Maturado", price: "R$ 180", imageSrc: "http://img.b2bpic.net/free-photo/cutting-biscuit-with-whipping-cream-berries-with-cutlery_114579-3648.jpg" },
{ id: "2", name: "Vieiras Seladas", price: "R$ 160", imageSrc: "http://img.b2bpic.net/free-photo/salmon-fish-fillet-grilled-steak_74190-42.jpg" },
{ id: "3", name: "Pasta ao Trufo", price: "R$ 140", imageSrc: "http://img.b2bpic.net/free-photo/delicious-pasta-fork_23-2147749504.jpg" },
{ id: "4", name: "Spritz Exclusivo", price: "R$ 45", imageSrc: "http://img.b2bpic.net/free-photo/side-view-fruit-cocktail-orange-peel-with-apple-lemon-wedges-cutting-board_141793-13002.jpg" },
{ id: "5", name: "Tábua de Queijos", price: "R$ 110", imageSrc: "http://img.b2bpic.net/free-photo/top-close-up-view-cake-cake-with-berries-waffles-bowls-colorful-sweets-cookies_140725-71838.jpg" },
{ id: "6", name: "Ganache de Chocolate", price: "R$ 40", imageSrc: "http://img.b2bpic.net/free-photo/woman-with-fork-delicious-fresh-chocolate-dessert-restaurant_23-2148001620.jpg" },
{ id: "1", name: "Ribeye Maturado", price: "R$ 180", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EDDjUrQ95kEtXrWfooX8eJV7BY/uploaded-1779705044061-v78exxbl.png?_wi=2" },
{ id: "2", name: "Vieiras Seladas", price: "R$ 160", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EDDjUrQ95kEtXrWfooX8eJV7BY/uploaded-1779705044061-1tvfg3fo.png?_wi=2" },
{ id: "3", name: "Pasta ao Trufo", price: "R$ 140", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EDDjUrQ95kEtXrWfooX8eJV7BY/uploaded-1779705044061-9myzp0bh.png?_wi=3" },
{ id: "4", name: "Spritz Exclusivo", price: "R$ 45", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EDDjUrQ95kEtXrWfooX8eJV7BY/uploaded-1779705044061-elqyp8mr.png?_wi=2" },
]}
title="Criações do Chef"
description="Uma curadoria de sabores desenhada para surpreender seus sentidos."
@@ -145,9 +133,9 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
members={[
{ id: "t1", name: "Marco V.", role: "Chef Executivo", imageSrc: "http://img.b2bpic.net/free-photo/crazy-young-male-chef-wearing-uniform-looking-up-making-fish-face-isolated-brown-background_141793-133537.jpg" },
{ id: "t2", name: "Elena R.", role: "Gerente Geral", imageSrc: "http://img.b2bpic.net/free-photo/portrait-professional-server-posing-with-confidence-with-arms-crossed-studio_482257-100166.jpg" },
{ id: "t3", name: "Sandro L.", role: "Mixologista", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-working-as-bartender_23-2150346979.jpg" },
{ id: "t1", name: "Marco V.", role: "Chef Executivo", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EDDjUrQ95kEtXrWfooX8eJV7BY/uploaded-1779705044061-84fg2m4e.png?_wi=2" },
{ id: "t2", name: "Elena R.", role: "Gerente Geral", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EDDjUrQ95kEtXrWfooX8eJV7BY/uploaded-1779705044061-1tvfg3fo.png?_wi=3" },
{ id: "t3", name: "Sandro L.", role: "Mixologista", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EDDjUrQ95kEtXrWfooX8eJV7BY/uploaded-1779705044061-v78exxbl.png?_wi=3" },
]}
title="Nossa Equipe"
description="Talentos dedicados a elevar sua experiência gastronômica."
@@ -163,8 +151,6 @@ export default function LandingPage() {
{ id: "1", name: "Sarah J.", handle: "@sarah_j", testimonial: "O ribeye estava divino. Atmosfera extremamente refinada.", rating: 5 },
{ id: "2", name: "Michael C.", handle: "@m_chen", testimonial: "Melhores drinks da cidade. Atendimento nota 10!", rating: 5 },
{ id: "3", name: "Emily R.", handle: "@emily_r", testimonial: "Amo o foco em ingredientes locais. Tudo fresco.", rating: 5 },
{ id: "4", name: "David K.", handle: "@david_k", testimonial: "Serviço fantástico para nosso jantar corporativo.", rating: 5 },
{ id: "5", name: "Jenny L.", handle: "@jenny_l", testimonial: "Vibe incrível, voltarei com certeza.", rating: 5 },
]}
showRating={true}
title="O Que Dizem de Nós"