Merge version_1 into main #2
217
src/app/page.tsx
217
src/app/page.tsx
@@ -29,49 +29,30 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "menu",
|
||||
},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "reviews",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Menu", id: "menu" },
|
||||
{ name: "Reviews", id: "reviews" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="MacLaren's"
|
||||
button={{ text: "Visit", href: "#contact" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardScroll
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="A Taste of Dublin in the Heart of Tbilisi"
|
||||
description="Experience authentic Irish culture at MacLaren's. With hearty food, perfect pints, and the warmest atmosphere in town."
|
||||
buttons={[
|
||||
{
|
||||
text: "View Our Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
text: "View Our Menu", href: "#menu"},
|
||||
{
|
||||
text: "Reserve a Table",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Reserve a Table", href: "#contact"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/illuminated-fairy-lights-against-blurred-backdrop_23-2148056725.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/illuminated-fairy-lights-against-blurred-backdrop_23-2148056725.jpg"
|
||||
imageAlt="Authentic Irish Pub Interior"
|
||||
/>
|
||||
</div>
|
||||
@@ -81,14 +62,9 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "The Heart of Tbilisi's Irish Community",
|
||||
},
|
||||
type: "text", content: "The Heart of Tbilisi's Irish Community"},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/retro-theatre-scene-celebrate-world-theatre-day_23-2151211472.jpg",
|
||||
alt: "About MacLaren's",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/retro-theatre-scene-celebrate-world-theatre-day_23-2151211472.jpg", alt: "About MacLaren's"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -101,59 +77,23 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
brand: "Popular",
|
||||
name: "Mexican Burger",
|
||||
price: "18.00 ₾",
|
||||
rating: 5,
|
||||
reviewCount: "120",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/veggie-quinoa-burger-with-sprouts-flax-seeds-white-plate_23-2148165627.jpg?_wi=1",
|
||||
},
|
||||
id: "p1", brand: "Popular", name: "Mexican Burger", price: "18.00 ₾", rating: 5,
|
||||
reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/veggie-quinoa-burger-with-sprouts-flax-seeds-white-plate_23-2148165627.jpg"},
|
||||
{
|
||||
id: "p2",
|
||||
brand: "Popular",
|
||||
name: "Guinness Draught",
|
||||
price: "15.00 ₾",
|
||||
rating: 5,
|
||||
reviewCount: "950",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/veggie-quinoa-burger-with-sprouts-flax-seeds-white-plate_23-2148165627.jpg?_wi=2",
|
||||
},
|
||||
id: "p2", brand: "Popular", name: "Guinness Draught", price: "15.00 ₾", rating: 5,
|
||||
reviewCount: "950", imageSrc: "http://img.b2bpic.net/free-photo/veggie-quinoa-burger-with-sprouts-flax-seeds-white-plate_23-2148165627.jpg"},
|
||||
{
|
||||
id: "p3",
|
||||
brand: "Classic",
|
||||
name: "Pork Ribs",
|
||||
price: "22.00 ₾",
|
||||
rating: 4,
|
||||
reviewCount: "45",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/veggie-quinoa-burger-with-sprouts-flax-seeds-white-plate_23-2148165627.jpg?_wi=3",
|
||||
},
|
||||
id: "p3", brand: "Classic", name: "Pork Ribs", price: "22.00 ₾", rating: 4,
|
||||
reviewCount: "45", imageSrc: "http://img.b2bpic.net/free-photo/veggie-quinoa-burger-with-sprouts-flax-seeds-white-plate_23-2148165627.jpg"},
|
||||
{
|
||||
id: "p4",
|
||||
brand: "Classic",
|
||||
name: "Small Sausage Platter",
|
||||
price: "16.00 ₾",
|
||||
rating: 4,
|
||||
reviewCount: "67",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/veggie-quinoa-burger-with-sprouts-flax-seeds-white-plate_23-2148165627.jpg?_wi=4",
|
||||
},
|
||||
id: "p4", brand: "Classic", name: "Small Sausage Platter", price: "16.00 ₾", rating: 4,
|
||||
reviewCount: "67", imageSrc: "http://img.b2bpic.net/free-photo/veggie-quinoa-burger-with-sprouts-flax-seeds-white-plate_23-2148165627.jpg"},
|
||||
{
|
||||
id: "p5",
|
||||
brand: "Drink",
|
||||
name: "Irish Coffee",
|
||||
price: "12.00 ₾",
|
||||
rating: 5,
|
||||
reviewCount: "210",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/veggie-quinoa-burger-with-sprouts-flax-seeds-white-plate_23-2148165627.jpg?_wi=5",
|
||||
},
|
||||
id: "p5", brand: "Drink", name: "Irish Coffee", price: "12.00 ₾", rating: 5,
|
||||
reviewCount: "210", imageSrc: "http://img.b2bpic.net/free-photo/veggie-quinoa-burger-with-sprouts-flax-seeds-white-plate_23-2148165627.jpg"},
|
||||
{
|
||||
id: "p6",
|
||||
brand: "Drink",
|
||||
name: "Gambrinus",
|
||||
price: "10.00 ₾",
|
||||
rating: 4,
|
||||
reviewCount: "88",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/veggie-quinoa-burger-with-sprouts-flax-seeds-white-plate_23-2148165627.jpg?_wi=6",
|
||||
},
|
||||
id: "p6", brand: "Drink", name: "Gambrinus", price: "10.00 ₾", rating: 4,
|
||||
reviewCount: "88", imageSrc: "http://img.b2bpic.net/free-photo/veggie-quinoa-burger-with-sprouts-flax-seeds-white-plate_23-2148165627.jpg"},
|
||||
]}
|
||||
title="Classic Pub Favorites"
|
||||
description="Indulge in our selection of traditional Irish and pub classics, prepared with love."
|
||||
@@ -162,30 +102,16 @@ export default function LandingPage() {
|
||||
|
||||
<div id="features" data-section="features">
|
||||
<FeatureCardTwentyEight
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Live Music",
|
||||
subtitle: "Weekly live performances featuring local and international talent.",
|
||||
category: "Vibe",
|
||||
value: "Every Night",
|
||||
},
|
||||
id: "f1", title: "Live Music", subtitle: "Weekly live performances featuring local and international talent.", category: "Vibe", value: "Every Night"},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Great Atmosphere",
|
||||
subtitle: "A cozy, wooden-clad pub perfect for relaxing with friends.",
|
||||
category: "Ambiance",
|
||||
value: "Classic",
|
||||
},
|
||||
id: "f2", title: "Great Atmosphere", subtitle: "A cozy, wooden-clad pub perfect for relaxing with friends.", category: "Ambiance", value: "Classic"},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Authentic Drinks",
|
||||
subtitle: "Wide selection of Irish stouts, draught beers, and traditional spirits.",
|
||||
category: "Drinks",
|
||||
value: "Top Shelf",
|
||||
},
|
||||
id: "f3", title: "Authentic Drinks", subtitle: "Wide selection of Irish stouts, draught beers, and traditional spirits.", category: "Drinks", value: "Top Shelf"},
|
||||
]}
|
||||
title="Why You'll Love MacLaren's"
|
||||
description="More than just a pub - we're your home away from home."
|
||||
@@ -199,45 +125,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Dom Chrz",
|
||||
handle: "@dom",
|
||||
testimonial: "The only bar that caught our eye. Amazing vibe and authentic feel.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/senior-man-calling-waiter-restaurant_23-2149316804.jpg",
|
||||
},
|
||||
id: "1", name: "Dom Chrz", handle: "@dom", testimonial: "The only bar that caught our eye. Amazing vibe and authentic feel.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/senior-man-calling-waiter-restaurant_23-2149316804.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Varshal Jain",
|
||||
handle: "@varshal",
|
||||
testimonial: "One of our first interactions with an actual Irish pub outside movies. The music was really good.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-guy-with-beer-bar_23-2147896999.jpg",
|
||||
},
|
||||
id: "2", name: "Varshal Jain", handle: "@varshal", testimonial: "One of our first interactions with an actual Irish pub outside movies. The music was really good.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-guy-with-beer-bar_23-2147896999.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Iago Abakelia",
|
||||
handle: "@iago",
|
||||
testimonial: "Great place to have lots of fun with friends, staff are like family.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-toasting-drinks-with-his-friends-restaurant_23-2147861925.jpg",
|
||||
},
|
||||
id: "3", name: "Iago Abakelia", handle: "@iago", testimonial: "Great place to have lots of fun with friends, staff are like family.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-toasting-drinks-with-his-friends-restaurant_23-2147861925.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Sarah O'Connor",
|
||||
handle: "@sarah",
|
||||
testimonial: "The best Guinness in Tbilisi. Feels just like Dublin.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-male-friends-sitting-table-pub_23-2147861926.jpg",
|
||||
},
|
||||
id: "4", name: "Sarah O'Connor", handle: "@sarah", testimonial: "The best Guinness in Tbilisi. Feels just like Dublin.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-male-friends-sitting-table-pub_23-2147861926.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Liam Murphy",
|
||||
handle: "@liam",
|
||||
testimonial: "Great service, great music, and great food. Always a good time.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-happy-friends-reunion_23-2149212127.jpg",
|
||||
},
|
||||
id: "5", name: "Liam Murphy", handle: "@liam", testimonial: "Great service, great music, and great food. Always a good time.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-happy-friends-reunion_23-2149212127.jpg"},
|
||||
]}
|
||||
showRating={true}
|
||||
title="What Our Friends Say"
|
||||
@@ -252,21 +153,13 @@ export default function LandingPage() {
|
||||
description="5 Rkinis Rigi Street, Tbilisi. Open from 3 pm daily."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Your Name",
|
||||
},
|
||||
name: "name", type: "text", placeholder: "Your Name"},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Email Address",
|
||||
},
|
||||
name: "email", type: "email", placeholder: "Email Address"},
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "Your questions or reservation requests",
|
||||
}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/illuminated-fairy-lights-against-blurred-backdrop_23-2148056725.jpg?_wi=2"
|
||||
name: "message", placeholder: "Your questions or reservation requests"}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/illuminated-fairy-lights-against-blurred-backdrop_23-2148056725.jpg"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -274,33 +167,21 @@ export default function LandingPage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Quick Links",
|
||||
items: [
|
||||
title: "Quick Links", items: [
|
||||
{
|
||||
label: "Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
label: "Menu", href: "#menu"},
|
||||
{
|
||||
label: "Reservations",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Reservations", href: "#contact"},
|
||||
{
|
||||
label: "Reviews",
|
||||
href: "#reviews",
|
||||
},
|
||||
label: "Reviews", href: "#reviews"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Social",
|
||||
items: [
|
||||
title: "Social", items: [
|
||||
{
|
||||
label: "Facebook",
|
||||
href: "https://facebook.com/maclarens-tbilisi",
|
||||
},
|
||||
label: "Facebook", href: "https://facebook.com/maclarens-tbilisi"},
|
||||
{
|
||||
label: "Instagram",
|
||||
href: "#",
|
||||
},
|
||||
label: "Instagram", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user