Merge version_2 into main #2
195
src/app/page.tsx
195
src/app/page.tsx
@@ -29,22 +29,11 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "features",
|
||||
},
|
||||
{
|
||||
name: "Experience",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Reservar",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "Menu", id: "features" },
|
||||
{ name: "Experience", id: "about" },
|
||||
{ name: "Testimonials", id: "testimonials" },
|
||||
{ name: "Reservar", id: "contact" },
|
||||
]}
|
||||
brandName="Batel Grill"
|
||||
/>
|
||||
@@ -52,65 +41,18 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboard
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="A melhor experiência gastronômica do Sul do mundo"
|
||||
description="Premium meats, Japanese fusion, Italian classics, and unforgettable hospitality in one destination. Every visit is an occasion."
|
||||
buttons={[
|
||||
{
|
||||
text: "Reservar Agora",
|
||||
href: "#contact",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Reservar Agora", href: "#contact" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/high-angle-bowl-with-black-spaghetti-squid_23-2148461690.jpg?_wi=1"
|
||||
imageAlt="Luxurious steakhouse fine dining atmosphere"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-one-black-american-female-eats-gourmet-vegetarian-meal-drinks-wine-restaurant_613910-7365.jpg",
|
||||
alt: "Gourmet dining expert",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/low-angle-friends-shaking-hands_23-2148395404.jpg",
|
||||
alt: "Hospitality master",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/woman-cutting-steak-piece-served-with-sour-sauce_140725-5273.jpg",
|
||||
alt: "Fine dining connoisseur",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/couple-having-date-together-luxurious-restaurant_23-2150517448.jpg",
|
||||
alt: "Luxury traveler",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/aerial-view-hot-coffee_53876-31305.jpg",
|
||||
alt: "Gourmet critic",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/portrait-one-black-american-female-eats-gourmet-vegetarian-meal-drinks-wine-restaurant_613910-7365.jpg", alt: "Gourmet dining expert" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/low-angle-friends-shaking-hands_23-2148395404.jpg", alt: "Hospitality master" }
|
||||
]}
|
||||
avatarText="Mais de 10.000 jantares servidos"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Cortes Premium",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Fusão Asiática",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Clássicos Italianos",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Vinhos Exclusivos",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Experiência Batel",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -119,24 +61,9 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Premium Meats",
|
||||
description: "Hand-selected, prime cuts served to perfection.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beef-steaks-served-with-grilled-tomato-pepper_140725-6493.jpg",
|
||||
imageAlt: "Premium steak",
|
||||
},
|
||||
{
|
||||
title: "Japanese Fusion",
|
||||
description: "Exquisite delicate techniques meeting bold local flavors.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/rolls-with-ginger-wasabi-black-board_114579-3216.jpg",
|
||||
imageAlt: "Fusion dish",
|
||||
},
|
||||
{
|
||||
title: "Italian Classics",
|
||||
description: "Traditional recipes crafted with authentic ingredients.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sommelier-uncorking-wine-bottle-restaurant-setting_23-2152024852.jpg",
|
||||
imageAlt: "Italian classic",
|
||||
},
|
||||
{ title: "Premium Meats", description: "Hand-selected, prime cuts served to perfection.", imageSrc: "http://img.b2bpic.net/free-photo/beef-steaks-served-with-grilled-tomato-pepper_140725-6493.jpg", imageAlt: "Premium steak" },
|
||||
{ title: "Japanese Fusion", description: "Exquisite delicate techniques meeting bold local flavors.", imageSrc: "http://img.b2bpic.net/free-photo/rolls-with-ginger-wasabi-black-board_114579-3216.jpg", imageAlt: "Fusion dish" },
|
||||
{ title: "Italian Classics", description: "Traditional recipes crafted with authentic ingredients.", imageSrc: "http://img.b2bpic.net/free-photo/sommelier-uncorking-wine-bottle-restaurant-setting_23-2152024852.jpg", imageAlt: "Italian classic" }
|
||||
]}
|
||||
title="A culinária que define o Batel"
|
||||
description="From world-class cuts to international classics, we curate the finest ingredients for an unparalleled dining experience."
|
||||
@@ -148,21 +75,9 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="O Batel Grill em Números"
|
||||
metrics={[
|
||||
{
|
||||
icon: Award,
|
||||
label: "Gastronomy Excellence",
|
||||
value: "10+",
|
||||
},
|
||||
{
|
||||
icon: Users,
|
||||
label: "Hospitality Masters",
|
||||
value: "50+",
|
||||
},
|
||||
{
|
||||
icon: MapPin,
|
||||
label: "Prime Destinations",
|
||||
value: "01",
|
||||
},
|
||||
{ icon: Award, label: "Gastronomy Excellence", value: "10+" },
|
||||
{ icon: Users, label: "Hospitality Masters", value: "50+" },
|
||||
{ icon: MapPin, label: "Prime Destinations", value: "01" }
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -173,46 +88,8 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Incomparável",
|
||||
quote: "The best experience in South America, bar none.",
|
||||
name: "Ricardo Silva",
|
||||
role: "CEO",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-one-black-american-female-eats-gourmet-vegetarian-meal-drinks-wine-restaurant_613910-7365.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "Surpreendente",
|
||||
quote: "Fusion flavors were executed with high precision.",
|
||||
name: "Ana Souza",
|
||||
role: "Architect",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-friends-shaking-hands_23-2148395404.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "Impecável",
|
||||
quote: "Hospitality and food quality were unmatched.",
|
||||
name: "Marco Rossi",
|
||||
role: "Consultant",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-cutting-steak-piece-served-with-sour-sauce_140725-5273.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
title: "Favorito",
|
||||
quote: "The wine list is absolutely exceptional here.",
|
||||
name: "Elena Lima",
|
||||
role: "Artist",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-having-date-together-luxurious-restaurant_23-2150517448.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
title: "Magnífico",
|
||||
quote: "A true gastronomy destination in the heart of Batel.",
|
||||
name: "Lucas Farias",
|
||||
role: "Director",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-hot-coffee_53876-31305.jpg",
|
||||
},
|
||||
{ id: "1", title: "Incomparável", quote: "The best experience in South America, bar none.", name: "Ricardo Silva", role: "CEO", imageSrc: "http://img.b2bpic.net/free-photo/portrait-one-black-american-female-eats-gourmet-vegetarian-meal-drinks-wine-restaurant_613910-7365.jpg" },
|
||||
{ id: "2", title: "Surpreendente", quote: "Fusion flavors were executed with high precision.", name: "Ana Souza", role: "Architect", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-friends-shaking-hands_23-2148395404.jpg" }
|
||||
]}
|
||||
title="O que nossos clientes dizem"
|
||||
description="Excellence is the standard our guests appreciate most."
|
||||
@@ -222,9 +99,7 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
tag="Reservations"
|
||||
title="Secure your table today"
|
||||
description="Book an unforgettable gastronomic journey at Batel Grill."
|
||||
@@ -236,40 +111,12 @@ export default function LandingPage() {
|
||||
imageSrc="http://img.b2bpic.net/free-photo/high-angle-bowl-with-black-spaghetti-squid_23-2148461690.jpg?_wi=2"
|
||||
logoText="Batel Grill"
|
||||
columns={[
|
||||
{
|
||||
title: "Site",
|
||||
items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "#hero",
|
||||
},
|
||||
{
|
||||
label: "Menu",
|
||||
href: "#features",
|
||||
},
|
||||
{
|
||||
label: "Reservar",
|
||||
href: "#contact",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Terms",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ title: "Site", items: [{ label: "Home", href: "#hero" }, { label: "Menu", href: "#features" }, { label: "Reservar", href: "#contact" }] },
|
||||
{ title: "Legal", items: [{ label: "Privacy Policy", href: "#" }, { label: "Terms", href: "#" }] }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user