Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| d9a31de024 | |||
| 62a1849f2e | |||
| b8ea7faf07 | |||
| ec42b17d8b |
@@ -106,13 +106,13 @@ export default function LandingPage() {
|
||||
<MetricSplitMediaAbout
|
||||
useInvertedBackground={true}
|
||||
title="Our Story: A Legacy of Culinary Excellence"
|
||||
description="Since its inception in 1985, The Old Resto has been a cherished culinary landmark, dedicated to preserving classic recipes and creating unforgettable dining experiences. Our commitment to quality ingredients and impeccable service has defined generations."
|
||||
description="Since its inception in 2023, The Old Resto has been a cherished culinary landmark, dedicated to preserving classic recipes and creating unforgettable dining experiences. Our commitment to quality ingredients and impeccable service has defined generations."
|
||||
metrics={[
|
||||
{
|
||||
value: "1985", title: "Established"
|
||||
value: "2023 ", title: "Established"
|
||||
},
|
||||
{
|
||||
value: "38+", title: "Years of Service"
|
||||
value: "7+", title: "Years of Service"
|
||||
},
|
||||
{
|
||||
value: "20+", title: "Award-Winning Chefs"
|
||||
@@ -162,10 +162,10 @@ export default function LandingPage() {
|
||||
id: "p2", name: "Pan-Seared Scallops", price: "€38.00", imageSrc: "http://img.b2bpic.net/free-photo/salmon-salad_74190-5239.jpg", imageAlt: "Fresh seafood platter"
|
||||
},
|
||||
{
|
||||
id: "p3", name: "Truffle Mushroom Risotto", price: "€29.00", imageSrc: "https://img.b2bpic.net/premium-photo/plate-pasta-with-bottle-beer-it_975681-4909.jpg?id=229148558", imageAlt: "Creamy mushroom risotto"
|
||||
id: "p3", name: "Truffle Mushroom Risotto", price: "€29.00", imageSrc: "https://img.b2bpic.net/premium-photo/risotto-with-mushrooms-and-truffles-closeup_159670-3490.jpg", imageAlt: "Creamy mushroom risotto"
|
||||
},
|
||||
{
|
||||
id: "p4", name: "Classic Carbonara", price: "€26.00", imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-with-kitchen-utensils-dark-background_23-2148296895.jpg", imageAlt: "Creamy pasta dish"
|
||||
id: "p4", name: "Classic Carbonara", price: "€26.00", imageSrc: "https://img.b2bpic.net/premium-photo/delicious-pasta-carbonara-white-bowl-dark-surface_159670-2210.jpg", imageAlt: "Creamy pasta dish"
|
||||
},
|
||||
{
|
||||
id: "p5", name: "Heirloom Tomato Salad", price: "€18.00", imageSrc: "http://img.b2bpic.net/free-photo/top-view-chopped-greens-bowl-white-checkered-towel-with-acroshka-yogurt-gray-surface-gray-surface_141793-18321.jpg", imageAlt: "Fresh vibrant salad"
|
||||
@@ -317,4 +317,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user