Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
@@ -1,14 +1,14 @@
|
||||
"use client";
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline";
|
||||
import HeroLogoBillboardSplit from "@/components/sections/hero/HeroLogoBillboardSplit";
|
||||
import InlineImageSplitTextAbout from "@/components/sections/about/InlineImageSplitTextAbout";
|
||||
import FeatureCardTwentyOne from "@/components/sections/feature/FeatureCardTwentyOne";
|
||||
import TestimonialCardTwelve from "@/components/sections/testimonial/TestimonialCardTwelve";
|
||||
import BlogCardThree from "@/components/sections/blog/BlogCardThree";
|
||||
import ContactText from "@/components/sections/contact/ContactText";
|
||||
import FooterSimple from "@/components/sections/footer/FooterSimple";
|
||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||
import HeroLogoBillboardSplit from '@/components/sections/hero/HeroLogoBillboardSplit';
|
||||
import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout';
|
||||
import FeatureCardTwentyOne from '@/components/sections/feature/FeatureCardTwentyOne';
|
||||
import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve';
|
||||
import BlogCardThree from '@/components/sections/blog/BlogCardThree';
|
||||
import ContactText from '@/components/sections/contact/ContactText';
|
||||
import FooterSimple from '@/components/sections/footer/FooterSimple';
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -18,7 +18,7 @@ export default function LandingPage() {
|
||||
borderRadius="pill"
|
||||
contentWidth="small"
|
||||
sizing="medium"
|
||||
background="noiseDiagonalGradient"
|
||||
background="circleGradient"
|
||||
cardStyle="solid"
|
||||
primaryButtonStyle="flat"
|
||||
secondaryButtonStyle="glass"
|
||||
@@ -34,7 +34,8 @@ export default function LandingPage() {
|
||||
{ name: "Reservations", id: "contact" },
|
||||
]}
|
||||
button={{
|
||||
text: "Visit Us", href: "#contact"}}
|
||||
text: "Visit Us", href: "#contact"
|
||||
}}
|
||||
animateOnLoad={true}
|
||||
className="fixed top-4 left-0 right-0 z-50"
|
||||
navItemClassName="text-foreground hover:text-primary-cta transition-colors"
|
||||
@@ -47,7 +48,7 @@ export default function LandingPage() {
|
||||
<HeroLogoBillboardSplit
|
||||
logoText="The Tavern"
|
||||
description="Your local gathering place for cold drinks, warm company, and unforgettable nights. Where community comes together."
|
||||
background={{ variant: "noiseDiagonalGradient" }}
|
||||
background={{ variant: "plain" }}
|
||||
buttons={[
|
||||
{ text: "Make a Reservation", href: "#contact" },
|
||||
{ text: "See Our Menu", href: "#features" },
|
||||
@@ -94,11 +95,14 @@ export default function LandingPage() {
|
||||
tag="Menu Highlights"
|
||||
accordionItems={[
|
||||
{
|
||||
id: "1", title: "Premium Craft Beers", content: "We feature over 30 rotating craft beers from local and international breweries. Each selection is hand-picked by our expert staff to ensure the highest quality."},
|
||||
id: "1", title: "Premium Craft Beers", content: "We feature over 30 rotating craft beers from local and international breweries. Each selection is hand-picked by our expert staff to ensure the highest quality."
|
||||
},
|
||||
{
|
||||
id: "2", title: "Signature Cocktails", content: "Our mixologists craft unique drinks using premium spirits and fresh ingredients. Try our famous 'Tavern Sunrise' or the classic 'Old Fashioned' made to perfection."},
|
||||
id: "2", title: "Signature Cocktails", content: "Our mixologists craft unique drinks using premium spirits and fresh ingredients. Try our famous 'Tavern Sunrise' or the classic 'Old Fashioned' made to perfection."
|
||||
},
|
||||
{
|
||||
id: "3", title: "Hearty Pub Food", content: "From gourmet burgers to traditional fish and chips, our kitchen serves comfort food elevated. All dishes are prepared fresh daily using quality ingredients."},
|
||||
id: "3", title: "Hearty Pub Food", content: "From gourmet burgers to traditional fish and chips, our kitchen serves comfort food elevated. All dishes are prepared fresh daily using quality ingredients."
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-psd/beer-concept-banner-template_23-2148744857.jpg"
|
||||
imageAlt="Signature craft beer and cocktail"
|
||||
@@ -124,11 +128,14 @@ export default function LandingPage() {
|
||||
tag="Community Events"
|
||||
accordionItems={[
|
||||
{
|
||||
id: "1", title: "Live Music Nights", content: "Every Friday and Saturday, enjoy live performances from local musicians. From acoustic sets to full bands, there's always great entertainment. No cover charge!"},
|
||||
id: "1", title: "Live Music Nights", content: "Every Friday and Saturday, enjoy live performances from local musicians. From acoustic sets to full bands, there's always great entertainment. No cover charge!"
|
||||
},
|
||||
{
|
||||
id: "2", title: "Trivia & Games", content: "Tuesday and Thursday evenings feature trivia competitions with prizes. We also have darts, shuffleboard, and board games available for guests to enjoy."},
|
||||
id: "2", title: "Trivia & Games", content: "Tuesday and Thursday evenings feature trivia competitions with prizes. We also have darts, shuffleboard, and board games available for guests to enjoy."
|
||||
},
|
||||
{
|
||||
id: "3", title: "Private Events", content: "Celebrate your special occasion at The Tavern. We offer private event spaces and customizable packages for birthdays, corporate gatherings, and more."},
|
||||
id: "3", title: "Private Events", content: "Celebrate your special occasion at The Tavern. We offer private event spaces and customizable packages for birthdays, corporate gatherings, and more."
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-man-playing-guitar_23-2149213423.jpg"
|
||||
imageAlt="Live band performing at tavern"
|
||||
@@ -150,13 +157,17 @@ export default function LandingPage() {
|
||||
<TestimonialCardTwelve
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "James Mitchell", imageSrc: "http://img.b2bpic.net/free-photo/older-woman-with-thumb-up_1149-1162.jpg?_wi=1", imageAlt: "James Mitchell"},
|
||||
id: "1", name: "James Mitchell", imageSrc: "http://img.b2bpic.net/free-photo/older-woman-with-thumb-up_1149-1162.jpg", imageAlt: "James Mitchell"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Sarah Johnson", imageSrc: "http://img.b2bpic.net/free-photo/older-woman-with-thumb-up_1149-1162.jpg?_wi=2", imageAlt: "Sarah Johnson"},
|
||||
id: "2", name: "Sarah Johnson", imageSrc: "http://img.b2bpic.net/free-photo/older-woman-with-thumb-up_1149-1162.jpg", imageAlt: "Sarah Johnson"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Michael Chen", imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-grey-shirt-looking-up-thinking-positive-smiling-broadly_141793-55034.jpg", imageAlt: "Michael Chen"},
|
||||
id: "3", name: "Michael Chen", imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-grey-shirt-looking-up-thinking-positive-smiling-broadly_141793-55034.jpg", imageAlt: "Michael Chen"
|
||||
},
|
||||
{
|
||||
id: "4", name: "Emma Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/mature-woman-with-grey-hair-posing-with-violet-jacket_343059-55.jpg", imageAlt: "Emma Rodriguez"},
|
||||
id: "4", name: "Emma Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/mature-woman-with-grey-hair-posing-with-violet-jacket_343059-55.jpg", imageAlt: "Emma Rodriguez"
|
||||
},
|
||||
]}
|
||||
cardTitle="Loved by thousands of guests who gather here for great times"
|
||||
cardTag="Customer Testimonials"
|
||||
@@ -173,11 +184,14 @@ export default function LandingPage() {
|
||||
<BlogCardThree
|
||||
blogs={[
|
||||
{
|
||||
id: "1", category: "Atmosphere", title: "Historic Wooden Bar", excerpt: "Our iconic bar counter has hosted countless conversations and celebrations since our opening day.", imageSrc: "http://img.b2bpic.net/free-photo/full-length-stock-photo-extremely-trendy-luxurious-brunette-model-crop-top-silver-sparkling-jacket-black-trousers-high-heels-model-trendy-outfit-sitting-bar-stool-club-bar_132075-8992.jpg", imageAlt: "Historic wooden bar counter", authorName: "The Tavern Team", authorAvatar: "http://img.b2bpic.net/free-photo/older-woman-with-thumb-up_1149-1162.jpg", date: "Year-round"},
|
||||
id: "1", category: "Atmosphere", title: "Historic Wooden Bar", excerpt: "Our iconic bar counter has hosted countless conversations and celebrations since our opening day.", imageSrc: "http://img.b2bpic.net/free-photo/full-length-stock-photo-extremely-trendy-luxurious-brunette-model-crop-top-silver-sparkling-jacket-black-trousers-high-heels-model-trendy-outfit-sitting-bar-stool-club-bar_132075-8992.jpg", imageAlt: "Historic wooden bar counter", authorName: "The Tavern Team", authorAvatar: "http://img.b2bpic.net/free-photo/older-woman-with-thumb-up_1149-1162.jpg", date: "Year-round"
|
||||
},
|
||||
{
|
||||
id: "2", category: "Community", title: "Where Friends Gather", excerpt: "Every night, locals and visitors alike find their place at our tables and share unforgettable moments.", imageSrc: "http://img.b2bpic.net/free-photo/young-couple-sitting-restaurant-talking-having-good-time_482257-18648.jpg", imageAlt: "Friends gathering at tavern", authorName: "The Tavern Team", authorAvatar: "http://img.b2bpic.net/free-photo/older-woman-with-thumb-up_1149-1162.jpg", date: "Open Daily"},
|
||||
id: "2", category: "Community", title: "Where Friends Gather", excerpt: "Every night, locals and visitors alike find their place at our tables and share unforgettable moments.", imageSrc: "http://img.b2bpic.net/free-photo/young-couple-sitting-restaurant-talking-having-good-time_482257-18648.jpg", imageAlt: "Friends gathering at tavern", authorName: "The Tavern Team", authorAvatar: "http://img.b2bpic.net/free-photo/older-woman-with-thumb-up_1149-1162.jpg", date: "Open Daily"
|
||||
},
|
||||
{
|
||||
id: "3", category: "Location", title: "Easy to Find", excerpt: "Located right downtown, our welcoming entrance has been a beacon for good times since 2005.", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-small-business-owner-standing-outdoors_23-2149434499.jpg", imageAlt: "Tavern exterior storefront", authorName: "The Tavern Team", authorAvatar: "http://img.b2bpic.net/free-photo/young-handsome-man-grey-shirt-looking-up-thinking-positive-smiling-broadly_141793-55034.jpg", date: "Come Visit"},
|
||||
id: "3", category: "Location", title: "Easy to Find", excerpt: "Located right downtown, our welcoming entrance has been a beacon for good times since 2005.", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-small-business-owner-standing-outdoors_23-2149434499.jpg", imageAlt: "Tavern exterior storefront", authorName: "The Tavern Team", authorAvatar: "http://img.b2bpic.net/free-photo/young-handsome-man-grey-shirt-looking-up-thinking-positive-smiling-broadly_141793-55034.jpg", date: "Come Visit"
|
||||
},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
title="The Tavern Experience"
|
||||
@@ -202,7 +216,7 @@ export default function LandingPage() {
|
||||
{ text: "Make a Reservation", href: "#" },
|
||||
{ text: "Contact Us", href: "#" },
|
||||
]}
|
||||
background={{ variant: "noiseDiagonalGradient" }}
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
ariaLabel="Call to action section"
|
||||
className="py-20"
|
||||
|
||||
Reference in New Issue
Block a user