Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 2b59232ad0 | |||
| c5f74a9595 | |||
| 9cee8c96da | |||
| 3b441e8165 | |||
| f54c74d146 |
@@ -4,7 +4,6 @@ import { Inter } from "next/font/google";
|
|||||||
import "./globals.css";
|
import "./globals.css";
|
||||||
import "@/lib/gsap-setup";
|
import "@/lib/gsap-setup";
|
||||||
import { ServiceWrapper } from "@/components/ServiceWrapper";
|
import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||||
import Tag from "@/tag/Tag";
|
|
||||||
import { getVisualEditScript } from "@/utils/visual-edit-script";
|
import { getVisualEditScript } from "@/utils/visual-edit-script";
|
||||||
import { Montserrat } from "next/font/google";
|
import { Montserrat } from "next/font/google";
|
||||||
|
|
||||||
@@ -41,7 +40,7 @@ export default function RootLayout({
|
|||||||
<html lang="en" suppressHydrationWarning>
|
<html lang="en" suppressHydrationWarning>
|
||||||
<ServiceWrapper>
|
<ServiceWrapper>
|
||||||
<body className={`${montserrat.variable} ${inter.variable} antialiased`}>
|
<body className={`${montserrat.variable} ${inter.variable} antialiased`}>
|
||||||
<Tag />
|
|
||||||
{children}
|
{children}
|
||||||
<script
|
<script
|
||||||
dangerouslySetInnerHTML={{
|
dangerouslySetInnerHTML={{
|
||||||
|
|||||||
193
src/app/page.tsx
193
src/app/page.tsx
@@ -30,17 +30,11 @@ export default function LandingPage() {
|
|||||||
<NavbarStyleFullscreen
|
<NavbarStyleFullscreen
|
||||||
navItems={[
|
navItems={[
|
||||||
{
|
{
|
||||||
name: "Menu",
|
name: "Menú", id: "#menu"},
|
||||||
id: "#menu",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Sports",
|
name: "Deportes", id: "#experience"},
|
||||||
id: "#experience",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Reservations",
|
name: "Reservas", id: "#contact"},
|
||||||
id: "#contact",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
brandName="THE ARENA"
|
brandName="THE ARENA"
|
||||||
/>
|
/>
|
||||||
@@ -49,19 +43,14 @@ export default function LandingPage() {
|
|||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroLogoBillboard
|
<HeroLogoBillboard
|
||||||
background={{
|
background={{
|
||||||
variant: "gradient-bars",
|
variant: "gradient-bars"}}
|
||||||
}}
|
|
||||||
logoText="THE ARENA"
|
logoText="THE ARENA"
|
||||||
description="Where Championship Moments Meet Championship Food. Elevate your sports viewing with our signature craft cocktails and gourmet gastropub cuisine."
|
description="Where Championship Moments Meet Championship Food. Elevate your sports viewing with our signature craft cocktails and gourmet gastropub cuisine."
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Reserve Your Table",
|
text: "Reserve Your Table", href: "#contact"},
|
||||||
href: "#contact",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
text: "See Our Menu",
|
text: "See Our Menu", href: "#menu"},
|
||||||
href: "#menu",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
videoSrc="http://img.b2bpic.net/free-photo/group-enjoying-drinks-celebration-indoors-generated-by-ai_188544-25948.jpg?_wi=1"
|
videoSrc="http://img.b2bpic.net/free-photo/group-enjoying-drinks-celebration-indoors-generated-by-ai_188544-25948.jpg?_wi=1"
|
||||||
mediaAnimation="blur-reveal"
|
mediaAnimation="blur-reveal"
|
||||||
@@ -86,47 +75,17 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
products={[
|
products={[
|
||||||
{
|
{
|
||||||
id: "1",
|
id: "1", name: "Signature Wagyu Burger", price: "$24", variant: "Premium", imageSrc: "http://img.b2bpic.net/free-photo/front-view-burger-table_23-2148678799.jpg?_wi=1"},
|
||||||
name: "Signature Wagyu Burger",
|
|
||||||
price: "$24",
|
|
||||||
variant: "Premium",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-burger-table_23-2148678799.jpg?_wi=1",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "2",
|
id: "2", name: "Authentic Pulled Pork", price: "$22", variant: "Slow-Roasted", imageSrc: "http://img.b2bpic.net/free-photo/meat-served-with-potatoes-rosemary-bell-peppers_140725-3061.jpg"},
|
||||||
name: "Authentic Pulled Pork",
|
|
||||||
price: "$22",
|
|
||||||
variant: "Slow-Roasted",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/meat-served-with-potatoes-rosemary-bell-peppers_140725-3061.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "3",
|
id: "3", name: "Stadium Nachos", price: "$18", variant: "Loaded", imageSrc: "http://img.b2bpic.net/free-photo/healthy-mexican-food-with-nachos-top-view_23-2148224108.jpg?_wi=1"},
|
||||||
name: "Stadium Nachos",
|
|
||||||
price: "$18",
|
|
||||||
variant: "Loaded",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/healthy-mexican-food-with-nachos-top-view_23-2148224108.jpg?_wi=1",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "4",
|
id: "4", name: "Craft Margarita", price: "$16", variant: "Artisanal", imageSrc: "http://img.b2bpic.net/free-photo/milky-cocktail-with-chopped-coconut-inside_114579-3224.jpg?_wi=1"},
|
||||||
name: "Craft Margarita",
|
|
||||||
price: "$16",
|
|
||||||
variant: "Artisanal",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/milky-cocktail-with-chopped-coconut-inside_114579-3224.jpg?_wi=1",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "5",
|
id: "5", name: "Spicy Gourmet Wings", price: "$20", variant: "Signature", imageSrc: "http://img.b2bpic.net/free-photo/delicious-boiled-eggs-toast-bread_114579-73812.jpg?_wi=1"},
|
||||||
name: "Spicy Gourmet Wings",
|
|
||||||
price: "$20",
|
|
||||||
variant: "Signature",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-boiled-eggs-toast-bread_114579-73812.jpg?_wi=1",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "6",
|
id: "6", name: "Crispy Tequeños", price: "$15", variant: "Authentic", imageSrc: "http://img.b2bpic.net/free-photo/salmon-sandwiches-with-cream-cheese-microgreen-wooden-table-canape-with-salmon_2829-11187.jpg"},
|
||||||
name: "Crispy Tequeños",
|
|
||||||
price: "$15",
|
|
||||||
variant: "Authentic",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/salmon-sandwiches-with-cream-cheese-microgreen-wooden-table-canape-with-salmon_2829-11187.jpg",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Championship Flavors"
|
title="Championship Flavors"
|
||||||
description="From our legendary signature burgers to authentic pulled pork and creative craft cocktails, experience the taste of victory."
|
description="From our legendary signature burgers to authentic pulled pork and creative craft cocktails, experience the taste of victory."
|
||||||
@@ -139,26 +98,11 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
tag: "Tech",
|
tag: "Tech", title: "4K Ultra-HD Displays", subtitle: "Every Detail", description: "Crystal clear vision from every angle in the house.", imageSrc: "http://img.b2bpic.net/free-photo/group-boys-girls-bar_641386-35.jpg?_wi=2"},
|
||||||
title: "4K Ultra-HD Displays",
|
|
||||||
subtitle: "Every Detail",
|
|
||||||
description: "Crystal clear vision from every angle in the house.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/group-boys-girls-bar_641386-35.jpg?_wi=2",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
tag: "Sound",
|
tag: "Sound", title: "Immersive Sound", subtitle: "Feel the Roar", description: "Hear every whistle and chant as if you're courtside.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-burger-table_23-2148678799.jpg?_wi=2"},
|
||||||
title: "Immersive Sound",
|
|
||||||
subtitle: "Feel the Roar",
|
|
||||||
description: "Hear every whistle and chant as if you're courtside.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-burger-table_23-2148678799.jpg?_wi=2",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
tag: "Service",
|
tag: "Service", title: "Dedicated Staff", subtitle: "Care & Focus", description: "Attentive service that anticipates your every need during the game.", imageSrc: "http://img.b2bpic.net/free-photo/milky-cocktail-with-chopped-coconut-inside_114579-3224.jpg?_wi=2"},
|
||||||
title: "Dedicated Staff",
|
|
||||||
subtitle: "Care & Focus",
|
|
||||||
description: "Attentive service that anticipates your every need during the game.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/milky-cocktail-with-chopped-coconut-inside_114579-3224.jpg?_wi=2",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="The Viewing Experience"
|
title="The Viewing Experience"
|
||||||
description="Every match, on every screen. With state-of-the-art audiovisual technology and perfectly tuned acoustics, you'll never miss a critical play."
|
description="Every match, on every screen. With state-of-the-art audiovisual technology and perfectly tuned acoustics, you'll never miss a critical play."
|
||||||
@@ -171,60 +115,15 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
id: "1",
|
id: "1", name: "Mark D.", date: "Oct 2023", title: "Best in City", quote: "The Wagyu burger is a masterpiece. The staff treated us like family.", tag: "Regular", avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-with-food_23-2149250084.jpg", imageSrc: "http://img.b2bpic.net/free-photo/group-enjoying-drinks-celebration-indoors-generated-by-ai_188544-25948.jpg?_wi=3", imageAlt: "sports bar interior dark luxury"},
|
||||||
name: "Mark D.",
|
|
||||||
date: "Oct 2023",
|
|
||||||
title: "Best in City",
|
|
||||||
quote: "The Wagyu burger is a masterpiece. The staff treated us like family.",
|
|
||||||
tag: "Regular",
|
|
||||||
avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-with-food_23-2149250084.jpg",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/group-enjoying-drinks-celebration-indoors-generated-by-ai_188544-25948.jpg?_wi=3",
|
|
||||||
imageAlt: "sports bar interior dark luxury",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "2",
|
id: "2", name: "Sarah P.", date: "Sep 2023", title: "Top Tier Cocktails", quote: "Finally, a sports bar that makes cocktails properly. The atmosphere is just pure luxury.", tag: "Regular", avatarSrc: "http://img.b2bpic.net/free-photo/couple-enjoying-food-restaurant_23-2149269187.jpg", imageSrc: "http://img.b2bpic.net/free-photo/group-boys-girls-bar_641386-35.jpg?_wi=3", imageAlt: "luxury gastropub interior"},
|
||||||
name: "Sarah P.",
|
|
||||||
date: "Sep 2023",
|
|
||||||
title: "Top Tier Cocktails",
|
|
||||||
quote: "Finally, a sports bar that makes cocktails properly. The atmosphere is just pure luxury.",
|
|
||||||
tag: "Regular",
|
|
||||||
avatarSrc: "http://img.b2bpic.net/free-photo/couple-enjoying-food-restaurant_23-2149269187.jpg",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/group-boys-girls-bar_641386-35.jpg?_wi=3",
|
|
||||||
imageAlt: "luxury gastropub interior",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "3",
|
id: "3", name: "James L.", date: "Aug 2023", title: "Championship Vibe", quote: "Game days here are unmissable. The screens are massive and the service is on point.", tag: "Fan", avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-with-food_23-2149250084.jpg", imageSrc: "http://img.b2bpic.net/free-photo/front-view-burger-table_23-2148678799.jpg?_wi=3", imageAlt: "gourmet burger close-up professional photography"},
|
||||||
name: "James L.",
|
|
||||||
date: "Aug 2023",
|
|
||||||
title: "Championship Vibe",
|
|
||||||
quote: "Game days here are unmissable. The screens are massive and the service is on point.",
|
|
||||||
tag: "Fan",
|
|
||||||
avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-with-food_23-2149250084.jpg",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-burger-table_23-2148678799.jpg?_wi=3",
|
|
||||||
imageAlt: "gourmet burger close-up professional photography",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "4",
|
id: "4", name: "Elena R.", date: "Jul 2023", title: "Perfect for Groups", quote: "We brought a group of 10 and the owner ensured we had the best seats in the house.", tag: "Diner", avatarSrc: "http://img.b2bpic.net/free-photo/young-woman-holding-glass-drink-dating-her-boyfriend_23-2147859562.jpg", imageSrc: "http://img.b2bpic.net/free-photo/delicious-boiled-eggs-toast-bread_114579-73812.jpg?_wi=2", imageAlt: "gourmet chicken wings professional food photo"},
|
||||||
name: "Elena R.",
|
|
||||||
date: "Jul 2023",
|
|
||||||
title: "Perfect for Groups",
|
|
||||||
quote: "We brought a group of 10 and the owner ensured we had the best seats in the house.",
|
|
||||||
tag: "Diner",
|
|
||||||
avatarSrc: "http://img.b2bpic.net/free-photo/young-woman-holding-glass-drink-dating-her-boyfriend_23-2147859562.jpg",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-boiled-eggs-toast-bread_114579-73812.jpg?_wi=2",
|
|
||||||
imageAlt: "gourmet chicken wings professional food photo",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "5",
|
id: "5", name: "David W.", date: "Jun 2023", title: "Consistent Quality", quote: "Consistently the best pulled pork in town. The team really cares about quality.", tag: "Regular", avatarSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-with-long-blonde-hair-holding-delicious-chocolate-muffin-hand_23-2147974685.jpg", imageSrc: "http://img.b2bpic.net/free-photo/healthy-mexican-food-with-nachos-top-view_23-2148224108.jpg?_wi=2", imageAlt: "gourmet nachos restaurant plating"},
|
||||||
name: "David W.",
|
|
||||||
date: "Jun 2023",
|
|
||||||
title: "Consistent Quality",
|
|
||||||
quote: "Consistently the best pulled pork in town. The team really cares about quality.",
|
|
||||||
tag: "Regular",
|
|
||||||
avatarSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-with-long-blonde-hair-holding-delicious-chocolate-muffin-hand_23-2147974685.jpg",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/healthy-mexican-food-with-nachos-top-view_23-2148224108.jpg?_wi=2",
|
|
||||||
imageAlt: "gourmet nachos restaurant plating",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Voices of The Arena"
|
title="Voices of The Arena"
|
||||||
description="Hear what our regulars are saying about the food, the service, and the unmatched atmosphere."
|
description="Hear what our regulars are saying about the food, the service, and the unmatched atmosphere."
|
||||||
@@ -235,14 +134,11 @@ export default function LandingPage() {
|
|||||||
<ContactText
|
<ContactText
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
background={{
|
background={{
|
||||||
variant: "radial-gradient",
|
variant: "radial-gradient"}}
|
||||||
}}
|
text="¿Listo para reservar tu experiencia de campeonato? Reserva tu mesa para tu próximo partido o cena de celebración."
|
||||||
text="Ready to book your championship experience? Reserve your table for your next match or celebratory dinner."
|
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Reserve Now",
|
text: "Reservar Ahora", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -251,55 +147,36 @@ export default function LandingPage() {
|
|||||||
<FooterSimple
|
<FooterSimple
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{
|
||||||
title: "Navigation",
|
title: "Navegación", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "Menu",
|
label: "Menú", href: "#menu"},
|
||||||
href: "#menu",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Sports",
|
label: "Deportes", href: "#experience"},
|
||||||
href: "#experience",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Reservations",
|
label: "Reservas", href: "#contact"},
|
||||||
href: "#contact",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Contact",
|
title: "Contacto", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "Email",
|
label: "Correo", href: "mailto:hello@thearena.com"},
|
||||||
href: "mailto:hello@thearena.com",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Phone",
|
label: "Teléfono", href: "tel:5550100"},
|
||||||
href: "tel:5550100",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Location",
|
label: "Ubicación", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Legal",
|
title: "Legal", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "Privacy",
|
label: "Privacidad", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Terms",
|
label: "Términos", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
bottomLeftText="© 2024 The Arena Sports Bar"
|
bottomLeftText="© 2024 The Arena Sports Bar"
|
||||||
bottomRightText="Luxury Dining Destination"
|
bottomRightText="Destino Gastronómico de Lujo"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
|
|||||||
Reference in New Issue
Block a user