Compare commits
10 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 49a120ae9f | |||
| d5498aa3c1 | |||
| 1175e7d679 | |||
| de9f1f28db | |||
| c88fbbf58f | |||
| 353b91899d | |||
| 2686298982 | |||
| ad0c8aceb2 | |||
| 0633e5c476 | |||
| 891161b6aa |
@@ -55,7 +55,7 @@ export default function LandingPage() {
|
||||
]}
|
||||
rightCarouselItems={[
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-delicious-goulash-wooden-table_23-2149388088.jpg", imageAlt: "papanasi dessert on plate" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/hot-spring-rolls-served-with-sweet-chili-sauce_140725-5843.jpg", imageAlt: "cozy restaurant interior warm lighting" },
|
||||
{ imageSrc: "http://img.b2bpic.net/hot-spring-rolls-served-with-sweet-chili-sauce_140725-5843.jpg", imageAlt: "cozy restaurant interior warm lighting" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/various-sliced-fish-fillet-with-lemon-slice_140725-3847.jpg", imageAlt: "papanasi dessert on plate" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/hanging-lamp_1339-2713.jpg", imageAlt: "cozy restaurant interior warm lighting" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/top-view-chicken-soup-with-ingredients_140725-150438.jpg", imageAlt: "papanasi dessert on plate" }
|
||||
@@ -82,7 +82,7 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{ id: "f1", label: "Gastronomie", title: "Mese în restaurant", items: ["Atmosferă primitoare", "Personal amabil", "Cadru elegant"] },
|
||||
{ id: "f2", label: "Flexibilitate", title: "La pachet și Livrare", items: ["Comenzi rapide", "Ambalaje sigure", "Livrare fără contact"] },
|
||||
{ id: "f3", label: "Comunitate", title: "Spațiu Incluziv", items: ["Potrivit pentru LGBTQ+", "Familial", "Evenimente private"] }
|
||||
{ id: "f3", label: "Comunitate", title: "Spațiu Incluziv", items: ["Familial", "Evenimente private"] }
|
||||
]}
|
||||
title="Serviciile Noastre"
|
||||
description="Ne străduim să oferim o experiență completă, adaptată nevoilor fiecărui client."
|
||||
@@ -181,4 +181,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user