Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| e2a8565aca | |||
| c991183400 | |||
| bedb71f225 | |||
| a30abfb230 | |||
| e80e61cce0 | |||
| db53270eda |
@@ -9,7 +9,7 @@ import HeroBillboardTestimonial from '@/components/sections/hero/HeroBillboardTe
|
|||||||
import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout';
|
import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout';
|
||||||
import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven';
|
import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven';
|
||||||
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
||||||
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
|
import ProductCardFour from '@/components/sections/product/ProductCardFour';
|
||||||
import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
|
import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
@@ -101,18 +101,18 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="products" data-section="products">
|
<div id="products" data-section="products">
|
||||||
<ProductCardTwo
|
<ProductCardFour
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
gridVariant="uniform-all-items-equal"
|
gridVariant="four-items-2x2-equal-grid"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
products={[
|
products={[
|
||||||
{ id: "1", brand: "Roštilj", name: "Velika plata Grašo", price: "120kn", rating: 5, reviewCount: "1.2k", imageSrc: "http://img.b2bpic.net/free-photo/close-up-waitress-holding-cake-slice-white-plate_23-2148027957.jpg?_wi=2" },
|
{ id: "1", name: "Velika plata Grašo", price: "16€", variant: "Roštilj", imageSrc: "http://img.b2bpic.net/free-photo/close-up-waitress-holding-cake-slice-white-plate_23-2148027957.jpg?_wi=2" },
|
||||||
{ id: "2", brand: "Odresci", name: "Ribeye Steak", price: "150kn", rating: 5, reviewCount: "800", imageSrc: "http://img.b2bpic.net/free-photo/view-delicious-cake-decorated-orange-with-chocolate-biscuits-black-table_140725-86456.jpg" },
|
{ id: "2", name: "Ribeye Steak", price: "20€", variant: "Odresci", imageSrc: "http://img.b2bpic.net/free-photo/view-delicious-cake-decorated-orange-with-chocolate-biscuits-black-table_140725-86456.jpg" },
|
||||||
{ id: "3", brand: "Jelovnik", name: "Dječji meni", price: "60kn", rating: 5, reviewCount: "400", imageSrc: "http://img.b2bpic.net/free-photo/top-view-kebab-ribs-with-fried-vegetables-chopped-onion-knife-ayran-wooden-food-tray_176474-3380.jpg" },
|
{ id: "3", name: "Dječji meni", price: "8€", variant: "Ostalo", imageSrc: "http://img.b2bpic.net/free-photo/top-view-kebab-ribs-with-fried-vegetables-chopped-onion-knife-ayran-wooden-food-tray_176474-3380.jpg" },
|
||||||
{ id: "4", brand: "Roštilj", name: "Gurmanska pljeskavica", price: "90kn", rating: 5, reviewCount: "600", imageSrc: "http://img.b2bpic.net/free-photo/ham-slices-with-vegetables-plate_140725-2137.jpg" },
|
{ id: "4", name: "Gurmanska pljeskavica", price: "12€", variant: "Roštilj", imageSrc: "http://img.b2bpic.net/free-photo/ham-slices-with-vegetables-plate_140725-2137.jpg" },
|
||||||
{ id: "5", brand: "Odresci", name: "Ramstek", price: "140kn", rating: 5, reviewCount: "500", imageSrc: "http://img.b2bpic.net/free-photo/person-holding-lamb-ribs-dish_23-2148516949.jpg" },
|
{ id: "5", name: "Ramstek", price: "19€", variant: "Odresci", imageSrc: "http://img.b2bpic.net/free-photo/person-holding-lamb-ribs-dish_23-2148516949.jpg" },
|
||||||
{ id: "6", brand: "Roštilj", name: "Ćevapi u somunu", price: "70kn", rating: 5, reviewCount: "900", imageSrc: "http://img.b2bpic.net/free-photo/mixed-grilled-meat-lamb-ribs-chicken-potato-side-view_141793-3165.jpg" }
|
{ id: "6", name: "Ćevapi u somunu", price: "9€", variant: "Roštilj", imageSrc: "http://img.b2bpic.net/free-photo/mixed-grilled-meat-lamb-ribs-chicken-potato-side-view_141793-3165.jpg" }
|
||||||
]}
|
]}
|
||||||
title="Naš Jelovnik"
|
title="Naš Jelovnik"
|
||||||
description="Odaberite jelo po svom guštu."
|
description="Odaberite jelo po svom guštu."
|
||||||
|
|||||||
Reference in New Issue
Block a user