Merge version_2 into main #2
@@ -60,6 +60,7 @@ export default function LandingPage() {
|
||||
<div id="about" data-section="about">
|
||||
<TextSplitAbout
|
||||
title="Discover Our Story"
|
||||
useInvertedBackground={false}
|
||||
description={[
|
||||
"Located at Tkáčska 8717, 080 01 Prešov, Blue Bistro is a culinary destination known for its welcoming atmosphere and exceptional service.", "Whether you are stopping by for our famous breakfast dishes or a relaxing dinner, our team is dedicated to providing you with the highest quality of service and an unforgettable experience."
|
||||
]}
|
||||
@@ -97,15 +98,19 @@ export default function LandingPage() {
|
||||
<TestimonialCardTen
|
||||
title="Voices of Our Guests"
|
||||
description="With a 4.9-star average, our guests consistently highlight our impeccable service and warm bistro atmosphere."
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="metrics" data-section="metrics">
|
||||
<MetricCardFourteen
|
||||
tag="Our Success"
|
||||
title="Our Community Impact"
|
||||
metrics={[{ id: "m1", value: "4.9*", description: "Average Guest Rating" }, { id: "m2", value: "10k+", description: "Satisfied Diners" }, { id: "m3", value: "100%", description: "Fresh Ingredients" }]}
|
||||
metricsAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -116,6 +121,7 @@ export default function LandingPage() {
|
||||
faqs={[{ id: "faq1", title: "Where are you located?", content: "We are at Tkáčska 8717, 080 01 Prešov." }, { id: "faq2", title: "How do I book?", content: "Visit bistro.sk to make a reservation or call us at 0948 649 980." }]}
|
||||
faqsAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -124,6 +130,8 @@ export default function LandingPage() {
|
||||
tag="Contact Us"
|
||||
title="Visit Blue Bistro Today"
|
||||
description="We look forward to serving you in Prešov! Contact us at 0948 649 980 or visit bistro.sk for more info."
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
buttons={[{ text: "Book Now", href: "https://bistro.sk" }, { text: "Call Us", href: "tel:0948649980" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user