Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
214
src/app/page.tsx
214
src/app/page.tsx
@@ -11,7 +11,7 @@ import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven';
|
||||
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
||||
import PricingCardThree from '@/components/sections/pricing/PricingCardThree';
|
||||
import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen';
|
||||
import { Star, Trophy, Tv } from "lucide-react";
|
||||
import { Star, Trophy, Tv, ChefHat, Gamepad2 } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -32,21 +32,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Bar & Food",
|
||||
id: "bar-food",
|
||||
},
|
||||
name: "Bar & Food", id: "bar-food"},
|
||||
{
|
||||
name: "Gaming",
|
||||
id: "gaming",
|
||||
},
|
||||
name: "Gaming", id: "gaming"},
|
||||
{
|
||||
name: "Bookings",
|
||||
id: "bookings",
|
||||
},
|
||||
name: "Bookings", id: "bookings"},
|
||||
]}
|
||||
brandName="N13 Sports Bar"
|
||||
/>
|
||||
@@ -58,32 +50,20 @@ export default function LandingPage() {
|
||||
description="Experience premium snooker tables, competitive PS5 gaming, and authentic Albanian eats at our vibrant N13 bar. Join us for live action on every screen."
|
||||
buttons={[
|
||||
{
|
||||
text: "Book Your Session",
|
||||
href: "#bookings",
|
||||
},
|
||||
text: "Book Your Session", href: "#bookings"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/empty-inspiring-library-interior-with-heritage-design-peaceful-lighting_482257-125436.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/empty-inspiring-library-interior-with-heritage-design-peaceful-lighting_482257-125436.jpg"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/man-standing-with-arms-crossed-bar_107420-65502.jpg",
|
||||
alt: "Man standing with arms crossed in bar",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/man-standing-with-arms-crossed-bar_107420-65502.jpg", alt: "Man standing with arms crossed in bar"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/people-enjoying-their-time-dj-party_23-2149658377.jpg",
|
||||
alt: "People enjoying their time at a dj party",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/people-enjoying-their-time-dj-party_23-2149658377.jpg", alt: "People enjoying their time at a dj party"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/wooden-bar-table-with-bar-chairs-cafe_181624-60461.jpg",
|
||||
alt: "Wooden bar table with bar chairs in a cafe",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/wooden-bar-table-with-bar-chairs-cafe_181624-60461.jpg", alt: "Wooden bar table with bar chairs in a cafe"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/side-view-drunk-friends-bar_171337-19364.jpg",
|
||||
alt: "Side view of Drunk friends on bar",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/side-view-drunk-friends-bar_171337-19364.jpg", alt: "Side view of Drunk friends on bar"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/pub-interior-with-motorcycle-installation_1262-3608.jpg",
|
||||
alt: "Pub Interior With Motorcycle Installation",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/pub-interior-with-motorcycle-installation_1262-3608.jpg", alt: "Pub Interior With Motorcycle Installation"},
|
||||
]}
|
||||
avatarText="Join 500+ locals every week"
|
||||
/>
|
||||
@@ -96,19 +76,13 @@ export default function LandingPage() {
|
||||
metrics={[
|
||||
{
|
||||
icon: Trophy,
|
||||
label: "Pool & Snooker Tables",
|
||||
value: "8",
|
||||
},
|
||||
label: "Pool & Snooker Tables", value: "8"},
|
||||
{
|
||||
icon: Star,
|
||||
label: "PS5 Gaming Stations",
|
||||
value: "5",
|
||||
},
|
||||
label: "PS5 Gaming Stations", value: "5"},
|
||||
{
|
||||
icon: Tv,
|
||||
label: "Live Sports Screens",
|
||||
value: "12",
|
||||
},
|
||||
label: "Live Sports Screens", value: "12"},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -121,20 +95,14 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "Traditional Bites",
|
||||
description: "Hand-crafted appetizers with authentic ingredients.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wooden-board-delicious-toast-with-meat-vegetables_114579-86383.jpg",
|
||||
},
|
||||
title: "Traditional Bites", description: "Hand-crafted appetizers with authentic ingredients.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wooden-board-delicious-toast-with-meat-vegetables_114579-86383.jpg"},
|
||||
items: [
|
||||
{
|
||||
icon: ChefHat,
|
||||
text: "Authentic Recipes",
|
||||
},
|
||||
text: "Authentic Recipes"},
|
||||
],
|
||||
reverse: false,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/empty-inspiring-library-interior-with-heritage-design-peaceful-lighting_482257-125436.jpg?_wi=2",
|
||||
imageAlt: "albanian style appetizer plate",
|
||||
},
|
||||
]}
|
||||
title="Authentic Flavors"
|
||||
@@ -149,20 +117,14 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Play Like a Pro",
|
||||
description: "High-fidelity gaming experience in a private setup.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/retro-vhs-packaging-indoors_23-2150172444.jpg",
|
||||
},
|
||||
title: "Play Like a Pro", description: "High-fidelity gaming experience in a private setup.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/retro-vhs-packaging-indoors_23-2150172444.jpg"},
|
||||
items: [
|
||||
{
|
||||
icon: Gamepad2,
|
||||
text: "Next-Gen Consoles",
|
||||
},
|
||||
text: "Next-Gen Consoles"},
|
||||
],
|
||||
reverse: true,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/empty-inspiring-library-interior-with-heritage-design-peaceful-lighting_482257-125436.jpg?_wi=3",
|
||||
imageAlt: "ps5 gaming lounge set up",
|
||||
},
|
||||
]}
|
||||
title="Pro-Level Gaming Room"
|
||||
@@ -177,48 +139,27 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
plans={[
|
||||
{
|
||||
id: "p1",
|
||||
price: "£10/hr",
|
||||
name: "Pool Table",
|
||||
features: [
|
||||
"Full set included",
|
||||
"Spacious area",
|
||||
],
|
||||
id: "p1", price: "£10/hr", name: "Pool Table", features: [
|
||||
"Full set included", "Spacious area"],
|
||||
buttons: [
|
||||
{
|
||||
text: "Book Now",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Book Now", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
price: "£12/hr",
|
||||
name: "Snooker Table",
|
||||
features: [
|
||||
"Tournament quality",
|
||||
"Perfect lighting",
|
||||
],
|
||||
id: "p2", price: "£12/hr", name: "Snooker Table", features: [
|
||||
"Tournament quality", "Perfect lighting"],
|
||||
buttons: [
|
||||
{
|
||||
text: "Book Now",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Book Now", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
price: "£15/hr",
|
||||
name: "PS5 Gaming",
|
||||
features: [
|
||||
"Group up to 5",
|
||||
"All games included",
|
||||
],
|
||||
id: "p3", price: "£15/hr", name: "PS5 Gaming", features: [
|
||||
"Group up to 5", "All games included"],
|
||||
buttons: [
|
||||
{
|
||||
text: "Book Now",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Book Now", href: "#contact"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -234,15 +175,8 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
title: "Live Coverage",
|
||||
value: "24/7",
|
||||
items: [
|
||||
"Premier League",
|
||||
"UCL",
|
||||
"Cricket",
|
||||
"Tennis",
|
||||
],
|
||||
id: "m1", title: "Live Coverage", value: "24/7", items: [
|
||||
"Premier League", "UCL", "Cricket", "Tennis"],
|
||||
},
|
||||
]}
|
||||
title="Never Miss a Moment"
|
||||
@@ -257,59 +191,28 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "John D.",
|
||||
role: "Regular",
|
||||
company: "N13 Local",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/headshot-pleased-cheerful-african-american-woman-touches-cheeks-closes-eyes-enjoys-pleasant-moment-wears-yellow-raincoat-isolated-blue-background_273609-33937.jpg",
|
||||
},
|
||||
id: "1", name: "John D.", role: "Regular", company: "N13 Local", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/headshot-pleased-cheerful-african-american-woman-touches-cheeks-closes-eyes-enjoys-pleasant-moment-wears-yellow-raincoat-isolated-blue-background_273609-33937.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Sarah K.",
|
||||
role: "Gamer",
|
||||
company: "Gaming Fan",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/shorthaired-girl-with-pink-sunglasses-smiling-striped-backgroundteen-with-brunette-hair-grey-tshirt-beige-jacket-posing-cafe_197531-29487.jpg",
|
||||
},
|
||||
id: "2", name: "Sarah K.", role: "Gamer", company: "Gaming Fan", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/shorthaired-girl-with-pink-sunglasses-smiling-striped-backgroundteen-with-brunette-hair-grey-tshirt-beige-jacket-posing-cafe_197531-29487.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Mike B.",
|
||||
role: "Sports Fan",
|
||||
company: "Football Lover",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-beautiful-joyful-african-student-woman-with-dark-wavy-hair-green-cardigan-sitting-cafe-drinking-cup-coffee-smiling-camera-woman-waiting-her-boyfriend-after-university_176420-12329.jpg",
|
||||
},
|
||||
id: "3", name: "Mike B.", role: "Sports Fan", company: "Football Lover", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-beautiful-joyful-african-student-woman-with-dark-wavy-hair-green-cardigan-sitting-cafe-drinking-cup-coffee-smiling-camera-woman-waiting-her-boyfriend-after-university_176420-12329.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Emily P.",
|
||||
role: "Regular",
|
||||
company: "N13 Local",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-playing-videogame_23-2149349990.jpg",
|
||||
},
|
||||
id: "4", name: "Emily P.", role: "Regular", company: "N13 Local", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-playing-videogame_23-2149349990.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Chris T.",
|
||||
role: "Snooker Player",
|
||||
company: "Tournament Pro",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-football-player-holding-ball-looking-camera_23-2148203670.jpg",
|
||||
},
|
||||
id: "5", name: "Chris T.", role: "Snooker Player", company: "Tournament Pro", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-football-player-holding-ball-looking-camera_23-2148203670.jpg"},
|
||||
]}
|
||||
kpiItems={[
|
||||
{
|
||||
value: "4.9",
|
||||
label: "5-Star Google Rating",
|
||||
},
|
||||
value: "4.9", label: "5-Star Google Rating"},
|
||||
{
|
||||
value: "500+",
|
||||
label: "Weekly Regulars",
|
||||
},
|
||||
value: "500+", label: "Weekly Regulars"},
|
||||
{
|
||||
value: "10k+",
|
||||
label: "Games Hosted",
|
||||
},
|
||||
value: "10k+", label: "Games Hosted"},
|
||||
]}
|
||||
title="Community Favorites"
|
||||
description="Hear what our regulars have to say about the vibe, the food, and the games."
|
||||
@@ -323,27 +226,16 @@ export default function LandingPage() {
|
||||
description="Ready to play? Send us a message for table bookings, special event inquiries, or food catering options."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Your Name",
|
||||
required: true,
|
||||
name: "name", type: "text", placeholder: "Your Name", required: true,
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Your Email",
|
||||
required: true,
|
||||
name: "email", type: "email", placeholder: "Your Email", required: true,
|
||||
},
|
||||
{
|
||||
name: "subject",
|
||||
type: "text",
|
||||
placeholder: "Booking/Event Date",
|
||||
},
|
||||
name: "subject", type: "text", placeholder: "Booking/Event Date"},
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "Details (number of people, table/gaming choice...)",
|
||||
}}
|
||||
name: "message", placeholder: "Details (number of people, table/gaming choice...)"}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/view-luxurious-hotel-interior-space_23-2150683401.jpg"
|
||||
/>
|
||||
</div>
|
||||
@@ -352,13 +244,9 @@ export default function LandingPage() {
|
||||
<FooterLogoReveal
|
||||
logoText="N13 Sports Bar"
|
||||
leftLink={{
|
||||
text: "Privacy Policy",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Privacy Policy", href: "#"}}
|
||||
rightLink={{
|
||||
text: "© 2024 N13 Bar & Grill",
|
||||
href: "#",
|
||||
}}
|
||||
text: "© 2024 N13 Bar & Grill", href: "#"}}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user