Merge version_2 into main
Merge version_2 into main
This commit was merged in pull request #2.
This commit is contained in:
208
src/app/page.tsx
208
src/app/page.tsx
@@ -7,11 +7,11 @@ import FeatureHoverPattern from '@/components/sections/feature/featureHoverPatte
|
||||
import FooterMedia from '@/components/sections/footer/FooterMedia';
|
||||
import HeroCentered from '@/components/sections/hero/HeroCentered';
|
||||
import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout';
|
||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||
import ProductCardThree from '@/components/sections/product/ProductCardThree';
|
||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||
import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
|
||||
import { Bean, BookOpen, Cake, CalendarDays, Coffee, Croissant, Flame, Heart, Home } from "lucide-react";
|
||||
import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -29,85 +29,55 @@ export default function LandingPage() {
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Menu",
|
||||
id: "#menu",
|
||||
},
|
||||
name: "Menu", id: "#menu"},
|
||||
{
|
||||
name: "Book a Table",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Book a Table", id: "#contact"},
|
||||
{
|
||||
name: "Contact Us",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact Us", id: "#contact"},
|
||||
]}
|
||||
brandName="Taoba · თაობა"
|
||||
button={{
|
||||
text: "Order Online",
|
||||
href: "#",
|
||||
}}
|
||||
animateOnLoad={true}
|
||||
text: "Order Online", href: "#"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroCentered
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
title="Welcome to Taoba Cafe"
|
||||
description="Experience the unique blend of traditional Georgian flavors and modern cafe culture in the heart of Tbilisi. A cozy spot for coffee, delicious pastries, and authentic meals."
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/image-carefree-africanamerican-girl-white-tshirt-showing-tongue-smiling-winking-happy-stan_1258-128116.jpg",
|
||||
alt: "Customer 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/image-carefree-africanamerican-girl-white-tshirt-showing-tongue-smiling-winking-happy-stan_1258-128116.jpg", alt: "Customer 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-handsome-smiling-stylish-hipster-lambersexual-modelsexy-modern-man-dressed-elegant-suit-fashion-male-posing-studio-near-blue-wall_158538-21048.jpg",
|
||||
alt: "Customer 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-handsome-smiling-stylish-hipster-lambersexual-modelsexy-modern-man-dressed-elegant-suit-fashion-male-posing-studio-near-blue-wall_158538-21048.jpg", alt: "Customer 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/positive-coquettish-young-european-woman-with-pink-hair-knot-smiling-happily-blinking_273609-974.jpg",
|
||||
alt: "Customer 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/positive-coquettish-young-european-woman-with-pink-hair-knot-smiling-happily-blinking_273609-974.jpg", alt: "Customer 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-beautiful-woman-posing-with-blue-jacket_23-2149020770.jpg",
|
||||
alt: "Customer 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-beautiful-woman-posing-with-blue-jacket_23-2149020770.jpg", alt: "Customer 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-portrait-stylish-brunette-girl-looking-amazed-surprised-face-expression-saying-wow-reacting-impressed-standing-yellow-background_1258-87151.jpg",
|
||||
alt: "Happy customer",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-portrait-stylish-brunette-girl-looking-amazed-surprised-face-expression-saying-wow-reacting-impressed-standing-yellow-background_1258-87151.jpg", alt: "Happy customer"},
|
||||
]}
|
||||
avatarText="Join our growing community of happy customers!"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Freshly Baked Daily",
|
||||
icon: Croissant,
|
||||
type: "text-icon", text: "Freshly Baked Daily", icon: Croissant,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Quality Coffee Beans",
|
||||
icon: Bean,
|
||||
type: "text-icon", text: "Quality Coffee Beans", icon: Bean,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Authentic Georgian Recipes",
|
||||
icon: Flame,
|
||||
type: "text-icon", text: "Authentic Georgian Recipes", icon: Flame,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Cozy & Welcoming Atmosphere",
|
||||
icon: Home,
|
||||
type: "text-icon", text: "Cozy & Welcoming Atmosphere", icon: Home,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Family Owned & Operated",
|
||||
icon: Heart,
|
||||
type: "text-icon", text: "Family Owned & Operated", icon: Heart,
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -118,14 +88,9 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "Our Story: The Heart of Georgian Cafe Culture",
|
||||
},
|
||||
type: "text", content: "Our Story: The Heart of Georgian Cafe Culture"},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/cheese-with-tomato-peppers-top-view_114579-6092.jpg",
|
||||
alt: "Traditional Georgian food",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/cheese-with-tomato-peppers-top-view_114579-6092.jpg", alt: "Traditional Georgian food"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -138,24 +103,16 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
icon: Coffee,
|
||||
title: "Artisan Coffee & Tea",
|
||||
description: "Expertly brewed coffee and a selection of fine teas, perfect for any time of day.",
|
||||
},
|
||||
title: "Artisan Coffee & Tea", description: "Expertly brewed coffee and a selection of fine teas, perfect for any time of day."},
|
||||
{
|
||||
icon: Cake,
|
||||
title: "Freshly Baked Pastries",
|
||||
description: "Indulge in our daily selection of delightful pastries, made with love and the finest ingredients.",
|
||||
},
|
||||
title: "Freshly Baked Pastries", description: "Indulge in our daily selection of delightful pastries, made with love and the finest ingredients."},
|
||||
{
|
||||
icon: BookOpen,
|
||||
title: "Authentic Georgian Meals",
|
||||
description: "Savor traditional Georgian dishes, prepared with local, fresh ingredients and a modern twist.",
|
||||
},
|
||||
title: "Authentic Georgian Meals", description: "Savor traditional Georgian dishes, prepared with local, fresh ingredients and a modern twist."},
|
||||
{
|
||||
icon: CalendarDays,
|
||||
title: "Cozy Ambiance & Events",
|
||||
description: "Relax in our welcoming space. Perfect for casual meetups, remote work, or special small events.",
|
||||
},
|
||||
title: "Cozy Ambiance & Events", description: "Relax in our welcoming space. Perfect for casual meetups, remote work, or special small events."},
|
||||
]}
|
||||
title="Discover Our Specialties"
|
||||
description="At Taoba Cafe, we pride ourselves on offering a diverse menu that caters to all tastes, from traditional favorites to unique delights."
|
||||
@@ -170,47 +127,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Khachapuri Adjaruli",
|
||||
price: "₾ 22.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/some-delicious-meals-with-salad-pickles-turkish-bagel-cup-tea-pan-pot-white-surface-top-view_176474-6471.jpg",
|
||||
imageAlt: "Khachapuri Adjaruli",
|
||||
},
|
||||
id: "p1", name: "Khachapuri Adjaruli", price: "₾ 22.00", imageSrc: "http://img.b2bpic.net/free-photo/some-delicious-meals-with-salad-pickles-turkish-bagel-cup-tea-pan-pot-white-surface-top-view_176474-6471.jpg", imageAlt: "Khachapuri Adjaruli"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Assorted Khinkali (5 pcs)",
|
||||
price: "₾ 15.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-khinkali-georgian-dumplings-with-meat-onion-greens_141793-4978.jpg",
|
||||
imageAlt: "Assorted Khinkali",
|
||||
},
|
||||
id: "p2", name: "Assorted Khinkali (5 pcs)", price: "₾ 15.00", imageSrc: "http://img.b2bpic.net/free-photo/side-view-khinkali-georgian-dumplings-with-meat-onion-greens_141793-4978.jpg", imageAlt: "Assorted Khinkali"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Signature Latte",
|
||||
price: "₾ 12.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-pouring-sugar-into-his-coffee-cup_1203-2164.jpg",
|
||||
imageAlt: "Signature Latte",
|
||||
},
|
||||
id: "p3", name: "Signature Latte", price: "₾ 12.00", imageSrc: "http://img.b2bpic.net/free-photo/person-pouring-sugar-into-his-coffee-cup_1203-2164.jpg", imageAlt: "Signature Latte"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Georgian Pastry Plate",
|
||||
price: "₾ 18.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-yellow-cake-with-macarons-cup-tea-light-white-surface_140725-61708.jpg",
|
||||
imageAlt: "Georgian Pastry Plate",
|
||||
},
|
||||
id: "p4", name: "Georgian Pastry Plate", price: "₾ 18.00", imageSrc: "http://img.b2bpic.net/free-photo/front-view-yellow-cake-with-macarons-cup-tea-light-white-surface_140725-61708.jpg", imageAlt: "Georgian Pastry Plate"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Fresh Garden Salad",
|
||||
price: "₾ 17.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fresh-vegetables-salad-bowl-with-rustic-old-wooden-background_1150-1834.jpg",
|
||||
imageAlt: "Fresh Garden Salad",
|
||||
},
|
||||
id: "p5", name: "Fresh Garden Salad", price: "₾ 17.00", imageSrc: "http://img.b2bpic.net/free-photo/fresh-vegetables-salad-bowl-with-rustic-old-wooden-background_1150-1834.jpg", imageAlt: "Fresh Garden Salad"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Creamy Mushroom Soup",
|
||||
price: "₾ 14.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lentil-soup-with-mint-table_140725-793.jpg",
|
||||
imageAlt: "Creamy Mushroom Soup",
|
||||
},
|
||||
id: "p6", name: "Creamy Mushroom Soup", price: "₾ 14.00", imageSrc: "http://img.b2bpic.net/free-photo/lentil-soup-with-mint-table_140725-793.jpg", imageAlt: "Creamy Mushroom Soup"},
|
||||
]}
|
||||
title="Our Delicious Menu"
|
||||
description="Explore a culinary journey with our expertly crafted menu, featuring both Georgian classics and modern cafe delights."
|
||||
@@ -225,25 +152,15 @@ export default function LandingPage() {
|
||||
author="Nino Kapanadze"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-businesswoman-city-with-blurred-background_1139-257.jpg",
|
||||
alt: "Nino Kapanadze",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-businesswoman-city-with-blurred-background_1139-257.jpg", alt: "Nino Kapanadze"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/blond-man-happy-expression_1194-2843.jpg",
|
||||
alt: "Giorgi Lomidze",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/blond-man-happy-expression_1194-2843.jpg", alt: "Giorgi Lomidze"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/positive-emotions-celebration-joy-happiness-concept-studio-image-ecstatic-overjoyed-mature-woman-stylish-red-bonnet-exclaiming-excitedly-clenching-fists-celebrating-good-news-success_343059-2314.jpg",
|
||||
alt: "Mariam Davitashvili",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/positive-emotions-celebration-joy-happiness-concept-studio-image-ecstatic-overjoyed-mature-woman-stylish-red-bonnet-exclaiming-excitedly-clenching-fists-celebrating-good-news-success_343059-2314.jpg", alt: "Mariam Davitashvili"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/handsome-man-posing-studio_176420-28937.jpg",
|
||||
alt: "Levan Gorgiladze",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/handsome-man-posing-studio_176420-28937.jpg", alt: "Levan Gorgiladze"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/indoor-shot-happy-gorgeous-woman-with-relaxed-smile-spending-nice-time-cafe_273609-9043.jpg",
|
||||
alt: "Ana Gabaidze",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/indoor-shot-happy-gorgeous-woman-with-relaxed-smile-spending-nice-time-cafe_273609-9043.jpg", alt: "Ana Gabaidze"},
|
||||
]}
|
||||
ratingAnimation="blur-reveal"
|
||||
avatarsAnimation="slide-up"
|
||||
@@ -255,14 +172,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
names={[
|
||||
"TripAdvisor",
|
||||
"Google Reviews",
|
||||
"Facebook",
|
||||
"Lonely Planet",
|
||||
"Culture Trip",
|
||||
"Eater",
|
||||
"Local Bites Tbilisi",
|
||||
]}
|
||||
"TripAdvisor", "Google Reviews", "Facebook", "Lonely Planet", "Culture Trip", "Eater", "Local Bites Tbilisi"]}
|
||||
title="Our Valued Mentions"
|
||||
description="We are proud to be recognized by leading travel guides and beloved by our community. See what everyone's saying!"
|
||||
showCard={true}
|
||||
@@ -273,8 +183,7 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Get in Touch"
|
||||
title="Visit Us or Make a Reservation"
|
||||
description="Find us at 10 Merab Kostava St, Tbilisi, Georgia. We're open daily from 9 AM to 10 PM. You can book a table by calling us at +995 555 123 456, sending an email to info@taobacafe.ge, or reaching out via WhatsApp/Messenger. We look forward to seeing you!\n\n[View on Google Maps](https://www.google.com/maps/place/Taoba+Cafe+%C2%B7+%E1%83%97%E1%83%90%E1%83%9D%E1%83%91%E1%83%90/@41.7086543,44.7992908,17z/data=!3m1!4b1!4m6!3m5!1s0x40440dd2397f28cb:0x5ff3b34bba0b77ea!8m2!3d41.7086543!4d44.7992908!16s%2Fg%2F11yszz_vgn?entry=ttu)"
|
||||
@@ -291,54 +200,33 @@ export default function LandingPage() {
|
||||
logoText="Taoba Cafe · თაობა"
|
||||
columns={[
|
||||
{
|
||||
title: "Explore",
|
||||
items: [
|
||||
title: "Explore", items: [
|
||||
{
|
||||
label: "Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
label: "Menu", href: "#menu"},
|
||||
{
|
||||
label: "Our Story",
|
||||
href: "#about",
|
||||
},
|
||||
label: "Our Story", href: "#about"},
|
||||
{
|
||||
label: "Reviews",
|
||||
href: "#testimonials",
|
||||
},
|
||||
label: "Reviews", href: "#testimonials"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{
|
||||
label: "Book a Table",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Book a Table", href: "#contact"},
|
||||
{
|
||||
label: "info@taobacafe.ge",
|
||||
href: "mailto:info@taobacafe.ge",
|
||||
},
|
||||
label: "info@taobacafe.ge", href: "mailto:info@taobacafe.ge"},
|
||||
{
|
||||
label: "+995 555 123 456",
|
||||
href: "tel:+995555123456",
|
||||
},
|
||||
label: "+995 555 123 456", href: "tel:+995555123456"},
|
||||
{
|
||||
label: "WhatsApp",
|
||||
href: "https://wa.me/995555123456",
|
||||
},
|
||||
label: "WhatsApp", href: "https://wa.me/995555123456"},
|
||||
{
|
||||
label: "Messenger",
|
||||
href: "https://m.me/taobacafe",
|
||||
},
|
||||
label: "Messenger", href: "https://m.me/taobacafe"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Location",
|
||||
items: [
|
||||
title: "Location", items: [
|
||||
{
|
||||
label: "10 Merab Kostava St, Tbilisi",
|
||||
href: "https://www.google.com/maps/place/Taoba+Cafe+%C2%B7+%E1%83%97%E1%83%90%E1%83%9D%E1%83%91%E1%83%90/@41.7086543,44.7992908,17z/data=!3m1!4b1!4m6!3m5!1s0x40440dd2397f28cb:0x5ff3b34bba0b77ea!8m2!3d41.7086543!4d44.7992908!16s%2Fg%2F11yszz_vgn?entry=ttu",
|
||||
},
|
||||
label: "10 Merab Kostava St, Tbilisi", href: "https://www.google.com/maps/place/Taoba+Cafe+%C2%B7+%E1%83%97%E1%83%90%E1%83%9D%E1%83%91%E1%83%90/@41.7086543,44.7992908,17z/data=!3m1!4b1!4m6!3m5!1s0x40440dd2397f28cb:0x5ff3b34bba0b77ea!8m2!3d41.7086543!4d44.7992908!16s%2Fg%2F11yszz_vgn?entry=ttu"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user