Merge version_1 into main #2
@@ -1,16 +1,16 @@
|
||||
"use client";
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline";
|
||||
import HeroSplitTestimonial from "@/components/sections/hero/HeroSplitTestimonial";
|
||||
import TestimonialAboutCard from "@/components/sections/about/TestimonialAboutCard";
|
||||
import ProductCardOne from "@/components/sections/product/ProductCardOne";
|
||||
import SocialProofOne from "@/components/sections/socialProof/SocialProofOne";
|
||||
import TestimonialCardTwelve from "@/components/sections/testimonial/TestimonialCardTwelve";
|
||||
import PricingCardThree from "@/components/sections/pricing/PricingCardThree";
|
||||
import FaqSplitText from "@/components/sections/faq/FaqSplitText";
|
||||
import ContactCTA from "@/components/sections/contact/ContactCTA";
|
||||
import FooterMedia from "@/components/sections/footer/FooterMedia";
|
||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||
import HeroSplitTestimonial from '@/components/sections/hero/HeroSplitTestimonial';
|
||||
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
|
||||
import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||
import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve';
|
||||
import PricingCardThree from '@/components/sections/pricing/PricingCardThree';
|
||||
import FaqSplitText from '@/components/sections/faq/FaqSplitText';
|
||||
import ContactCTA from '@/components/sections/contact/ContactCTA';
|
||||
import FooterMedia from '@/components/sections/footer/FooterMedia';
|
||||
import { Award, Cake, ChefHat, Heart, Phone, Sparkles, Star, Utensils } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
@@ -37,7 +37,8 @@ export default function LandingPage() {
|
||||
]}
|
||||
brandName="RIADOK"
|
||||
button={{
|
||||
text: "Reserve Table", href: "#contact"}}
|
||||
text: "Reserve Table", href: "#contact"
|
||||
}}
|
||||
animateOnLoad={true}
|
||||
/>
|
||||
</div>
|
||||
@@ -53,13 +54,16 @@ export default function LandingPage() {
|
||||
testimonials={[
|
||||
{
|
||||
name: "Petra Dubová", handle: "Food Critic, Bratislava Times", testimonial: "Absolutely outstanding! The attention to detail in every dish is remarkable.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-radio-studio-with-microphone_23-2148808787.jpg?_wi=1"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-radio-studio-with-microphone_23-2148808787.jpg"
|
||||
},
|
||||
{
|
||||
name: "Marián Novotný", handle: "Travel Blogger", testimonial: "Best dining experience I've had this year. The service is impeccable.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-elegant-bearded-man-dressed-wool-jacket-bow-tie_613910-15696.jpg?_wi=1"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-elegant-bearded-man-dressed-wool-jacket-bow-tie_613910-15696.jpg"
|
||||
},
|
||||
{
|
||||
name: "Elena Horváthová", handle: "Restaurant Reviewer", testimonial: "A hidden gem that deserves all five stars. Truly exceptional.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-businesswoman_329181-11722.jpg?_wi=1"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-businesswoman_329181-11722.jpg"
|
||||
},
|
||||
]}
|
||||
testimonialRotationInterval={5000}
|
||||
buttons={[
|
||||
@@ -95,11 +99,14 @@ export default function LandingPage() {
|
||||
<ProductCardOne
|
||||
products={[
|
||||
{
|
||||
id: "1", name: "Pan-Seared Foie Gras", price: "€24", imageSrc: "http://img.b2bpic.net/free-photo/front-close-view-delicious-bread-toasts-with-sour-cream-dogwoods-inside-light-plate-grey_140725-29480.jpg", imageAlt: "Pan-Seared Foie Gras"},
|
||||
id: "1", name: "Pan-Seared Foie Gras", price: "€24", imageSrc: "http://img.b2bpic.net/free-photo/front-close-view-delicious-bread-toasts-with-sour-cream-dogwoods-inside-light-plate-grey_140725-29480.jpg", imageAlt: "Pan-Seared Foie Gras"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Heritage Beef Tenderloin", price: "€38", imageSrc: "http://img.b2bpic.net/free-photo/view-soft-cake-decorated-with-orange-chocolate-dark-table_140725-86436.jpg", imageAlt: "Heritage Beef Tenderloin"},
|
||||
id: "2", name: "Heritage Beef Tenderloin", price: "€38", imageSrc: "http://img.b2bpic.net/free-photo/view-soft-cake-decorated-with-orange-chocolate-dark-table_140725-86436.jpg", imageAlt: "Heritage Beef Tenderloin"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Dark Chocolate Soufflé", price: "€14", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-creamy-cake-with-chocolate-raisins-light-dark-background_140725-136324.jpg", imageAlt: "Dark Chocolate Soufflé"},
|
||||
id: "3", name: "Dark Chocolate Soufflé", price: "€14", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-creamy-cake-with-chocolate-raisins-light-dark-background_140725-136324.jpg", imageAlt: "Dark Chocolate Soufflé"
|
||||
},
|
||||
]}
|
||||
title="Signature Dishes"
|
||||
description="Our carefully curated selection of premium dishes, each crafted with the finest ingredients and techniques"
|
||||
@@ -123,8 +130,9 @@ export default function LandingPage() {
|
||||
tagAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
names=[
|
||||
"Michelin Guide", "Top 10 Restaurants", "TripAdvisor Favorite", "Slovak Culinary Award", "Award of Excellence", "Premium Restaurant", "Chef's Selection"]}
|
||||
names={[
|
||||
"Michelin Guide", "Top 10 Restaurants", "TripAdvisor Favorite", "Slovak Culinary Award", "Award of Excellence", "Premium Restaurant", "Chef's Selection"
|
||||
]}
|
||||
speed={35}
|
||||
showCard={true}
|
||||
/>
|
||||
@@ -134,13 +142,17 @@ export default function LandingPage() {
|
||||
<TestimonialCardTwelve
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Petra Dubová", imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-radio-studio-with-microphone_23-2148808787.jpg?_wi=2"},
|
||||
id: "1", name: "Petra Dubová", imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-radio-studio-with-microphone_23-2148808787.jpg"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Marián Novotný", imageSrc: "http://img.b2bpic.net/free-photo/portrait-elegant-bearded-man-dressed-wool-jacket-bow-tie_613910-15696.jpg?_wi=2"},
|
||||
id: "2", name: "Marián Novotný", imageSrc: "http://img.b2bpic.net/free-photo/portrait-elegant-bearded-man-dressed-wool-jacket-bow-tie_613910-15696.jpg"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Elena Horváthová", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-businesswoman_329181-11722.jpg?_wi=2"},
|
||||
id: "3", name: "Elena Horváthová", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-businesswoman_329181-11722.jpg"
|
||||
},
|
||||
{
|
||||
id: "4", name: "Ján Čech", imageSrc: "http://img.b2bpic.net/free-photo/bearded-black-man-wearing-suit-felt-hat_613910-1878.jpg"},
|
||||
id: "4", name: "Ján Čech", imageSrc: "http://img.b2bpic.net/free-photo/bearded-black-man-wearing-suit-felt-hat_613910-1878.jpg"
|
||||
},
|
||||
]}
|
||||
cardTitle="Exceptional Dining Excellence – 4.8/5 Stars from 200+ Guests"
|
||||
cardTag="See What Our Guests Say"
|
||||
@@ -159,7 +171,8 @@ export default function LandingPage() {
|
||||
{ text: "Contact Us", href: "#" },
|
||||
],
|
||||
features: [
|
||||
"Personalized menu consultation", "Premium wine pairing selection", "Dedicated sommelier service", "Elegant table arrangements", "Professional event coordination"],
|
||||
"Personalized menu consultation", "Premium wine pairing selection", "Dedicated sommelier service", "Elegant table arrangements", "Professional event coordination"
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "2", badge: "Most Popular", badgeIcon: Sparkles,
|
||||
@@ -168,7 +181,8 @@ export default function LandingPage() {
|
||||
{ text: "Contact Us", href: "#" },
|
||||
],
|
||||
features: [
|
||||
"Customized multi-course menu", "Premium beverage selection", "Full event staff support", "Modern audio-visual setup", "Complimentary parking for guests"],
|
||||
"Customized multi-course menu", "Premium beverage selection", "Full event staff support", "Modern audio-visual setup", "Complimentary parking for guests"
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "3", price: "€1280", name: "Grand Celebration (60+ guests)", buttons: [
|
||||
@@ -176,7 +190,8 @@ export default function LandingPage() {
|
||||
{ text: "Contact Us", href: "#" },
|
||||
],
|
||||
features: [
|
||||
"Exclusive menu creation", "Premium wine & spirits selection", "Complete event management", "Photography package included", "VIP guest reception area", "24/7 dedicated concierge"],
|
||||
"Exclusive menu creation", "Premium wine & spirits selection", "Complete event management", "Photography package included", "VIP guest reception area", "24/7 dedicated concierge"
|
||||
],
|
||||
},
|
||||
]}
|
||||
title="Private Events & Packages"
|
||||
@@ -199,17 +214,23 @@ export default function LandingPage() {
|
||||
faqsAnimation="slide-up"
|
||||
faqs={[
|
||||
{
|
||||
id: "1", title: "How can I make a reservation?", content: "You can reserve a table by calling us at +421 903 567 633 or using our online reservation system. We recommend booking at least 2-3 days in advance for the best availability."},
|
||||
id: "1", title: "How can I make a reservation?", content: "You can reserve a table by calling us at +421 903 567 633 or using our online reservation system. We recommend booking at least 2-3 days in advance for the best availability."
|
||||
},
|
||||
{
|
||||
id: "2", title: "Do you accommodate dietary restrictions?", content: "Absolutely! We pride ourselves on accommodating all dietary preferences and restrictions. Please inform us during reservation so our chefs can prepare suitable options."},
|
||||
id: "2", title: "Do you accommodate dietary restrictions?", content: "Absolutely! We pride ourselves on accommodating all dietary preferences and restrictions. Please inform us during reservation so our chefs can prepare suitable options."
|
||||
},
|
||||
{
|
||||
id: "3", title: "What is your dress code?", content: "We maintain a smart casual to elegant dress code. We ask guests to dress appropriately for a fine dining experience. Jackets are appreciated but not required."},
|
||||
id: "3", title: "What is your dress code?", content: "We maintain a smart casual to elegant dress code. We ask guests to dress appropriately for a fine dining experience. Jackets are appreciated but not required."
|
||||
},
|
||||
{
|
||||
id: "4", title: "Do you offer private dining?", content: "Yes! We offer exclusive private dining rooms for corporate events, celebrations, and special occasions. Contact us for details and custom packages."},
|
||||
id: "4", title: "Do you offer private dining?", content: "Yes! We offer exclusive private dining rooms for corporate events, celebrations, and special occasions. Contact us for details and custom packages."
|
||||
},
|
||||
{
|
||||
id: "5", title: "What are your operating hours?", content: "We are open Tuesday through Sunday from 11:30 AM to 10:00 PM. We are closed Mondays for our team's well-being and maintenance."},
|
||||
id: "5", title: "What are your operating hours?", content: "We are open Tuesday through Sunday from 11:30 AM to 10:00 PM. We are closed Mondays for our team's well-being and maintenance."
|
||||
},
|
||||
{
|
||||
id: "6", title: "Do you have parking available?", content: "Yes, complimentary parking is available for all our guests. We also provide valet parking service upon request for premium experiences."},
|
||||
id: "6", title: "Do you have parking available?", content: "Yes, complimentary parking is available for all our guests. We also provide valet parking service upon request for premium experiences."
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user