Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 98e9241060 | |||
| 3ac98ef115 | |||
| 8520c9ef75 | |||
| 6aa37abddd |
@@ -9,7 +9,7 @@ import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi';
|
||||
import MediaAbout from '@/components/sections/about/MediaAbout';
|
||||
import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven';
|
||||
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
||||
import ProductCardThree from '@/components/sections/product/ProductCardThree';
|
||||
import ProductCardFour from '@/components/sections/product/ProductCardFour';
|
||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||
import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen';
|
||||
|
||||
@@ -32,7 +32,7 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "תפריט", id: "#products"},
|
||||
name: "View Menu", id: "#products"},
|
||||
{
|
||||
name: "אודות", id: "#about"},
|
||||
{
|
||||
@@ -109,27 +109,31 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="products" data-section="products">
|
||||
<ProductCardThree
|
||||
<ProductCardFour
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1", name: "שיפודי פרגית משובחים", price: "75 ₪", 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 ₪", 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 ₪", 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 ₪", 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 ₪", 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 ₪", 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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user