Merge version_1 into main #1
146
src/app/page.tsx
146
src/app/page.tsx
@@ -29,26 +29,11 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "home",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "menu",
|
||||
},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "reviews",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Home", id: "home" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Menu", id: "menu" },
|
||||
{ name: "Reviews", id: "reviews" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Kruzhka"
|
||||
/>
|
||||
@@ -56,60 +41,25 @@ export default function LandingPage() {
|
||||
|
||||
<div id="home" data-section="home">
|
||||
<HeroBillboard
|
||||
background="gradient-bars"
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Kruzhka: Your Neighborhood Pub"
|
||||
description="Where craft meets comfort. Join us for a curated selection of beers and spirits in a warm, relaxed atmosphere."
|
||||
buttons={[
|
||||
{
|
||||
text: "View Our Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "View Our Menu", href: "#menu" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/glass-cold-beer_53876-16227.jpg"
|
||||
imageAlt="Kruzhka Bar Interior"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-bartender-with-tray-whisky-shot-glasses-bar-counter_107420-65487.jpg",
|
||||
alt: "Customer 1",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/stylish-woman-bartender_23-2147680673.jpg",
|
||||
alt: "Customer 2",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-woman-bridge-posing-beautiful-sunset_169016-8458.jpg",
|
||||
alt: "Customer 3",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/nightlife-with-people-dancing-club_23-2149052672.jpg",
|
||||
alt: "Customer 4",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-bartender-with-tray-whisky-shot-glasses-bar-counter_107420-65487.jpg",
|
||||
alt: "Customer 5",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/portrait-bartender-with-tray-whisky-shot-glasses-bar-counter_107420-65487.jpg", alt: "Customer 1" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/stylish-woman-bartender_23-2147680673.jpg", alt: "Customer 2" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/young-woman-bridge-posing-beautiful-sunset_169016-8458.jpg", alt: "Customer 3" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/nightlife-with-people-dancing-club_23-2149052672.jpg", alt: "Customer 4" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/portrait-bartender-with-tray-whisky-shot-glasses-bar-counter_107420-65487.jpg", alt: "Customer 5" },
|
||||
]}
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Craft Beer",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Artisanal Cocktails",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Cozy Vibes",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Live Music",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Neighborhood Friendly",
|
||||
},
|
||||
{ type: "text", text: "Craft Beer" },
|
||||
{ type: "text", text: "Artisanal Cocktails" },
|
||||
{ type: "text", text: "Cozy Vibes" },
|
||||
{ type: "text", text: "Live Music" },
|
||||
{ type: "text", text: "Neighborhood Friendly" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -129,26 +79,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "d1",
|
||||
name: "Signature Lager",
|
||||
price: "$8",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/glass-with-beer-beside-beer-can_23-2148342193.jpg",
|
||||
imageAlt: "Signature Lager",
|
||||
},
|
||||
id: "d1", name: "Signature Lager", price: "$8", imageSrc: "http://img.b2bpic.net/free-photo/glass-with-beer-beside-beer-can_23-2148342193.jpg", imageAlt: "Signature Lager"},
|
||||
{
|
||||
id: "d2",
|
||||
name: "Old Fashioned",
|
||||
price: "$14",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/summertime-vibes-with-starfish-cocktail_23-2149619470.jpg",
|
||||
imageAlt: "Old Fashioned",
|
||||
},
|
||||
id: "d2", name: "Old Fashioned", price: "$14", imageSrc: "http://img.b2bpic.net/free-photo/summertime-vibes-with-starfish-cocktail_23-2149619470.jpg", imageAlt: "Old Fashioned"},
|
||||
{
|
||||
id: "d3",
|
||||
name: "Craft Flight",
|
||||
price: "$18",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-glass-with-beer-table_23-2148342192.jpg",
|
||||
imageAlt: "Craft Flight",
|
||||
},
|
||||
id: "d3", name: "Craft Flight", price: "$18", imageSrc: "http://img.b2bpic.net/free-photo/side-view-glass-with-beer-table_23-2148342192.jpg", imageAlt: "Craft Flight"},
|
||||
]}
|
||||
title="Featured Drinks"
|
||||
description="Craft beers, signature cocktails, and local favorites."
|
||||
@@ -162,26 +97,11 @@ export default function LandingPage() {
|
||||
rating={5}
|
||||
author="Sarah Miller"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-bartender-with-tray-whisky-shot-glasses-bar-counter_107420-65487.jpg",
|
||||
alt: "Sarah Miller",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/stylish-woman-bartender_23-2147680673.jpg",
|
||||
alt: "John Doe",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-woman-bridge-posing-beautiful-sunset_169016-8458.jpg",
|
||||
alt: "Emily Smith",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/nightlife-with-people-dancing-club_23-2149052672.jpg",
|
||||
alt: "David Brown",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-bartender-with-tray-whisky-shot-glasses-bar-counter_107420-65487.jpg",
|
||||
alt: "Alex White",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/portrait-bartender-with-tray-whisky-shot-glasses-bar-counter_107420-65487.jpg", alt: "Sarah Miller" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/stylish-woman-bartender_23-2147680673.jpg", alt: "John Doe" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/young-woman-bridge-posing-beautiful-sunset_169016-8458.jpg", alt: "Emily Smith" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/nightlife-with-people-dancing-club_23-2149052672.jpg", alt: "David Brown" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/portrait-bartender-with-tray-whisky-shot-glasses-bar-counter_107420-65487.jpg", alt: "Alex White" },
|
||||
]}
|
||||
ratingAnimation="slide-up"
|
||||
avatarsAnimation="slide-up"
|
||||
@@ -193,22 +113,12 @@ export default function LandingPage() {
|
||||
animationType="slide-up"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "Do you accept reservations?",
|
||||
content: "Yes, for groups of 6 or more.",
|
||||
},
|
||||
{
|
||||
id: "q2",
|
||||
title: "Are you pet-friendly?",
|
||||
content: "Our patio is happy to welcome your furry friends.",
|
||||
},
|
||||
{ id: "q1", title: "Do you accept reservations?", content: "Yes, for groups of 6 or more." },
|
||||
{ id: "q2", title: "Are you pet-friendly?", content: "Our patio is happy to welcome your furry friends." },
|
||||
]}
|
||||
ctaTitle="Visit Us Tonight"
|
||||
ctaDescription="Join us at Kruzhka for drinks and good conversation."
|
||||
ctaButton={{
|
||||
text: "Contact Us",
|
||||
}}
|
||||
ctaButton={{ text: "Contact Us" }}
|
||||
ctaIcon={MessageCircle}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user