Merge version_2 into main

Merge version_2 into main
This commit was merged in pull request #2.
This commit is contained in:
2026-04-06 15:04:29 +00:00

View File

@@ -31,25 +31,15 @@ export default function LandingPage() {
<NavbarLayoutFloatingOverlay
navItems={[
{
name: "Home",
id: "hero",
},
name: "Home", id: "hero"},
{
name: "Our Brews",
id: "menu",
},
name: "Our Brews", id: "menu"},
{
name: "Signature Food",
id: "food",
},
name: "Signature Food", id: "food"},
{
name: "Reviews",
id: "reviews",
},
name: "Reviews", id: "reviews"},
{
name: "Visit Us",
id: "contact",
},
name: "Visit Us", id: "contact"},
]}
brandName="Kaseli Brewery"
/>
@@ -61,9 +51,7 @@ export default function LandingPage() {
description="Crafted on the Black Sea coast. Rich, bold, and unapologetically authentic."
buttons={[
{
text: "Explore the Menu",
href: "#menu",
},
text: "Explore the Menu", href: "#menu"},
]}
imageSrc="http://img.b2bpic.net/free-photo/amazing-shot-old-boat-sandy-beach-with-calm-ocean-other-boats-cloudy-sky_181624-37628.jpg?_wi=1"
imageAlt="Kaseli Brewery Cinematic Glass"
@@ -77,19 +65,13 @@ export default function LandingPage() {
metrics={[
{
icon: Award,
label: "House-Brewed Styles",
value: "12+",
},
label: "House-Brewed Styles", value: "12+"},
{
icon: Zap,
label: "Years of Experience",
value: "8",
},
label: "Years of Experience", value: "8"},
{
icon: Shield,
label: "Natural Ingredients",
value: "100%",
},
label: "Natural Ingredients", value: "100%"},
]}
metricsAnimation="slide-up"
/>
@@ -103,23 +85,11 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
id: "1",
name: "Gold Lager",
price: "12 GEL",
imageSrc: "http://img.b2bpic.net/free-photo/beer-with-crispy-fish-hors-d-oeuvres-world-beer-day_1150-23711.jpg?_wi=1",
},
id: "1", name: "Gold Lager", price: "12 GEL", imageSrc: "http://img.b2bpic.net/free-photo/beer-with-crispy-fish-hors-d-oeuvres-world-beer-day_1150-23711.jpg?_wi=1"},
{
id: "2",
name: "Black Ale",
price: "15 GEL",
imageSrc: "http://img.b2bpic.net/free-photo/person-holding-glass-cup-cold-beer-with-wooden-surface_181624-10308.jpg?_wi=1",
},
id: "2", name: "Black Ale", price: "15 GEL", imageSrc: "http://img.b2bpic.net/free-photo/person-holding-glass-cup-cold-beer-with-wooden-surface_181624-10308.jpg?_wi=1"},
{
id: "3",
name: "White Wheat",
price: "14 GEL",
imageSrc: "http://img.b2bpic.net/free-photo/frothy-beer-pouring-into-glass-refreshing-refreshment-generated-by-ai_188544-34315.jpg?_wi=1",
},
id: "3", name: "White Wheat", price: "14 GEL", imageSrc: "http://img.b2bpic.net/free-photo/frothy-beer-pouring-into-glass-refreshing-refreshment-generated-by-ai_188544-34315.jpg?_wi=1"},
]}
title="Signature Brews"
description="Handcrafted perfection poured daily."
@@ -132,23 +102,11 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
title: "Smoked Ribs",
description: "12-hour slow-smoked heritage pork.",
imageSrc: "http://img.b2bpic.net/free-photo/meat-chicken-kebab-sprinkled-with-sumac-onion_140725-9570.jpg?_wi=1",
imageAlt: "Smoked Ribs",
},
title: "Smoked Ribs", description: "12-hour slow-smoked heritage pork.", imageSrc: "http://img.b2bpic.net/free-photo/meat-chicken-kebab-sprinkled-with-sumac-onion_140725-9570.jpg?_wi=1", imageAlt: "Smoked Ribs"},
{
title: "Khinkali",
description: "Classic Georgian hand-folded dumplings.",
imageSrc: "http://img.b2bpic.net/free-photo/dumplings-served-with-sour-cream-eggplant-rolls-pickles_141793-599.jpg",
imageAlt: "Khinkali",
},
title: "Khinkali", description: "Classic Georgian hand-folded dumplings.", imageSrc: "http://img.b2bpic.net/free-photo/dumplings-served-with-sour-cream-eggplant-rolls-pickles_141793-599.jpg", imageAlt: "Khinkali"},
{
title: "Shashlik",
description: "Grilled marinated skewers over open fire.",
imageSrc: "http://img.b2bpic.net/free-photo/sizzling-meat-kebabs-fiery-grill_84443-72346.jpg",
imageAlt: "Shashlik",
},
title: "Shashlik", description: "Grilled marinated skewers over open fire.", imageSrc: "http://img.b2bpic.net/free-photo/sizzling-meat-kebabs-fiery-grill_84443-72346.jpg", imageAlt: "Shashlik"},
]}
title="Taproom Specialties"
description="Pair your pint with our artisan-smoked meats and local delicacies."
@@ -161,60 +119,15 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
id: "1",
name: "Alexander V.",
date: "2024-05-12",
title: "Regular Guest",
quote: "The best black ale I have had in Batumi!",
tag: "Beer Lover",
avatarSrc: "http://img.b2bpic.net/free-photo/pretty-young-woman-with-wet-hair-posing-studio-wearing-black-oversize-blazer-shiny-necklace_343596-7120.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/amazing-shot-old-boat-sandy-beach-with-calm-ocean-other-boats-cloudy-sky_181624-37628.jpg?_wi=2",
imageAlt: "dark craft brewery beer pour",
},
id: "1", name: "Alexander V.", date: "2024-05-12", title: "Regular Guest", quote: "The best black ale I have had in Batumi!", tag: "Beer Lover", avatarSrc: "http://img.b2bpic.net/free-photo/pretty-young-woman-with-wet-hair-posing-studio-wearing-black-oversize-blazer-shiny-necklace_343596-7120.jpg", imageSrc: "http://img.b2bpic.net/free-photo/amazing-shot-old-boat-sandy-beach-with-calm-ocean-other-boats-cloudy-sky_181624-37628.jpg?_wi=2", imageAlt: "dark craft brewery beer pour"},
{
id: "2",
name: "Elena S.",
date: "2024-06-02",
title: "Tourist",
quote: "Incredible atmosphere and even better smoked ribs.",
tag: "Foodie",
avatarSrc: "http://img.b2bpic.net/free-photo/happy-satisfied-customer-making-ok-gesture_74855-2298.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/beer-with-crispy-fish-hors-d-oeuvres-world-beer-day_1150-23711.jpg?_wi=2",
imageAlt: "golden lager craft beer",
},
id: "2", name: "Elena S.", date: "2024-06-02", title: "Tourist", quote: "Incredible atmosphere and even better smoked ribs.", tag: "Foodie", avatarSrc: "http://img.b2bpic.net/free-photo/happy-satisfied-customer-making-ok-gesture_74855-2298.jpg", imageSrc: "http://img.b2bpic.net/free-photo/beer-with-crispy-fish-hors-d-oeuvres-world-beer-day_1150-23711.jpg?_wi=2", imageAlt: "golden lager craft beer"},
{
id: "3",
name: "Marko D.",
date: "2024-06-15",
title: "Local",
quote: "Authentic taste, great service. Highly recommend.",
tag: "Regular",
avatarSrc: "http://img.b2bpic.net/free-photo/young-blonde-woman-black-jacket_176474-101946.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/person-holding-glass-cup-cold-beer-with-wooden-surface_181624-10308.jpg?_wi=2",
imageAlt: "black stout craft beer",
},
id: "3", name: "Marko D.", date: "2024-06-15", title: "Local", quote: "Authentic taste, great service. Highly recommend.", tag: "Regular", avatarSrc: "http://img.b2bpic.net/free-photo/young-blonde-woman-black-jacket_176474-101946.jpg", imageSrc: "http://img.b2bpic.net/free-photo/person-holding-glass-cup-cold-beer-with-wooden-surface_181624-10308.jpg?_wi=2", imageAlt: "black stout craft beer"},
{
id: "4",
name: "Sofia L.",
date: "2024-07-01",
title: "Visitor",
quote: "The wheat beer is perfectly crisp. Lovely place.",
tag: "Tourist",
avatarSrc: "http://img.b2bpic.net/free-photo/black-bearded-tattooed-hipster-male-manufacturer-presenting-craft-beer-microbrewery_613910-13617.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/frothy-beer-pouring-into-glass-refreshing-refreshment-generated-by-ai_188544-34315.jpg?_wi=2",
imageAlt: "wheat beer glass",
},
id: "4", name: "Sofia L.", date: "2024-07-01", title: "Visitor", quote: "The wheat beer is perfectly crisp. Lovely place.", tag: "Tourist", avatarSrc: "http://img.b2bpic.net/free-photo/black-bearded-tattooed-hipster-male-manufacturer-presenting-craft-beer-microbrewery_613910-13617.jpg", imageSrc: "http://img.b2bpic.net/free-photo/frothy-beer-pouring-into-glass-refreshing-refreshment-generated-by-ai_188544-34315.jpg?_wi=2", imageAlt: "wheat beer glass"},
{
id: "5",
name: "Dimitri G.",
date: "2024-07-20",
title: "Local",
quote: "Always fresh, always consistent. My go-to taproom.",
tag: "Regular",
avatarSrc: "http://img.b2bpic.net/free-photo/portrait-young-female-with-glasses_23-2148415937.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/meat-chicken-kebab-sprinkled-with-sumac-onion_140725-9570.jpg?_wi=2",
imageAlt: "smoked ribs gourmet food",
},
id: "5", name: "Dimitri G.", date: "2024-07-20", title: "Local", quote: "Always fresh, always consistent. My go-to taproom.", tag: "Regular", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-young-female-with-glasses_23-2148415937.jpg", imageSrc: "http://img.b2bpic.net/free-photo/meat-chicken-kebab-sprinkled-with-sumac-onion_140725-9570.jpg?_wi=2", imageAlt: "smoked ribs gourmet food"},
]}
title="What Guests Say"
description="Voices from the Black Sea coast."
@@ -225,14 +138,11 @@ export default function LandingPage() {
<ContactText
useInvertedBackground={false}
background={{
variant: "rotated-rays-animated-grid",
}}
text="Visit Kaseli Brewery in the heart of Batumi. Open daily 12:00 PM 2:00 AM."
variant: "rotated-rays-animated-grid"}}
text="Visit Kaseli Brewery: 36 Airport Highway, Batumi 6010. Phone: 555 71 71 38. Open until 12 AM."
buttons={[
{
text: "Get Directions",
href: "https://maps.google.com",
},
text: "Get Directions", href: "https://maps.google.com"},
]}
/>
</div>
@@ -244,18 +154,14 @@ export default function LandingPage() {
socialLinks={[
{
icon: Instagram,
href: "#",
ariaLabel: "Instagram",
},
href: "https://www.instagram.com/kaselibatumi/", ariaLabel: "Instagram"},
{
icon: Facebook,
href: "#",
ariaLabel: "Facebook",
},
href: "https://www.facebook.com/KaseliBatumi/videos/?locale=ms_MY&_rdr", ariaLabel: "Facebook"},
]}
/>
</div>
</ReactLenis>
</ThemeProvider>
);
}
}