Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
316
src/app/page.tsx
316
src/app/page.tsx
@@ -12,7 +12,7 @@ import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/Nav
|
||||
import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
||||
import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive';
|
||||
import TextAbout from '@/components/sections/about/TextAbout';
|
||||
import { Award, Compass, FileText, Flame, Info, MapPin, Sparkles, Utensils } from "lucide-react";
|
||||
import { Award, Compass, FileText, Flame, Info, MapPin, Sparkles, Utensils, Star, Heart, Fork } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -33,29 +33,17 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#hero",
|
||||
},
|
||||
name: "Home", id: "#hero"},
|
||||
{
|
||||
name: "About Us",
|
||||
id: "#about",
|
||||
},
|
||||
name: "About Us", id: "#about"},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "#menu",
|
||||
},
|
||||
name: "Menu", id: "#menu"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "#testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "#testimonials"},
|
||||
{
|
||||
name: "FAQ",
|
||||
id: "#faq",
|
||||
},
|
||||
name: "FAQ", id: "#faq"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
logoSrc="http://img.b2bpic.net/free-vector/coffee-shop-retro-logo-set_23-2148370338.jpg"
|
||||
logoAlt="Trieste Cafe Logo"
|
||||
@@ -66,69 +54,42 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroCentered
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
title="Experience Authentic Greek Flavors at Trieste Cafe"
|
||||
description="Nestled in the heart of Minneapolis, Trieste Cafe brings you the vibrant tastes and warm hospitality of Greece. Savor our traditional dishes, prepared with love and the freshest ingredients."
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/fashionable-young-man-enjoying-tasty-food-lunch-sitting-wooden-table-cozy-restaurant-hungry-hipster-wearing-trendy-black-hat-stilling-his-hunger-while-having-meal-cafeteria-alone_273609-1728.jpg",
|
||||
alt: "Happy Customer 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/fashionable-young-man-enjoying-tasty-food-lunch-sitting-wooden-table-cozy-restaurant-hungry-hipster-wearing-trendy-black-hat-stilling-his-hunger-while-having-meal-cafeteria-alone_273609-1728.jpg", alt: "Happy Customer 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/fashionable-male-with-beard-appeasing-hunger-while-dining-alone-modern-restaurant-sunny-day-eating-meal-with-knife-fork_273609-1966.jpg",
|
||||
alt: "Happy Customer 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/fashionable-male-with-beard-appeasing-hunger-while-dining-alone-modern-restaurant-sunny-day-eating-meal-with-knife-fork_273609-1966.jpg", alt: "Happy Customer 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/positive-confident-business-coach-posing-training-room_74855-3026.jpg",
|
||||
alt: "Happy Customer 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/positive-confident-business-coach-posing-training-room_74855-3026.jpg", alt: "Happy Customer 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-shot-satisfied-happy-young-20s-woman-yellow-coat-showing-thumbs-up-gesture-like-approval-giving-positive-feedback-enjoying-nice-event-standing-red-background-smiling-cute_1258-81801.jpg",
|
||||
alt: "Happy Customer 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-shot-satisfied-happy-young-20s-woman-yellow-coat-showing-thumbs-up-gesture-like-approval-giving-positive-feedback-enjoying-nice-event-standing-red-background-smiling-cute_1258-81801.jpg", alt: "Happy Customer 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/person-indian-origin-having-fun_23-2150285298.jpg",
|
||||
alt: "Person enjoying meal",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/person-indian-origin-having-fun_23-2150285298.jpg", alt: "Person enjoying meal"},
|
||||
]}
|
||||
avatarText="Loved by over 400 happy diners!"
|
||||
buttons={[
|
||||
{
|
||||
text: "View Our Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
text: "View Our Menu", href: "#menu"},
|
||||
{
|
||||
text: "Make a Reservation",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Make a Reservation", href: "#contact"},
|
||||
]}
|
||||
buttonAnimation="opacity"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Freshly Prepared Daily",
|
||||
icon: Flame,
|
||||
type: "text-icon", text: "Freshly Prepared Daily", icon: Flame,
|
||||
},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/delicious-indian-dosa-assortment_23-2149086041.jpg",
|
||||
alt: "Delicious food platter",
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/delicious-indian-dosa-assortment_23-2149086041.jpg", alt: "Delicious food platter"},
|
||||
{
|
||||
type: "text-icon", text: "Traditional Family Recipes", icon: FileText,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Traditional Family Recipes",
|
||||
icon: FileText,
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/delicious-gulas-dish-assortment_23-2149072597.jpg", alt: "Hearty Greek dish"},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/delicious-gulas-dish-assortment_23-2149072597.jpg",
|
||||
alt: "Hearty Greek dish",
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Warm & Inviting Atmosphere",
|
||||
icon: Sparkles,
|
||||
type: "text-icon", text: "Warm & Inviting Atmosphere", icon: Sparkles,
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -140,7 +101,6 @@ export default function LandingPage() {
|
||||
tag="About Us"
|
||||
tagIcon={Compass}
|
||||
title="Our Story: A Taste of Greece in Minneapolis"
|
||||
description="Trieste Cafe is a culinary journey to the Mediterranean, right here on S 5th Street. We pride ourselves on authentic recipes passed down through generations, fresh local produce, and a cozy ambiance. From our creamy tzatziki to our flaky baklava, every dish tells a story of tradition and passion."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -150,39 +110,19 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "Best Gyros in Town",
|
||||
description: "Savor our perfectly seasoned lamb and beef gyros, wrapped in warm pita with creamy tzatziki and fresh vegetables.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/arabic-kebab-sandwich-half-lemon_23-2148651111.jpg",
|
||||
imageAlt: "Delicious Greek Gyro",
|
||||
buttonIcon: "Utensils",
|
||||
title: "Best Gyros in Town", description: "Savor our perfectly seasoned lamb and beef gyros, wrapped in warm pita with creamy tzatziki and fresh vegetables.", imageSrc: "http://img.b2bpic.net/free-photo/arabic-kebab-sandwich-half-lemon_23-2148651111.jpg", imageAlt: "Delicious Greek Gyro", buttonIcon: Utensils,
|
||||
},
|
||||
{
|
||||
title: "Handmade Baklava",
|
||||
description: "Indulge in our delicate, flaky baklava, generously layered with nuts and drizzled with a sweet, aromatic honey syrup.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-fresh-delicious-pastry-blue-plate_114579-22309.jpg",
|
||||
imageAlt: "Sweet Greek Baklava",
|
||||
buttonIcon: "Dessert",
|
||||
title: "Handmade Baklava", description: "Indulge in our delicate, flaky baklava, generously layered with nuts and drizzled with a sweet, aromatic honey syrup.", imageSrc: "http://img.b2bpic.net/free-photo/two-fresh-delicious-pastry-blue-plate_114579-22309.jpg", imageAlt: "Sweet Greek Baklava", buttonIcon: Utensils,
|
||||
},
|
||||
{
|
||||
title: "Creamy Tzatziki",
|
||||
description: "Our homemade tzatziki is a crowd favorite, made with fresh yogurt, cucumber, garlic, and herbs—perfect for dipping.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bulgarian-tarator-sour-milk-soup-wooden-table_123827-20821.jpg",
|
||||
imageAlt: "Creamy Tzatziki Dip",
|
||||
buttonIcon: "Star",
|
||||
title: "Creamy Tzatziki", description: "Our homemade tzatziki is a crowd favorite, made with fresh yogurt, cucumber, garlic, and herbs—perfect for dipping.", imageSrc: "http://img.b2bpic.net/free-photo/bulgarian-tarator-sour-milk-soup-wooden-table_123827-20821.jpg", imageAlt: "Creamy Tzatziki Dip", buttonIcon: Star,
|
||||
},
|
||||
{
|
||||
title: "Wonderfully Textured Hummus",
|
||||
description: "Experience our rich and smooth hummus, served with warm, home-baked pita bread for an authentic start to your meal.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-delicious-jewish-dish_23-2148814517.jpg",
|
||||
imageAlt: "Textured Hummus with Pita",
|
||||
buttonIcon: "Heart",
|
||||
title: "Wonderfully Textured Hummus", description: "Experience our rich and smooth hummus, served with warm, home-baked pita bread for an authentic start to your meal.", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-delicious-jewish-dish_23-2148814517.jpg", imageAlt: "Textured Hummus with Pita", buttonIcon: Heart,
|
||||
},
|
||||
{
|
||||
title: "Authentic Moussaka",
|
||||
description: "A classic Greek dish with layers of seasoned ground meat, eggplant, and a rich béchamel sauce, baked to perfection.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/breakfast-set-table_140725-6507.jpg",
|
||||
imageAlt: "Traditional Moussaka",
|
||||
buttonIcon: "Fork",
|
||||
title: "Authentic Moussaka", description: "A classic Greek dish with layers of seasoned ground meat, eggplant, and a rich béchamel sauce, baked to perfection.", imageSrc: "http://img.b2bpic.net/free-photo/breakfast-set-table_140725-6507.jpg", imageAlt: "Traditional Moussaka", buttonIcon: Fork,
|
||||
},
|
||||
]}
|
||||
title="Signature Greek Delights"
|
||||
@@ -200,47 +140,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Chicken Souvlaki Plate",
|
||||
price: "$18.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/grilled-chicken-bamboo-skewers_2829-14046.jpg",
|
||||
imageAlt: "Chicken Souvlaki",
|
||||
},
|
||||
id: "1", name: "Chicken Souvlaki Plate", price: "$18.99", imageSrc: "http://img.b2bpic.net/free-photo/grilled-chicken-bamboo-skewers_2829-14046.jpg", imageAlt: "Chicken Souvlaki"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Horiatiki Salata",
|
||||
price: "$12.50",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mixed-vegetable-salad-with-feta-cheese-greens-olives_141793-1090.jpg",
|
||||
imageAlt: "Greek Salad",
|
||||
},
|
||||
id: "2", name: "Horiatiki Salata", price: "$12.50", imageSrc: "http://img.b2bpic.net/free-photo/mixed-vegetable-salad-with-feta-cheese-greens-olives_141793-1090.jpg", imageAlt: "Greek Salad"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Spinach Pie (Spanakopita)",
|
||||
price: "$9.75",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-close-view-greeny-pastry-with-greens-inside-dark-background_140725-49026.jpg",
|
||||
imageAlt: "Spanakopita",
|
||||
},
|
||||
id: "3", name: "Spinach Pie (Spanakopita)", price: "$9.75", imageSrc: "http://img.b2bpic.net/free-photo/front-close-view-greeny-pastry-with-greens-inside-dark-background_140725-49026.jpg", imageAlt: "Spanakopita"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Dolmades (Stuffed Grape Leaves)",
|
||||
price: "$8.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/composition-with-delicious-vegan-meal_23-2149039322.jpg",
|
||||
imageAlt: "Dolmades",
|
||||
},
|
||||
id: "4", name: "Dolmades (Stuffed Grape Leaves)", price: "$8.99", imageSrc: "http://img.b2bpic.net/free-photo/composition-with-delicious-vegan-meal_23-2149039322.jpg", imageAlt: "Dolmades"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Pastitsio",
|
||||
price: "$17.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-hand-holding-fork_23-2149598972.jpg",
|
||||
imageAlt: "Pastitsio",
|
||||
},
|
||||
id: "5", name: "Pastitsio", price: "$17.99", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-hand-holding-fork_23-2149598972.jpg", imageAlt: "Pastitsio"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Loukoumades (Honey Donuts)",
|
||||
price: "$7.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-tasty-biscuits-inside-wooden-box-dark-surface_179666-44163.jpg",
|
||||
imageAlt: "Loukoumades",
|
||||
},
|
||||
id: "6", name: "Loukoumades (Honey Donuts)", price: "$7.00", imageSrc: "http://img.b2bpic.net/free-photo/front-view-tasty-biscuits-inside-wooden-box-dark-surface_179666-44163.jpg", imageAlt: "Loukoumades"},
|
||||
]}
|
||||
title="Explore Our Full Menu"
|
||||
description="From hearty main courses to delectable desserts, our menu offers a true taste of Greece. Fresh ingredients, authentic recipes, and unforgettable flavors await you."
|
||||
@@ -255,65 +165,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sophia R.",
|
||||
date: "August 2023",
|
||||
title: "Unforgettable Gyros & Baklava!",
|
||||
quote: "Super friendly service and one of the best gyros and baklava I've ever eaten. A true gem in Minneapolis!",
|
||||
tag: "Dine-In",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/portrait-woman-smiling-kitchen_107420-12357.jpg",
|
||||
avatarAlt: "Sophia R.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chicken-doner-with-vegetables-herbs-pita-bread_141793-57.jpg",
|
||||
imageAlt: "Gyros and Baklava",
|
||||
},
|
||||
id: "1", name: "Sophia R.", date: "August 2023", title: "Unforgettable Gyros & Baklava!", quote: "Super friendly service and one of the best gyros and baklava I've ever eaten. A true gem in Minneapolis!", tag: "Dine-In", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-woman-smiling-kitchen_107420-12357.jpg", avatarAlt: "Sophia R.", imageSrc: "http://img.b2bpic.net/free-photo/chicken-doner-with-vegetables-herbs-pita-bread_141793-57.jpg", imageAlt: "Gyros and Baklava"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Mark D.",
|
||||
date: "September 2023",
|
||||
title: "Dips Beyond Compare!",
|
||||
quote: "Creamy tzatziki, wonderfully textured hummus, and home-baked pita – it's all simply divine. A must-visit!",
|
||||
tag: "Takeout",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/woman-eating-poke-park_1268-22068.jpg",
|
||||
avatarAlt: "Mark D.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-bowl-with-humus-vegetables_23-2148582604.jpg",
|
||||
imageAlt: "Tzatziki and Hummus",
|
||||
},
|
||||
id: "2", name: "Mark D.", date: "September 2023", title: "Dips Beyond Compare!", quote: "Creamy tzatziki, wonderfully textured hummus, and home-baked pita – it's all simply divine. A must-visit!", tag: "Takeout", avatarSrc: "http://img.b2bpic.net/free-photo/woman-eating-poke-park_1268-22068.jpg", avatarAlt: "Mark D.", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-bowl-with-humus-vegetables_23-2148582604.jpg", imageAlt: "Tzatziki and Hummus"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emily C.",
|
||||
date: "October 2023",
|
||||
title: "Tasty & Affordable Greek Food",
|
||||
quote: "Tasty Greek food at a reasonable price. Trieste Cafe has quickly become our favorite spot for authentic Mediterranean flavors.",
|
||||
tag: "Family Meal",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5349.jpg",
|
||||
avatarAlt: "Emily C.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-hummus-grapes_23-2149595684.jpg",
|
||||
imageAlt: "Greek Food Spread",
|
||||
},
|
||||
id: "3", name: "Emily C.", date: "October 2023", title: "Tasty & Affordable Greek Food", quote: "Tasty Greek food at a reasonable price. Trieste Cafe has quickly become our favorite spot for authentic Mediterranean flavors.", tag: "Family Meal", avatarSrc: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5349.jpg", avatarAlt: "Emily C.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-hummus-grapes_23-2149595684.jpg", imageAlt: "Greek Food Spread"},
|
||||
{
|
||||
id: "4",
|
||||
name: "David S.",
|
||||
date: "July 2023",
|
||||
title: "Warm Hospitality & Great Ambiance",
|
||||
quote: "The moment you walk in, you're treated like family. Fantastic food and even better service. Highly recommend!",
|
||||
tag: "Date Night",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/happy-senior-wrinkled-male_23-2148216478.jpg",
|
||||
avatarAlt: "David S.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-waiter-wearing-protective-face-mask-while-serving-food-his-guests-restaurant_637285-6633.jpg",
|
||||
imageAlt: "Restaurant Ambiance",
|
||||
},
|
||||
id: "4", name: "David S.", date: "July 2023", title: "Warm Hospitality & Great Ambiance", quote: "The moment you walk in, you're treated like family. Fantastic food and even better service. Highly recommend!", tag: "Date Night", avatarSrc: "http://img.b2bpic.net/free-photo/happy-senior-wrinkled-male_23-2148216478.jpg", avatarAlt: "David S.", imageSrc: "http://img.b2bpic.net/free-photo/young-waiter-wearing-protective-face-mask-while-serving-food-his-guests-restaurant_637285-6633.jpg", imageAlt: "Restaurant Ambiance"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Jessica L.",
|
||||
date: "November 2023",
|
||||
title: "Fresh Baked Pita is a Game Changer!",
|
||||
quote: "You can truly taste the freshness in every bite, especially their home-baked pita. It elevates every dish!",
|
||||
tag: "Casual Lunch",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/handsome-young-african-man-isolated_171337-9759.jpg",
|
||||
avatarAlt: "Jessica L.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-vegan-baked-products-arrangement_23-2150251759.jpg",
|
||||
imageAlt: "Fresh Pita Bread",
|
||||
},
|
||||
id: "5", name: "Jessica L.", date: "November 2023", title: "Fresh Baked Pita is a Game Changer!", quote: "You can truly taste the freshness in every bite, especially their home-baked pita. It elevates every dish!", tag: "Casual Lunch", avatarSrc: "http://img.b2bpic.net/free-photo/handsome-young-african-man-isolated_171337-9759.jpg", avatarAlt: "Jessica L.", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-vegan-baked-products-arrangement_23-2150251759.jpg", imageAlt: "Fresh Pita Bread"},
|
||||
]}
|
||||
title="What Our Guests Are Saying"
|
||||
description="Don't just take our word for it – hear from our beloved customers who've experienced the magic and authentic flavors of Trieste Cafe."
|
||||
@@ -329,31 +189,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "4.9",
|
||||
title: "Average Rating",
|
||||
items: [
|
||||
"Based on 423 reviews",
|
||||
"Top-rated Greek cuisine",
|
||||
],
|
||||
id: "1", value: "4.9", title: "Average Rating", items: [
|
||||
"Based on 423 reviews", "Top-rated Greek cuisine"],
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
value: "15+",
|
||||
title: "Years Serving Minneapolis",
|
||||
items: [
|
||||
"A local favorite since 2008",
|
||||
"Trusted community establishment",
|
||||
],
|
||||
id: "2", value: "15+", title: "Years Serving Minneapolis", items: [
|
||||
"A local favorite since 2008", "Trusted community establishment"],
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
value: "10K+",
|
||||
title: "Dishes Prepared Annually",
|
||||
items: [
|
||||
"Bringing authentic Greek flavors",
|
||||
"Delighting palates daily",
|
||||
],
|
||||
id: "3", value: "10K+", title: "Dishes Prepared Annually", items: [
|
||||
"Bringing authentic Greek flavors", "Delighting palates daily"],
|
||||
},
|
||||
]}
|
||||
title="Our Achievements"
|
||||
@@ -368,28 +213,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Do you offer vegetarian or vegan options?",
|
||||
content: "Yes, we have a variety of delicious vegetarian and vegan dishes, including our famous hummus, spanakopita, and a fresh Greek salad. Please ask your server for recommendations.",
|
||||
},
|
||||
id: "1", title: "Do you offer vegetarian or vegan options?", content: "Yes, we have a variety of delicious vegetarian and vegan dishes, including our famous hummus, spanakopita, and a fresh Greek salad. Please ask your server for recommendations."},
|
||||
{
|
||||
id: "2",
|
||||
title: "Can I make a reservation online?",
|
||||
content: "Currently, we handle reservations via phone to ensure personalized service. Please call us at 612-333-4658 to book your table. Walk-ins are always welcome!",
|
||||
},
|
||||
id: "2", title: "Can I make a reservation online?", content: "Currently, we handle reservations via phone to ensure personalized service. Please call us at 612-333-4658 to book your table. Walk-ins are always welcome!"},
|
||||
{
|
||||
id: "3",
|
||||
title: "Do you provide catering services?",
|
||||
content: "Absolutely! Trieste Cafe offers catering for events of all sizes. From corporate lunches to family gatherings, we can bring the taste of Greece to your special occasion. Contact us for our catering menu.",
|
||||
},
|
||||
id: "3", title: "Do you provide catering services?", content: "Absolutely! Trieste Cafe offers catering for events of all sizes. From corporate lunches to family gatherings, we can bring the taste of Greece to your special occasion. Contact us for our catering menu."},
|
||||
]}
|
||||
sideTitle="Frequently Asked Questions"
|
||||
sideDescription="Have questions about our menu, reservations, or catering? Find quick answers here or reach out to us directly."
|
||||
buttons={[
|
||||
{
|
||||
text: "Ask Us Anything",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Ask Us Anything", href: "#contact"},
|
||||
]}
|
||||
buttonAnimation="opacity"
|
||||
faqsAnimation="slide-up"
|
||||
@@ -401,21 +235,16 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
tag="Connect With Us"
|
||||
tagIcon={MapPin}
|
||||
title="Visit Us or Make a Reservation"
|
||||
description="We look forward to welcoming you to Trieste Cafe. Find us at 10 S 5th St #9, Minneapolis, MN 55402, or call us at 612-333-4658 to book your table. Experience authentic Greek hospitality today!"
|
||||
buttons={[
|
||||
{
|
||||
text: "Get Directions",
|
||||
href: "https://www.google.com/maps/dir/?api=1&destination=Trieste+Cafe,+10+S+5th+St+%239,+Minneapolis,+MN+55402",
|
||||
},
|
||||
text: "Get Directions", href: "https://www.google.com/maps/dir/?api=1&destination=Trieste+Cafe,+10+S+5th+St+%239,+Minneapolis,+MN+55402"},
|
||||
{
|
||||
text: "Call Us Now",
|
||||
href: "tel:6123334658",
|
||||
},
|
||||
text: "Call Us Now", href: "tel:6123334658"},
|
||||
]}
|
||||
buttonAnimation="opacity"
|
||||
/>
|
||||
@@ -425,54 +254,33 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Quick Links",
|
||||
items: [
|
||||
title: "Quick Links", items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "#hero",
|
||||
},
|
||||
label: "Home", href: "#hero"},
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About Us", href: "#about"},
|
||||
{
|
||||
label: "Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
label: "Menu", href: "#menu"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Our Food",
|
||||
items: [
|
||||
title: "Our Food", items: [
|
||||
{
|
||||
label: "Specialties",
|
||||
href: "#features",
|
||||
},
|
||||
label: "Specialties", href: "#features"},
|
||||
{
|
||||
label: "Full Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
label: "Full Menu", href: "#menu"},
|
||||
{
|
||||
label: "Reviews",
|
||||
href: "#testimonials",
|
||||
},
|
||||
label: "Reviews", href: "#testimonials"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{
|
||||
label: "Reservations",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Reservations", href: "#contact"},
|
||||
{
|
||||
label: "Location",
|
||||
href: "https://www.google.com/maps/dir/?api=1&destination=Trieste+Cafe,+10+S+5th+St+%239,+Minneapolis,+MN+55402",
|
||||
},
|
||||
label: "Location", href: "https://www.google.com/maps/dir/?api=1&destination=Trieste+Cafe,+10+S+5th+St+%239,+Minneapolis,+MN+55402"},
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "#faq",
|
||||
},
|
||||
label: "FAQ", href: "#faq"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user