Merge version_1 into main #2
186
src/app/page.tsx
186
src/app/page.tsx
@@ -31,90 +31,59 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "menu",
|
||||
},
|
||||
name: "Menu", id: "menu"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Visit",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Visit", id: "contact"},
|
||||
]}
|
||||
brandName="Clayt's Corner"
|
||||
button={{
|
||||
text: "Book Now", href: "#contact"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboard
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
title="Welcome to Clayt's Corner"
|
||||
description="Where luxury meets the local tavern. Experience rich flavors, golden spirits, and the best wings in town."
|
||||
buttons={[
|
||||
{
|
||||
text: "View Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
text: "View Menu", href: "#menu"},
|
||||
{
|
||||
text: "Get Directions",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Get Directions", href: "#contact"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/happy-birthday-party-objects-table_23-2148578899.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/happy-birthday-party-objects-table_23-2148578899.jpg"
|
||||
imageAlt="Clayt's Corner Tavern Interior"
|
||||
mediaAnimation="blur-reveal"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/woman-smiling-watching-man-playing-guitar-party_23-2149187062.jpg",
|
||||
alt: "Customer 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/woman-smiling-watching-man-playing-guitar-party_23-2149187062.jpg", alt: "Customer 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-bearded-man-with-denim-jacket_23-2148856092.jpg",
|
||||
alt: "Customer 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-bearded-man-with-denim-jacket_23-2148856092.jpg", alt: "Customer 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/female-hanging-with-her-friends-bar_23-2147859513.jpg",
|
||||
alt: "Customer 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/female-hanging-with-her-friends-bar_23-2147859513.jpg", alt: "Customer 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-african-american-couple-love-having-great-time-together-their-dating-attractive-couple-enjoying-each-other-young-woman-feeding-her-man-restaurant_613910-5616.jpg",
|
||||
alt: "Customer 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-african-american-couple-love-having-great-time-together-their-dating-attractive-couple-enjoying-each-other-young-woman-feeding-her-man-restaurant_613910-5616.jpg", alt: "Customer 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/woman-smiling-watching-man-playing-guitar-party_23-2149187062.jpg",
|
||||
alt: "Customer 5",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/woman-smiling-watching-man-playing-guitar-party_23-2149187062.jpg", alt: "Customer 5"},
|
||||
]}
|
||||
avatarText="Loved by 5,000+ locals"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Award-Winning Wings",
|
||||
},
|
||||
type: "text", text: "Award-Winning Wings"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Craft Spirits",
|
||||
},
|
||||
type: "text", text: "Craft Spirits"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Cozy Atmosphere",
|
||||
},
|
||||
type: "text", text: "Cozy Atmosphere"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Local Favorite",
|
||||
},
|
||||
type: "text", text: "Local Favorite"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Premium Service",
|
||||
},
|
||||
type: "text", text: "Premium Service"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -124,9 +93,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
title="A Local Institution"
|
||||
description={[
|
||||
"Founded with a passion for quality, we are proud to be the #1 rated tavern in the city. Our commitment to fair prices, fresh ingredients, and a warm atmosphere is unmatched.",
|
||||
"From our award-winning signature wings to our carefully curated spirits collection, every detail is crafted for your enjoyment.",
|
||||
]}
|
||||
"Founded with a passion for quality, we are proud to be the #1 rated tavern in the city. Our commitment to fair prices, fresh ingredients, and a warm atmosphere is unmatched.", "From our award-winning signature wings to our carefully curated spirits collection, every detail is crafted for your enjoyment."]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -138,26 +105,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Award-Winning Wings",
|
||||
price: "$14.99",
|
||||
variant: "Spicy or Garlic",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-fastfood-board-french-fries-with-ketchup-two-pieces-pie-chicken-wings-kitchen-board-bowl-ketchup-wooden-spoons-herbs-bottle_140725-110588.jpg",
|
||||
},
|
||||
id: "1", name: "Award-Winning Wings", price: "$14.99", variant: "Spicy or Garlic", imageSrc: "http://img.b2bpic.net/free-photo/side-view-fastfood-board-french-fries-with-ketchup-two-pieces-pie-chicken-wings-kitchen-board-bowl-ketchup-wooden-spoons-herbs-bottle_140725-110588.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Signature Burger",
|
||||
price: "$16.50",
|
||||
variant: "Tavern Sauce",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chicken-kiev-cutlet-served-with-cabbage-salad-greens-sauce-tomato-slices_140725-8377.jpg",
|
||||
},
|
||||
id: "2", name: "Signature Burger", price: "$16.50", variant: "Tavern Sauce", imageSrc: "http://img.b2bpic.net/free-photo/chicken-kiev-cutlet-served-with-cabbage-salad-greens-sauce-tomato-slices_140725-8377.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Craft Whiskey Pour",
|
||||
price: "$12.00",
|
||||
variant: "Top Shelf",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beverage-with-lemon-copy-space_23-2148340043.jpg",
|
||||
},
|
||||
id: "3", name: "Craft Whiskey Pour", price: "$12.00", variant: "Top Shelf", imageSrc: "http://img.b2bpic.net/free-photo/beverage-with-lemon-copy-space_23-2148340043.jpg"},
|
||||
]}
|
||||
title="The Tavern Menu"
|
||||
description="Indulge in our carefully selected menu favorites."
|
||||
@@ -166,24 +118,19 @@ export default function LandingPage() {
|
||||
|
||||
<div id="features-banner" data-section="features-banner">
|
||||
<FeatureBorderGlow
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
icon: Award,
|
||||
title: "Best Wings in Town",
|
||||
description: "Crispy, juicy, and tossed in our secret sauce.",
|
||||
},
|
||||
title: "Best Wings in Town", description: "Crispy, juicy, and tossed in our secret sauce."},
|
||||
{
|
||||
icon: Users,
|
||||
title: "Community Favorite",
|
||||
description: "Voted #1 bar for a great atmosphere by local reviewers.",
|
||||
},
|
||||
title: "Community Favorite", description: "Voted #1 bar for a great atmosphere by local reviewers."},
|
||||
{
|
||||
icon: DollarSign,
|
||||
title: "Fair & Honest Pricing",
|
||||
description: "Premium service without the premium price tag.",
|
||||
},
|
||||
title: "Fair & Honest Pricing", description: "Premium service without the premium price tag."},
|
||||
]}
|
||||
title="Why Patrons Choose Us"
|
||||
description="Real feedback from our regulars proves why we're the best in the area."
|
||||
@@ -195,9 +142,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="The Perfect Escape"
|
||||
description={[
|
||||
"Enjoy our inviting indoor tavern vibe or step into our private, comfortable smoking area.",
|
||||
"We strive to create a space that feels like home, whether you're catching a game, meeting friends, or just winding down after work.",
|
||||
]}
|
||||
"Enjoy our inviting indoor tavern vibe or step into our private, comfortable smoking area.", "We strive to create a space that feels like home, whether you're catching a game, meeting friends, or just winding down after work."]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -208,40 +153,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "John D.",
|
||||
handle: "@johnd",
|
||||
testimonial: "Best wings I've ever had, hands down!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-smiling-watching-man-playing-guitar-party_23-2149187062.jpg?_wi=1",
|
||||
},
|
||||
id: "1", name: "John D.", handle: "@johnd", testimonial: "Best wings I've ever had, hands down!", imageSrc: "http://img.b2bpic.net/free-photo/woman-smiling-watching-man-playing-guitar-party_23-2149187062.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Sarah K.",
|
||||
handle: "@sarahk",
|
||||
testimonial: "Such a warm atmosphere and great prices.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-bearded-man-with-denim-jacket_23-2148856092.jpg",
|
||||
},
|
||||
id: "2", name: "Sarah K.", handle: "@sarahk", testimonial: "Such a warm atmosphere and great prices.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-bearded-man-with-denim-jacket_23-2148856092.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Michael R.",
|
||||
handle: "@mikr",
|
||||
testimonial: "The staff are like family. My go-to spot.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-hanging-with-her-friends-bar_23-2147859513.jpg",
|
||||
},
|
||||
id: "3", name: "Michael R.", handle: "@mikr", testimonial: "The staff are like family. My go-to spot.", imageSrc: "http://img.b2bpic.net/free-photo/female-hanging-with-her-friends-bar_23-2147859513.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Emily B.",
|
||||
handle: "@emilyb",
|
||||
testimonial: "Incredible craft cocktail selection!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-african-american-couple-love-having-great-time-together-their-dating-attractive-couple-enjoying-each-other-young-woman-feeding-her-man-restaurant_613910-5616.jpg",
|
||||
},
|
||||
id: "4", name: "Emily B.", handle: "@emilyb", testimonial: "Incredible craft cocktail selection!", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-african-american-couple-love-having-great-time-together-their-dating-attractive-couple-enjoying-each-other-young-woman-feeding-her-man-restaurant_613910-5616.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "David L.",
|
||||
handle: "@dl42",
|
||||
testimonial: "A classic spot, always consistent quality.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-smiling-watching-man-playing-guitar-party_23-2149187062.jpg?_wi=2",
|
||||
},
|
||||
id: "5", name: "David L.", handle: "@dl42", testimonial: "A classic spot, always consistent quality.", imageSrc: "http://img.b2bpic.net/free-photo/woman-smiling-watching-man-playing-guitar-party_23-2149187062.jpg"},
|
||||
]}
|
||||
title="Patron Stories"
|
||||
description="What our customers are saying about Clayt's."
|
||||
@@ -254,54 +174,36 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Where are you located?",
|
||||
content: "123 Main St, Cityville, ST 12345.",
|
||||
},
|
||||
id: "1", title: "Where are you located?", content: "123 Main St, Cityville, ST 12345."},
|
||||
{
|
||||
id: "2",
|
||||
title: "Do you take reservations?",
|
||||
content: "Yes, for groups of 6 or more, please call us.",
|
||||
},
|
||||
id: "2", title: "Do you take reservations?", content: "Yes, for groups of 6 or more, please call us."},
|
||||
]}
|
||||
ctaTitle="Visit Clayt's Corner"
|
||||
ctaDescription="Located in the heart of town. Call us to book a table or order ahead."
|
||||
ctaButton={{
|
||||
text: "Call Now",
|
||||
href: "tel:5550123",
|
||||
}}
|
||||
text: "Call Now", href: "tel:5550123"}}
|
||||
ctaIcon={Phone}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/happy-birthday-party-objects-table_23-2148578899.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/happy-birthday-party-objects-table_23-2148578899.jpg"
|
||||
columns={[
|
||||
{
|
||||
title: "Navigation",
|
||||
items: [
|
||||
title: "Navigation", items: [
|
||||
{
|
||||
label: "Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
label: "Menu", href: "#menu"},
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About", href: "#about"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{
|
||||
label: "Call Us",
|
||||
href: "tel:5550123",
|
||||
},
|
||||
label: "Call Us", href: "tel:5550123"},
|
||||
{
|
||||
label: "Directions",
|
||||
href: "#",
|
||||
},
|
||||
label: "Directions", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user