Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 39bf95e468 | |||
| 51ad77d3d8 | |||
| 397157318c | |||
| eb0316d4c3 | |||
| 3c60e19a04 | |||
| fc5a337d0d |
@@ -61,7 +61,7 @@ export default function LandingPage() {
|
||||
<MetricSplitMediaAbout
|
||||
useInvertedBackground={true}
|
||||
title="A Legacy of Taste"
|
||||
description="Careva Ćuprija combines historic charm with modern culinary mastery, creating unforgettable dining moments for every visitor."
|
||||
description="With over 25 years of refined hospitality, our legacy is built on the pursuit of perfection. This depth of experience allows us to harmonize time-honored culinary techniques with local ingredients, ensuring that every plate we serve delivers a superior, authentic dining experience that resonates with history."
|
||||
metrics={[
|
||||
{ value: "25+", title: "Years Experience" },
|
||||
{ value: "100%", title: "Customer Satisfaction" },
|
||||
@@ -94,6 +94,7 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={true}
|
||||
buttons={[{ text: "View Full Menu", href: "#menu" }]}
|
||||
products={[
|
||||
{ id: "p1", brand: "Main Course", name: "Chef Signature Steak", price: "$35", rating: 5, reviewCount: "120", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=c6sce7", imageAlt: "gourmet plate presentation" },
|
||||
{ id: "p2", brand: "Appetizer", name: "Seasonal Antipasto", price: "$18", rating: 4, reviewCount: "85", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=0tqdap", imageAlt: "restaurant appetizer specialty" },
|
||||
@@ -158,7 +159,7 @@ export default function LandingPage() {
|
||||
tag="Visit Us"
|
||||
title="Book Your Dining Experience"
|
||||
description="Ready for an exceptional meal? Contact us today to secure your table."
|
||||
buttons={[{ text: "Contact Us Now", href: "#" }]}
|
||||
buttons={[{ text: "Reserve Your Table", href: "#" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user