Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 819748470c | |||
| 98e9241060 | |||
| 3ac98ef115 |
@@ -32,7 +32,7 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "View Menu", id: "/products"},
|
||||
name: "View Menu", id: "#products"},
|
||||
{
|
||||
name: "אודות", id: "#about"},
|
||||
{
|
||||
@@ -61,7 +61,7 @@ export default function LandingPage() {
|
||||
enableKpiAnimation={true}
|
||||
buttons={[
|
||||
{
|
||||
text: "להזמנת משלוח", href: "/products"},
|
||||
text: "להזמנת משלוח", href: "#products"},
|
||||
{
|
||||
text: "התקשר עכשיו", href: "tel:039317370"},
|
||||
]}
|
||||
@@ -102,7 +102,7 @@ export default function LandingPage() {
|
||||
description="מסעדת אחלה הוקמה מתוך אהבה גדולה לאוכל טוב ומסורת אירוח חמה. אנחנו משתמשים בחומרי הגלם הטריים ביותר כדי להבטיח שכל ביס אצלנו ירגיש כמו בבית."
|
||||
buttons={[
|
||||
{
|
||||
text: "צפו בתפריט", href: "/products"},
|
||||
text: "צפו בתפריט", href: "#products"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/cocktail-wooden-table-restaurant_23-2147936121.jpg"
|
||||
/>
|
||||
@@ -116,20 +116,24 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1", name: "שיפודי פרגית משובחים", price: "75 ₪", variant: "Meat", imageSrc: "http://img.b2bpic.net/free-photo/side-view-lulya-kebab-with-red-onion-greens-dried-barberry-pita_141793-4993.jpg"},
|
||||
id: "p1", name: "שיפודי פרגית משובחים", price: "", variant: "Meat", imageSrc: "http://img.b2bpic.net/free-photo/side-view-lulya-kebab-with-red-onion-greens-dried-barberry-pita_141793-4993.jpg"},
|
||||
{
|
||||
id: "p2", name: "מגש סלטים הבית", price: "45 ₪", variant: "Salads", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-local-food-dish_23-2148833866.jpg"},
|
||||
id: "p2", name: "מגש סלטים הבית", price: "", variant: "Salads", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-local-food-dish_23-2148833866.jpg"},
|
||||
{
|
||||
id: "p3", name: "סטייק אנטריקוט מיושן", price: "120 ₪", variant: "Meat", imageSrc: "http://img.b2bpic.net/free-photo/fine-dining-design-restaurant-with-good-red-wine-great-cooking_482257-10388.jpg"},
|
||||
id: "p3", name: "סטייק אנטריקוט מיושן", price: "", variant: "Meat", imageSrc: "http://img.b2bpic.net/free-photo/fine-dining-design-restaurant-with-good-red-wine-great-cooking_482257-10388.jpg"},
|
||||
{
|
||||
id: "p4", name: "פיתות חמות מהטאבון", price: "10 ₪", variant: "Bread", imageSrc: "http://img.b2bpic.net/free-photo/side-view-breads-as-croissant-seeded-brown-cob-bread-slices-basket-cloth-wooden-background_141793-27324.jpg"},
|
||||
id: "p4", name: "פיתות חמות מהטאבון", price: "", variant: "Bread", imageSrc: "http://img.b2bpic.net/free-photo/side-view-breads-as-croissant-seeded-brown-cob-bread-slices-basket-cloth-wooden-background_141793-27324.jpg"},
|
||||
{
|
||||
id: "p5", name: "עלי גפן במילוי מיוחד", price: "35 ₪", variant: "Appetizers", imageSrc: "http://img.b2bpic.net/free-photo/fruit-white-plate_1203-2817.jpg"},
|
||||
id: "p5", name: "עלי גפן במילוי מיוחד", price: "", variant: "Appetizers", imageSrc: "http://img.b2bpic.net/free-photo/fruit-white-plate_1203-2817.jpg"},
|
||||
{
|
||||
id: "p6", name: "לימונדה ביתית עם נענע", price: "15 ₪", variant: "Drinks", imageSrc: "http://img.b2bpic.net/free-photo/glass-jar-with-organic-drink_1220-403.jpg"},
|
||||
id: "p6", name: "לימונדה ביתית עם נענע", price: "", variant: "Drinks", imageSrc: "http://img.b2bpic.net/free-photo/glass-jar-with-organic-drink_1220-403.jpg"},
|
||||
]}
|
||||
title="התפריט שלנו"
|
||||
description="מבחר עשיר של מנות גריל, סלטים טריים ותוספות מיוחדות."
|
||||
description="מבחר עשיר של מנות גריל, סלטים טריים ותוספות מיוחדות מעשה ידי אמן, המוכן באהבה מחומרי הגלם האיכותיים ביותר."
|
||||
buttons={[
|
||||
{
|
||||
text: "View Menu", href: "#"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -231,7 +235,7 @@ export default function LandingPage() {
|
||||
{
|
||||
title: "שירותים", items: [
|
||||
{
|
||||
label: "משלוחים", href: "/products"},
|
||||
label: "משלוחים", href: "#products"},
|
||||
{
|
||||
label: "אירועים", href: "#faq"},
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user