Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
309
src/app/page.tsx
309
src/app/page.tsx
@@ -33,25 +33,15 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Menu",
|
||||
id: "#menu",
|
||||
},
|
||||
name: "Menu", id: "#menu"},
|
||||
{
|
||||
name: "Order Online",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Order Online", id: "#contact"},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "#reviews",
|
||||
},
|
||||
name: "Reviews", id: "#reviews"},
|
||||
{
|
||||
name: "Visit Us",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Visit Us", id: "#contact"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
brandName="Teika"
|
||||
/>
|
||||
@@ -60,43 +50,28 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardGallery
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
title="Modern Baltic comfort food in the heart of Liepāja."
|
||||
description="Dine in, take away, or order online. Your culinary journey begins here."
|
||||
tag="Rated 4.7 by 700+ guests"
|
||||
tagIcon={Star}
|
||||
buttons={[
|
||||
{
|
||||
text: "Order Online",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Order Online", href: "#contact"},
|
||||
{
|
||||
text: "View Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
text: "View Menu", href: "#menu"},
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-chef-kitchen-preparing-plate-steak_23-2149720768.jpg?_wi=1",
|
||||
imageAlt: "Modern casual restaurant interior",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-chef-kitchen-preparing-plate-steak_23-2149720768.jpg", imageAlt: "Modern casual restaurant interior"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/salmon-steak_74190-1399.jpg?_wi=1",
|
||||
imageAlt: "Appetizing seafood dish close-up",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/salmon-steak_74190-1399.jpg", imageAlt: "Appetizing seafood dish close-up"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/empty-table-chair_74190-2101.jpg?_wi=1",
|
||||
imageAlt: "Cozy dining atmosphere at Teika",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/empty-table-chair_74190-2101.jpg", imageAlt: "Cozy dining atmosphere at Teika"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-waitress-with-delicious-serving-dishes_23-2147874477.jpg?_wi=1",
|
||||
imageAlt: "Chef plating a signature dish",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-waitress-with-delicious-serving-dishes_23-2147874477.jpg", imageAlt: "Chef plating a signature dish"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-dancing-with-woman-restaurant_23-2148016782.jpg",
|
||||
imageAlt: "Exterior view of Teika restaurant",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-dancing-with-woman-restaurant_23-2148016782.jpg", imageAlt: "Exterior view of Teika restaurant"},
|
||||
]}
|
||||
mediaAnimation="opacity"
|
||||
/>
|
||||
@@ -107,9 +82,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="Our Culinary Philosophy"
|
||||
description={[
|
||||
"At Teika, we believe in celebrating the rich flavors of the Baltic coast with a modern twist. Our kitchen is dedicated to sourcing the freshest local ingredients, ensuring every dish tells a story of quality and tradition.",
|
||||
"We craft each meal with passion and precision, offering a warm and friendly dining experience for everyone. From quick takeaways to leisurely dine-in moments, we invite you to taste the essence of Liepāja through our unique culinary creations.",
|
||||
]}
|
||||
"At Teika, we believe in celebrating the rich flavors of the Baltic coast with a modern twist. Our kitchen is dedicated to sourcing the freshest local ingredients, ensuring every dish tells a story of quality and tradition.", "We craft each meal with passion and precision, offering a warm and friendly dining experience for everyone. From quick takeaways to leisurely dine-in moments, we invite you to taste the essence of Liepāja through our unique culinary creations."]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -120,60 +93,28 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Locally Sourced",
|
||||
description: "We partner with local farmers and fishermen to bring the freshest ingredients directly to your plate.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-kitchen-composition-with-healthy-ingredients_23-2147859448.jpg",
|
||||
imageAlt: "Freshly harvested vegetables",
|
||||
},
|
||||
title: "Locally Sourced", description: "We partner with local farmers and fishermen to bring the freshest ingredients directly to your plate.", phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-kitchen-composition-with-healthy-ingredients_23-2147859448.jpg", imageAlt: "Freshly harvested vegetables"},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-kitchen-composition-with-healthy-ingredients_23-2147859449.jpg",
|
||||
imageAlt: "Farm-fresh produce",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-chef-kitchen-preparing-plate-steak_23-2149720768.jpg?_wi=2",
|
||||
imageAlt: "farm fresh vegetables basket harvest",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-kitchen-composition-with-healthy-ingredients_23-2147859449.jpg", imageAlt: "Farm-fresh produce"},
|
||||
},
|
||||
{
|
||||
title: "Cozy Dining",
|
||||
description: "Enjoy a warm and inviting atmosphere, perfect for intimate dinners or lively gatherings.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cozy-cafe_1098-13854.jpg",
|
||||
imageAlt: "Cozy restaurant interior",
|
||||
},
|
||||
title: "Cozy Dining", description: "Enjoy a warm and inviting atmosphere, perfect for intimate dinners or lively gatherings.", phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cozy-cafe_1098-13854.jpg", imageAlt: "Cozy restaurant interior"},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/family-sitting-sofa-christmas-view-from-table-with-red-ornaments_23-2147583515.jpg",
|
||||
imageAlt: "Warm dining ambiance",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/salmon-steak_74190-1399.jpg?_wi=2",
|
||||
imageAlt: "farm fresh vegetables basket harvest",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/family-sitting-sofa-christmas-view-from-table-with-red-ornaments_23-2147583515.jpg", imageAlt: "Warm dining ambiance"},
|
||||
},
|
||||
{
|
||||
title: "Fast Takeaway",
|
||||
description: "Delicious meals ready for pickup, ensuring quality and convenience for your busy schedule.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businessman-having-his-lunch-working-place_259150-58633.jpg",
|
||||
imageAlt: "Takeaway food packaging",
|
||||
},
|
||||
title: "Fast Takeaway", description: "Delicious meals ready for pickup, ensuring quality and convenience for your busy schedule.", phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businessman-having-his-lunch-working-place_259150-58633.jpg", imageAlt: "Takeaway food packaging"},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-food-delivery_23-2149198155.jpg",
|
||||
imageAlt: "Quick pickup counter",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/empty-table-chair_74190-2101.jpg?_wi=2",
|
||||
imageAlt: "farm fresh vegetables basket harvest",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-food-delivery_23-2149198155.jpg", imageAlt: "Quick pickup counter"},
|
||||
},
|
||||
{
|
||||
title: "Family Friendly",
|
||||
description: "A welcoming space for all ages, where families can create lasting memories over great food.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-holding-toast-while-enjoying-lunch-with-her-friends-home_637285-5886.jpg",
|
||||
imageAlt: "Family dining happily",
|
||||
},
|
||||
title: "Family Friendly", description: "A welcoming space for all ages, where families can create lasting memories over great food.", phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-holding-toast-while-enjoying-lunch-with-her-friends-home_637285-5886.jpg", imageAlt: "Family dining happily"},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-family-enjoying-food-together_23-2149228768.jpg",
|
||||
imageAlt: "Kids friendly restaurant",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-waitress-with-delicious-serving-dishes_23-2147874477.jpg?_wi=2",
|
||||
imageAlt: "farm fresh vegetables basket harvest",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-family-enjoying-food-together_23-2149228768.jpg", imageAlt: "Kids friendly restaurant"},
|
||||
},
|
||||
]}
|
||||
showStepNumbers={false}
|
||||
@@ -190,53 +131,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Smoked Baltic Fish Chowder",
|
||||
price: "€14.50",
|
||||
variant: "Creamy dill broth, rye crumble.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vegetable-soup-chicken-broth-sprinkled-with-herbs_140725-2237.jpg",
|
||||
imageAlt: "Bowl of smoked Baltic fish chowder",
|
||||
},
|
||||
id: "p1", name: "Smoked Baltic Fish Chowder", price: "€14.50", variant: "Creamy dill broth, rye crumble.", imageSrc: "http://img.b2bpic.net/free-photo/vegetable-soup-chicken-broth-sprinkled-with-herbs_140725-2237.jpg", imageAlt: "Bowl of smoked Baltic fish chowder"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Roast Chicken with Herb Butter",
|
||||
price: "€18.00",
|
||||
variant: "Baby potatoes, garden salad.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-chicken-with-potatoes_23-2148847440.jpg",
|
||||
imageAlt: "Plate of roast chicken with herb butter",
|
||||
},
|
||||
id: "p2", name: "Roast Chicken with Herb Butter", price: "€18.00", variant: "Baby potatoes, garden salad.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-chicken-with-potatoes_23-2148847440.jpg", imageAlt: "Plate of roast chicken with herb butter"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Beetroot and Goat Cheese Salad",
|
||||
price: "€12.00",
|
||||
variant: "Candied walnuts, lemon-honey dressing. (V, GF)",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vegetable-salad-prune-carrot-tomato-walnut-garnished-with-beets-slices_140725-206.jpg",
|
||||
imageAlt: "Beetroot and goat cheese salad",
|
||||
},
|
||||
id: "p3", name: "Beetroot and Goat Cheese Salad", price: "€12.00", variant: "Candied walnuts, lemon-honey dressing. (V, GF)", imageSrc: "http://img.b2bpic.net/free-photo/vegetable-salad-prune-carrot-tomato-walnut-garnished-with-beets-slices_140725-206.jpg", imageAlt: "Beetroot and goat cheese salad"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Hand-cut Fries with Garlic Aioli",
|
||||
price: "€6.50",
|
||||
variant: "Perfectly crispy, a classic side.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/arrangement-delicious-potato-fries-grey-plate_23-2148501600.jpg",
|
||||
imageAlt: "Hand-cut fries with a side of garlic aioli",
|
||||
},
|
||||
id: "p4", name: "Hand-cut Fries with Garlic Aioli", price: "€6.50", variant: "Perfectly crispy, a classic side.", imageSrc: "http://img.b2bpic.net/free-photo/arrangement-delicious-potato-fries-grey-plate_23-2148501600.jpg", imageAlt: "Hand-cut fries with a side of garlic aioli"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Honey-Rye Cheesecake",
|
||||
price: "€8.50",
|
||||
variant: "Sea buckthorn coulis. A delightful Baltic dessert.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-triangular-cheesecake-with-raspberry-blueberry-mints-black-ceramic-plate-against-white-background_23-2148067081.jpg",
|
||||
imageAlt: "Slice of honey-rye cheesecake with sea buckthorn coulis",
|
||||
},
|
||||
id: "p5", name: "Honey-Rye Cheesecake", price: "€8.50", variant: "Sea buckthorn coulis. A delightful Baltic dessert.", imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-triangular-cheesecake-with-raspberry-blueberry-mints-black-ceramic-plate-against-white-background_23-2148067081.jpg", imageAlt: "Slice of honey-rye cheesecake with sea buckthorn coulis"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Seasonal Lemonades",
|
||||
price: "€4.00",
|
||||
variant: "Raspberry, sea buckthorn, cucumber-mint. (V, GF)",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-bottle-with-lemon-slices_23-2148858615.jpg",
|
||||
imageAlt: "Glass of seasonal lemonade with raspberries and mint",
|
||||
},
|
||||
id: "p6", name: "Seasonal Lemonades", price: "€4.00", variant: "Raspberry, sea buckthorn, cucumber-mint. (V, GF)", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-bottle-with-lemon-slices_23-2148858615.jpg", imageAlt: "Glass of seasonal lemonade with raspberries and mint"},
|
||||
]}
|
||||
title="Signature Dishes"
|
||||
description="A taste of the Baltic coast, crafted with passion. Discover our most beloved culinary creations."
|
||||
@@ -249,65 +154,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Elīna K.",
|
||||
date: "2024-03-15",
|
||||
title: "Absolutely Delicious!",
|
||||
quote: "The Smoked Baltic Fish Chowder was incredible, rich in flavor and perfectly comforting. The staff were so friendly, making our evening truly special.",
|
||||
tag: "Food Quality",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/boy-having-beer-restaurant_23-2148172694.jpg",
|
||||
avatarAlt: "Elīna K. avatar",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-cooked-squashes-designed-meal-inside-plate-grey-surface_140725-89992.jpg",
|
||||
imageAlt: "Close-up of a delicious dish",
|
||||
},
|
||||
id: "t1", name: "Elīna K.", date: "2024-03-15", title: "Absolutely Delicious!", quote: "The Smoked Baltic Fish Chowder was incredible, rich in flavor and perfectly comforting. The staff were so friendly, making our evening truly special.", tag: "Food Quality", avatarSrc: "http://img.b2bpic.net/free-photo/boy-having-beer-restaurant_23-2148172694.jpg", avatarAlt: "Elīna K. avatar", imageSrc: "http://img.b2bpic.net/free-photo/top-view-cooked-squashes-designed-meal-inside-plate-grey-surface_140725-89992.jpg", imageAlt: "Close-up of a delicious dish"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Mārtiņš Z.",
|
||||
date: "2024-03-10",
|
||||
title: "Cozy Ambiance",
|
||||
quote: "Teika offers such a cozy and inviting atmosphere. It's the perfect spot for a relaxed dinner with friends. Loved the decor and lighting!",
|
||||
tag: "Atmosphere",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/portrait-man-proposing-his-lover_23-2148060599.jpg",
|
||||
avatarAlt: "Mārtiņš Z. avatar",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-wicker-lamps-ceiling-inside-building_181624-47099.jpg",
|
||||
imageAlt: "Cozy restaurant interior",
|
||||
},
|
||||
id: "t2", name: "Mārtiņš Z.", date: "2024-03-10", title: "Cozy Ambiance", quote: "Teika offers such a cozy and inviting atmosphere. It's the perfect spot for a relaxed dinner with friends. Loved the decor and lighting!", tag: "Atmosphere", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-man-proposing-his-lover_23-2148060599.jpg", avatarAlt: "Mārtiņš Z. avatar", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-wicker-lamps-ceiling-inside-building_181624-47099.jpg", imageAlt: "Cozy restaurant interior"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Anna P.",
|
||||
date: "2024-03-05",
|
||||
title: "Exceptional Service",
|
||||
quote: "The service at Teika is top-notch. Our waiter was attentive and knowledgeable, enhancing our dining experience. A true gem in Liepāja!",
|
||||
tag: "Service",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/attractive-feminine-tender-young-woman-curlyhaired-chubby-smiling-silly-look-camera-blue-eyes-girlfriend-attend-first-date-liking-spend-time-together-boyfriend-have-fun-look-happy-white-background_176420-50549.jpg",
|
||||
avatarAlt: "Anna P. avatar",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-counter_1170-657.jpg",
|
||||
imageAlt: "Friendly waiter serving a dish",
|
||||
},
|
||||
id: "t3", name: "Anna P.", date: "2024-03-05", title: "Exceptional Service", quote: "The service at Teika is top-notch. Our waiter was attentive and knowledgeable, enhancing our dining experience. A true gem in Liepāja!", tag: "Service", avatarSrc: "http://img.b2bpic.net/free-photo/attractive-feminine-tender-young-woman-curlyhaired-chubby-smiling-silly-look-camera-blue-eyes-girlfriend-attend-first-date-liking-spend-time-together-boyfriend-have-fun-look-happy-white-background_176420-50549.jpg", avatarAlt: "Anna P. avatar", imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-counter_1170-657.jpg", imageAlt: "Friendly waiter serving a dish"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Dāvis S.",
|
||||
date: "2024-02-28",
|
||||
title: "Quick & Convenient",
|
||||
quote: "I frequently order takeaway from Teika, and it's always fast, fresh, and delicious. Their system is so efficient, perfect for a busy workday lunch.",
|
||||
tag: "Takeaway",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1624.jpg",
|
||||
avatarAlt: "Dāvis S. avatar",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-chef-cooking-restaurant-kitchen_329181-16149.jpg",
|
||||
imageAlt: "Takeaway meal ready for pickup",
|
||||
},
|
||||
id: "t4", name: "Dāvis S.", date: "2024-02-28", title: "Quick & Convenient", quote: "I frequently order takeaway from Teika, and it's always fast, fresh, and delicious. Their system is so efficient, perfect for a busy workday lunch.", tag: "Takeaway", avatarSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1624.jpg", avatarAlt: "Dāvis S. avatar", imageSrc: "http://img.b2bpic.net/free-photo/close-up-chef-cooking-restaurant-kitchen_329181-16149.jpg", imageAlt: "Takeaway meal ready for pickup"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Laura G.",
|
||||
date: "2024-02-20",
|
||||
title: "Family Favorite!",
|
||||
quote: "Teika is our family's go-to restaurant. The kids love the menu, and we appreciate the welcoming environment. Highly recommend for families!",
|
||||
tag: "Family Friendly",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/portrait-joyful-stylish-middle-aged-woman-with-short-haircut-posing-indoors-expressing-positive-emotions_343059-4048.jpg",
|
||||
avatarAlt: "Laura G. avatar",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-friends-having-cocktails_23-2150244992.jpg",
|
||||
imageAlt: "Happy family dining in a restaurant",
|
||||
},
|
||||
id: "t5", name: "Laura G.", date: "2024-02-20", title: "Family Favorite!", quote: "Teika is our family's go-to restaurant. The kids love the menu, and we appreciate the welcoming environment. Highly recommend for families!", tag: "Family Friendly", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-joyful-stylish-middle-aged-woman-with-short-haircut-posing-indoors-expressing-positive-emotions_343059-4048.jpg", avatarAlt: "Laura G. avatar", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-friends-having-cocktails_23-2150244992.jpg", imageAlt: "Happy family dining in a restaurant"},
|
||||
]}
|
||||
title="What Our Guests Say"
|
||||
description="Hear directly from our happy diners about their unforgettable Teika experience."
|
||||
@@ -319,14 +174,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Local Farm Co.",
|
||||
"Artisan Bakeries",
|
||||
"Coastal Fishery",
|
||||
"Liepāja Breweries",
|
||||
"Baltic Food Guide",
|
||||
"Culinary Society",
|
||||
"City Tourism Board",
|
||||
]}
|
||||
"Local Farm Co.", "Artisan Bakeries", "Coastal Fishery", "Liepāja Breweries", "Baltic Food Guide", "Culinary Society", "City Tourism Board"]}
|
||||
title="Proudly Partnering with Local Artisans"
|
||||
description="Our commitment to freshness and quality begins with our trusted network of local suppliers and community partners."
|
||||
/>
|
||||
@@ -334,25 +182,16 @@ export default function LandingPage() {
|
||||
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqBase
|
||||
animationType="slide-up"
|
||||
animationType="smooth"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "faq1",
|
||||
title: "Do I need a reservation?",
|
||||
content: "While not always required, we highly recommend making a reservation, especially on weekends and for larger groups, to ensure you get a table at your preferred time. You can call us at +371 27 870 500.",
|
||||
},
|
||||
id: "faq1", title: "Do I need a reservation?", content: "While not always required, we highly recommend making a reservation, especially on weekends and for larger groups, to ensure you get a table at your preferred time. You can call us at +371 27 870 500."},
|
||||
{
|
||||
id: "faq2",
|
||||
title: "Do you offer vegetarian, vegan, or gluten-free options?",
|
||||
content: "Yes, we strive to accommodate various dietary needs. Many of our dishes can be adapted, and we have specific vegetarian, vegan, and gluten-free options clearly marked on our menu. Please inform your server about any allergies.",
|
||||
},
|
||||
id: "faq2", title: "Do you offer vegetarian, vegan, or gluten-free options?", content: "Yes, we strive to accommodate various dietary needs. Many of our dishes can be adapted, and we have specific vegetarian, vegan, and gluten-free options clearly marked on our menu. Please inform your server about any allergies."},
|
||||
{
|
||||
id: "faq3",
|
||||
title: "Can I order online for pickup or delivery?",
|
||||
content: "Absolutely! We offer convenient online ordering for both pickup and delivery. Visit our 'Order Online' section to browse our menu and place your order for a quick and fresh meal at home.",
|
||||
},
|
||||
id: "faq3", title: "Can I order online for pickup or delivery?", content: "Absolutely! We offer convenient online ordering for both pickup and delivery. Visit our 'Order Online' section to browse our menu and place your order for a quick and fresh meal at home."},
|
||||
]}
|
||||
title="Your Questions, Our Answers"
|
||||
description="Find quick answers to common questions about dining at Teika, making your visit seamless and enjoyable."
|
||||
@@ -367,27 +206,16 @@ export default function LandingPage() {
|
||||
description="Located at Lielā iela 7, Liepāja. Open daily. Dining closes at 10:00 pm, kitchen closes at 9:30 pm. Call us at +371 27 870 500 for reservations or questions. Place your order online for quick service."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Your Name",
|
||||
required: true,
|
||||
name: "name", type: "text", placeholder: "Your Name", required: true,
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Your Email",
|
||||
required: true,
|
||||
name: "email", type: "email", placeholder: "Your Email", required: true,
|
||||
},
|
||||
{
|
||||
name: "phone",
|
||||
type: "tel",
|
||||
placeholder: "Your Phone Number",
|
||||
},
|
||||
name: "phone", type: "tel", placeholder: "Your Phone Number"},
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "Your Message",
|
||||
rows: 4,
|
||||
name: "message", placeholder: "Your Message", rows: 4,
|
||||
required: true,
|
||||
}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-pushpins-showing-destination-points-map_23-2147837128.jpg"
|
||||
@@ -402,54 +230,33 @@ export default function LandingPage() {
|
||||
logoText="Teika"
|
||||
columns={[
|
||||
{
|
||||
title: "Explore",
|
||||
items: [
|
||||
title: "Explore", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About Us", href: "#about"},
|
||||
{
|
||||
label: "Highlights",
|
||||
href: "#highlights",
|
||||
},
|
||||
label: "Highlights", href: "#highlights"},
|
||||
{
|
||||
label: "Reviews",
|
||||
href: "#reviews",
|
||||
},
|
||||
label: "Reviews", href: "#reviews"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Menu",
|
||||
items: [
|
||||
title: "Menu", items: [
|
||||
{
|
||||
label: "Our Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
label: "Our Menu", href: "#menu"},
|
||||
{
|
||||
label: "Order Online",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Order Online", href: "#contact"},
|
||||
{
|
||||
label: "Dietary Info",
|
||||
href: "#faq",
|
||||
},
|
||||
label: "Dietary Info", href: "#faq"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Visit Us",
|
||||
items: [
|
||||
title: "Visit Us", items: [
|
||||
{
|
||||
label: "Location",
|
||||
href: "https://maps.app.goo.gl/YourGoogleMapsLinkHere",
|
||||
},
|
||||
label: "Location", href: "https://maps.app.goo.gl/YourGoogleMapsLinkHere"},
|
||||
{
|
||||
label: "Call Us",
|
||||
href: "tel:+37127870500",
|
||||
},
|
||||
label: "Call Us", href: "tel:+37127870500"},
|
||||
{
|
||||
label: "Contact Form",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact Form", href: "#contact"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user