4 Commits

Author SHA1 Message Date
b0f1db1093 Merge version_2 into main
Merge version_2 into main
2026-05-25 23:32:37 +00:00
ce309db0c2 Update src/app/styles/variables.css 2026-05-25 23:32:34 +00:00
b7e4d76710 Update src/app/styles/base.css 2026-05-25 23:32:34 +00:00
d81375c61a Update src/app/page.tsx 2026-05-25 23:32:34 +00:00
3 changed files with 75 additions and 205 deletions

View File

@@ -12,7 +12,7 @@ import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarS
import ProductCardThree from '@/components/sections/product/ProductCardThree';
import TeamCardOne from '@/components/sections/team/TeamCardOne';
import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
import { Award, Search, Wheat } from "lucide-react";
import { Award, Wheat, Sparkles } from "lucide-react";
export default function LandingPage() {
return (
@@ -33,38 +33,22 @@ export default function LandingPage() {
<NavbarStyleCentered
navItems={[
{
name: "Home",
id: "#home",
},
name: "Home", id: "#home"},
{
name: "About",
id: "#about",
},
name: "About", id: "#about"},
{
name: "Menu",
id: "#menu",
},
name: "Menu", id: "#menu"},
{
name: "Team",
id: "#team",
},
name: "Team", id: "#team"},
{
name: "Reviews",
id: "#reviews",
},
name: "Reviews", id: "#reviews"},
{
name: "FAQ",
id: "#faq",
},
name: "FAQ", id: "#faq"},
{
name: "Contact",
id: "#contact",
},
name: "Contact", id: "#contact"},
]}
button={{
text: "Book a Table",
href: "#contact",
}}
text: "Book a Table", href: "#contact"}}
brandName="The Georgian Barrel"
/>
</div>
@@ -75,13 +59,9 @@ export default function LandingPage() {
description="A culinary journey where ancient traditions meet modern pub vibes. Indulge in authentic Georgian flavors and classic European brews, all in one vibrant setting."
buttons={[
{
text: "Explore Our Menu",
href: "#menu",
},
text: "Explore Our Menu", href: "#menu"},
{
text: "Book Your Table",
href: "#contact",
},
text: "Book Your Table", href: "#contact"},
]}
imageSrc="http://img.b2bpic.net/free-photo/classic-old-fashioned-library-space-with-elegant-wooden-interiors_482257-125296.jpg"
imageAlt="Restaurant interior showing Georgian dishes and European beers"
@@ -90,25 +70,15 @@ export default function LandingPage() {
textPosition="bottom"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/close-up-positive-executive-work_1098-519.jpg",
alt: "Customer rating",
},
src: "http://img.b2bpic.net/free-photo/close-up-positive-executive-work_1098-519.jpg", alt: "Customer rating"},
{
src: "http://img.b2bpic.net/free-photo/brunette-businesswoman-taking-selfie_23-2148142674.jpg",
alt: "Customer rating",
},
src: "http://img.b2bpic.net/free-photo/brunette-businesswoman-taking-selfie_23-2148142674.jpg", alt: "Customer rating"},
{
src: "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg",
alt: "Customer rating",
},
src: "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg", alt: "Customer rating"},
{
src: "http://img.b2bpic.net/free-photo/experienced-senior-female-executive-eyeglasses_1262-5027.jpg",
alt: "Customer rating",
},
src: "http://img.b2bpic.net/free-photo/experienced-senior-female-executive-eyeglasses_1262-5027.jpg", alt: "Customer rating"},
{
src: "http://img.b2bpic.net/free-photo/confident-businessman-smiling_107420-84733.jpg",
alt: "Customer rating",
},
src: "http://img.b2bpic.net/free-photo/confident-businessman-smiling_107420-84733.jpg", alt: "Customer rating"},
]}
avatarText="Join our 10,000+ happy diners!"
/>
@@ -119,20 +89,13 @@ export default function LandingPage() {
useInvertedBackground={false}
heading={[
{
type: "text",
content: "Our Story: Where Tradition Meets Modernity",
},
type: "text", content: "Our Culinary Journey: Georgian Soul, European Spirit"},
{
type: "image",
src: "http://img.b2bpic.net/free-photo/close-up-woman-hand-put-topping-homemade-pizza_1150-4697.jpg",
alt: "Chef preparing Georgian dish",
},
type: "image", src: "http://img.b2bpic.net/free-photo/gourmet-delicious-cuisine_23-2150931168.jpg", alt: "Chef preparing a fusion dish"},
]}
buttons={[
{
text: "Learn More",
href: "#",
},
text: "Learn More", href: "#about"},
]}
/>
</div>
@@ -145,22 +108,16 @@ export default function LandingPage() {
features={[
{
icon: Wheat,
title: "Authentic Georgian Cuisine",
description: "Savor the rich, bold flavors of Georgia with traditional recipes passed down through generations, prepared with fresh, local ingredients.",
},
title: "Authentic Georgian Feasts", description: "Indulge in hearty, flavorful dishes rooted in Georgian tradition, prepared with age-old recipes and the freshest ingredients."},
{
icon: Award,
title: "Curated European Beers",
description: "From crisp lagers to robust stouts, our extensive selection of European craft beers offers something for every palate.",
},
title: "Curated European Craft Beers", description: "Explore an extensive selection of the finest European craft beers, hand-picked to complement our diverse menu and elevate your pub experience."},
{
icon: Search,
title: "Smart Dish Discovery",
description: "Our intelligent menu system helps you find your next favorite dish or drink with ease, based on your preferences and cravings.",
},
icon: Sparkles,
title: "Warm & Lively Atmosphere", description: "Immerse yourself in a welcoming space where Georgian hospitality meets the lively charm of a modern European pub, perfect for any occasion."},
]}
title="Our Unique Culinary Experience"
description="Discover what makes The Georgian Barrel a destination for foodies and pub enthusiasts alike, with our commitment to authenticity and innovation."
title="The Best of Both Worlds: Our Signature Fusion"
description="At The Georgian Barrel, we blend the rich heritage of Georgian cooking with the convivial atmosphere of a European pub, creating an unforgettable experience."
/>
</div>
@@ -172,47 +129,17 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
id: "khinkali",
name: "Khinkali",
price: "$12.99",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-gurza-lamb-dumplings-with-sour-cream-plate_141793-3646.jpg",
imageAlt: "Georgian Khinkali dumplings",
},
id: "khinkali", name: "Khinkali", price: "$12.99", imageSrc: "http://img.b2bpic.net/free-photo/side-view-gurza-lamb-dumplings-with-sour-cream-plate_141793-3646.jpg", imageAlt: "Georgian Khinkali dumplings"},
{
id: "satsivi",
name: "Satsivi",
price: "$18.50",
imageSrc: "http://img.b2bpic.net/free-photo/chicken-breast-steak_74190-7283.jpg",
imageAlt: "Satsivi chicken with walnut sauce",
},
id: "satsivi", name: "Satsivi", price: "$18.50", imageSrc: "http://img.b2bpic.net/free-photo/chicken-breast-steak_74190-7283.jpg", imageAlt: "Satsivi chicken with walnut sauce"},
{
id: "mtsvadi",
name: "Mtsvadi",
price: "$22.00",
imageSrc: "http://img.b2bpic.net/free-photo/lule-kebab-fried-potato-with-vegetables-onion_141793-688.jpg",
imageAlt: "Georgian Mtsvadi skewers",
},
id: "mtsvadi", name: "Mtsvadi", price: "$22.00", imageSrc: "http://img.b2bpic.net/free-photo/lule-kebab-fried-potato-with-vegetables-onion_141793-688.jpg", imageAlt: "Georgian Mtsvadi skewers"},
{
id: "goulash",
name: "Hungarian Goulash",
price: "$16.75",
imageSrc: "http://img.b2bpic.net/free-photo/red-vegetable-soup-table_140725-7436.jpg",
imageAlt: "Hearty Hungarian Goulash",
},
id: "goulash", name: "Hungarian Goulash", price: "$16.75", imageSrc: "http://img.b2bpic.net/free-photo/red-vegetable-soup-table_140725-7436.jpg", imageAlt: "Hearty Hungarian Goulash"},
{
id: "fish-chips",
name: "Fish and Chips",
price: "$14.25",
imageSrc: "http://img.b2bpic.net/free-photo/crispy-snaks-served-with-salad_140725-1749.jpg",
imageAlt: "Classic Fish and Chips",
},
id: "fish-chips", name: "Fish and Chips", price: "$14.25", imageSrc: "http://img.b2bpic.net/free-photo/crispy-snaks-served-with-salad_140725-1749.jpg", imageAlt: "Classic Fish and Chips"},
{
id: "schnitzel",
name: "Wiener Schnitzel",
price: "$19.99",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-tasty-dinner-with-cutlet-meal-potatoes-white-plate-dark-table_140725-56801.jpg",
imageAlt: "Crispy Wiener Schnitzel",
},
id: "schnitzel", name: "Wiener Schnitzel", price: "$19.99", imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-tasty-dinner-with-cutlet-meal-potatoes-white-plate-dark-table_140725-56801.jpg", imageAlt: "Crispy Wiener Schnitzel"},
]}
title="Signature Dishes & Brews"
description="Explore our curated selection of Traditional Georgian delicacies and European pub favorites, easily found with our smart menu system."
@@ -227,59 +154,34 @@ export default function LandingPage() {
useInvertedBackground={false}
members={[
{
id: "chef-tamara",
name: "Tamara Gorgiladze",
role: "Head Chef",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-male-chef-standing-kitchen-shrugging_23-2147863654.jpg",
imageAlt: "Head Chef Tamara Gorgiladze",
},
id: "chef-tamara", name: "Tamara Gorgiladze", role: "Head Chef, Georgian Cuisine", imageSrc: "http://img.b2bpic.net/free-photo/female-chef-working-kitchen_1150-13761.jpg", imageAlt: "Head Chef Tamara Gorgiladze preparing Georgian dishes"},
{
id: "sommelier-lukas",
name: "Lukas Richter",
role: "Head Sommelier",
imageSrc: "http://img.b2bpic.net/free-photo/bartender-making-delicious-cocktail_23-2149093588.jpg",
imageAlt: "Head Sommelier Lukas Richter",
},
id: "sommelier-lukas", name: "Lukas Richter", role: "Head Sommelier, European Brews", imageSrc: "http://img.b2bpic.net/free-photo/handsome-bearded-sommelier-man-wine-cellar-with-bottle_23-2147820127.jpg", imageAlt: "Head Sommelier Lukas Richter with European beer selection"},
{
id: "manager-sophia",
name: "Sophia Petrova",
role: "Restaurant Manager",
imageSrc: "http://img.b2bpic.net/free-photo/service-restaurant_1098-15708.jpg",
imageAlt: "Restaurant Manager Sophia Petrova",
},
id: "manager-sophia", name: "Sophia Petrova", role: "General Manager, Operations & Hospitality", imageSrc: "http://img.b2bpic.net/free-photo/elegant-restaurant-manager_23-2149591461.jpg", imageAlt: "Restaurant Manager Sophia Petrova welcoming guests"},
]}
title="Meet Our Culinary Maestros"
description="The passionate individuals behind every delectable dish and perfectly poured pint at The Georgian Barrel."
title="Our Heart & Soul: The Georgian Barrel Team"
description="Meet the dedicated individuals who bring our unique blend of Georgian culinary artistry and European pub charm to life."
/>
</div>
<div id="reviews" data-section="reviews">
<TestimonialCardFifteen
useInvertedBackground={false}
testimonial="The Georgian Barrel is a true gem! The fusion of Georgian and European cuisine is masterfully done, and the atmosphere is simply enchanting. Highly recommend the Khachapuri and their excellent beer selection!"
testimonial="Dining at The Georgian Barrel was an exceptional experience! The Khachapuri was authentic and delicious, perfectly complemented by a robust Belgian beer. The atmosphere truly captures the spirit of both Georgian warmth and a lively European pub. A must-visit!"
rating={5}
author="Elena V., Food Critic"
author="A Satisfied Diner"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/portrait-beautiful-business-office-business-center_1303-20365.jpg",
alt: "Customer Elena V.",
},
src: "http://img.b2bpic.net/free-photo/portrait-beautiful-business-office-business-center_1303-20365.jpg", alt: "Customer Elena V."},
{
src: "http://img.b2bpic.net/free-photo/front-view-lawyer-portrait_23-2151202435.jpg",
alt: "Customer Michael P.",
},
src: "http://img.b2bpic.net/free-photo/front-view-lawyer-portrait_23-2151202435.jpg", alt: "Customer Michael P."},
{
src: "http://img.b2bpic.net/free-photo/smiling-woman-transperent-glasses-stays-with-her-laptop-park_231208-4249.jpg",
alt: "Customer Sarah L.",
},
src: "http://img.b2bpic.net/free-photo/smiling-woman-transperent-glasses-stays-with-her-laptop-park_231208-4249.jpg", alt: "Customer Sarah L."},
{
src: "http://img.b2bpic.net/free-photo/portrait-happy-smiling-man_93675-134315.jpg",
alt: "Customer David K.",
},
src: "http://img.b2bpic.net/free-photo/portrait-happy-smiling-man_93675-134315.jpg", alt: "Customer David K."},
{
src: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5363.jpg",
alt: "Customer Jessica R.",
},
src: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5363.jpg", alt: "Customer Jessica R."},
]}
ratingAnimation="blur-reveal"
avatarsAnimation="slide-up"
@@ -292,30 +194,15 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
id: "faq-1",
title: "Do you accept reservations?",
content: "Yes, we highly recommend making a reservation, especially for dinner service and weekend evenings. You can book a table directly through our website or by calling us.",
},
id: "faq-1", title: "Do you accept reservations?", content: "Yes, we highly recommend making a reservation, especially for dinner service and weekend evenings. You can book a table directly through our website or by calling us."},
{
id: "faq-2",
title: "Do you have options for dietary restrictions?",
content: "We offer a variety of dishes that can be adapted for vegetarian, vegan, and gluten-free diets. Please inform your server about any allergies or dietary needs.",
},
id: "faq-2", title: "Do you have options for dietary restrictions?", content: "We offer a variety of dishes that can be adapted for vegetarian, vegan, and gluten-free diets. Please inform your server about any allergies or dietary needs."},
{
id: "faq-3",
title: "What kind of European beers do you serve?",
content: "Our selection includes a diverse range of European craft beers, including German lagers, Belgian ales, Czech pilsners, and various seasonal brews. Our sommelier can guide you through the options.",
},
id: "faq-3", title: "What kind of European beers do you serve?", content: "Our selection includes a diverse range of European craft beers, including German lagers, Belgian ales, Czech pilsners, and various seasonal brews. Our sommelier can guide you through the options."},
{
id: "faq-4",
title: "Is there parking available?",
content: "We have limited on-site parking. Public street parking and several parking garages are available within a short walking distance.",
},
id: "faq-4", title: "Is there parking available?", content: "We have limited on-site parking. Public street parking and several parking garages are available within a short walking distance."},
{
id: "faq-5",
title: "Do you offer private dining options?",
content: "Yes, we have a private dining room perfect for special occasions, corporate events, or larger gatherings. Please contact us directly to discuss availability and bespoke menu options.",
},
id: "faq-5", title: "Do you offer private dining options?", content: "Yes, we have a private dining room perfect for special occasions, corporate events, or larger gatherings. Please contact us directly to discuss availability and bespoke menu options."},
]}
title="Frequently Asked Questions"
description="Find answers to common questions about reservations, our menu, and what to expect at The Georgian Barrel."
@@ -327,18 +214,17 @@ export default function LandingPage() {
<ContactSplit
useInvertedBackground={false}
background={{
variant: "plain",
}}
tag="Visit Us"
title="Book Your Table"
description="Reserve your spot for an unforgettable dining experience at The Georgian Barrel. We look forward to welcoming you!"
imageSrc="http://img.b2bpic.net/free-photo/city-background-panoramic-view_23-2148892961.jpg"
imageAlt="Restaurant interior for reservations"
variant: "plain"}}
tag="Connect With Us"
title="Stay Updated on Our Latest Events & Offers"
description="Join our mailing list to receive exclusive news, seasonal menu updates, and special promotions from The Georgian Barrel."
imageSrc="http://img.b2bpic.net/free-photo/modern-cafe-interior-with-cosy-lights-table_140725-10330.jpg"
imageAlt="Warm and inviting restaurant interior"
mediaAnimation="opacity"
mediaPosition="right"
inputPlaceholder="Enter your email for updates"
buttonText="Subscribe"
termsText="By subscribing, you agree to receive promotional emails from The Georgian Barrel. You can unsubscribe at any time."
mediaPosition="left"
inputPlaceholder="Your email address"
buttonText="Sign Up for Updates"
termsText="By signing up, you agree to receive emails about news and promotions from The Georgian Barrel."
/>
</div>
@@ -348,45 +234,29 @@ export default function LandingPage() {
{
items: [
{
label: "Home",
href: "#home",
},
label: "Home", href: "#home"},
{
label: "Menu",
href: "#menu",
},
label: "Menu", href: "#menu"},
{
label: "About Us",
href: "#about",
},
label: "About Us", href: "#about"},
],
},
{
items: [
{
label: "Reservations",
href: "#contact",
},
label: "Reservations", href: "#contact"},
{
label: "Our Team",
href: "#team",
},
label: "Our Team", href: "#team"},
{
label: "FAQs",
href: "#faq",
},
label: "FAQs", href: "#faq"},
],
},
{
items: [
{
label: "Privacy Policy",
href: "#",
},
label: "Privacy Policy", href: "#"},
{
label: "Terms of Service",
href: "#",
},
label: "Terms of Service", href: "#"},
],
},
]}

View File

@@ -11,7 +11,7 @@ html {
body {
background-color: var(--background);
color: var(--foreground);
font-family: var(--font-font-family: var(--font-montserrat), sans-serif;), sans-serif;
font-family: var(--font-inter), sans-serif;), sans-serif;
position: relative;
min-height: 100vh;
overscroll-behavior: none;
@@ -24,5 +24,5 @@ h3,
h4,
h5,
h6 {
font-family: var(--font-font-family: var(--font-montserrat), sans-serif;), sans-serif;
font-family: var(--font-libre-baskerville), serif;), sans-serif;
}

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #f5f5f5;
--card: #ffffff;
--foreground: #1c1c1c;
--primary-cta: #1f514c;
--background: #1a0f0d;
--card: #261614;
--foreground: #f5ebea;
--primary-cta: #b8860b;
--primary-cta-text: #f5f5f5;
--secondary-cta: #ffffff;
--secondary-cta: #3f2723;
--secondary-cta-text: #1c1c1c;
--accent: #159c49;
--background-accent: #a8e8ba;
--accent: #2c5f2d;
--background-accent: #8b0000;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);