diff --git a/src/app/page.tsx b/src/app/page.tsx
index b627bda..84fca1c 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -10,6 +10,7 @@ import MediaAbout from '@/components/sections/about/MediaAbout';
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
+import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
export default function LandingPage() {
return (
@@ -30,17 +31,11 @@ export default function LandingPage() {
@@ -49,41 +44,26 @@ export default function LandingPage() {
@@ -106,55 +86,25 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
- id: "f1",
- title: "Domácí receptury",
- tags: [
- "Kvalita",
- "Tradiční",
- ],
- imageSrc: "http://img.b2bpic.net/free-photo/beef-burger-with-ingredients_141793-16645.jpg?_wi=3",
- imageAlt: "gourmet burger close up dark background",
- },
+ id: "f1", title: "Domácí receptury", tags: [
+ "Kvalita", "Tradiční"],
+ imageSrc: "http://img.b2bpic.net/free-photo/beef-burger-with-ingredients_141793-16645.jpg?_wi=3", imageAlt: "gourmet burger close up dark background"},
{
- id: "f2",
- title: "Lokální suroviny",
- tags: [
- "Čerstvé",
- "Lokální",
- ],
- imageSrc: "http://img.b2bpic.net/free-photo/young-woman-eating-burger-street-cafe-close-up_169016-43761.jpg?_wi=3",
- imageAlt: "burger restaurant kitchen interior",
- },
+ id: "f2", title: "Lokální suroviny", tags: [
+ "Čerstvé", "Lokální"],
+ imageSrc: "http://img.b2bpic.net/free-photo/young-woman-eating-burger-street-cafe-close-up_169016-43761.jpg?_wi=3", imageAlt: "burger restaurant kitchen interior"},
{
- id: "f3",
- title: "Obří porce",
- tags: [
- "Syté",
- "Value",
- ],
- imageSrc: "http://img.b2bpic.net/free-photo/delicious-black-pasta-dish-top-view_23-2148469868.jpg?_wi=2",
- imageAlt: "burger on rustic wooden table",
- },
+ id: "f3", title: "Obří porce", tags: [
+ "Syté", "Value"],
+ imageSrc: "http://img.b2bpic.net/free-photo/delicious-black-pasta-dish-top-view_23-2148469868.jpg?_wi=2", imageAlt: "burger on rustic wooden table"},
{
- id: "f4",
- title: "Rychlá obsluha",
- tags: [
- "Rychlost",
- "Efektivita",
- ],
- imageSrc: "http://img.b2bpic.net/free-photo/abstract-blur-restaurant_74190-5256.jpg?_wi=2",
- imageAlt: "authentic burger place interior",
- },
+ id: "f4", title: "Rychlá obsluha", tags: [
+ "Rychlost", "Efektivita"],
+ imageSrc: "http://img.b2bpic.net/free-photo/abstract-blur-restaurant_74190-5256.jpg?_wi=2", imageAlt: "authentic burger place interior"},
{
- id: "f5",
- title: "Skvělá lokalita",
- tags: [
- "Dostupnost",
- "Centrum",
- ],
- imageSrc: "http://img.b2bpic.net/free-photo/front-view-fried-burger-with-fresh-vegetables-meat-inside-round-plate_140725-11618.jpg?_wi=1",
- imageAlt: "classic beef burger close up",
- },
+ id: "f5", title: "Skvělá lokalita", tags: [
+ "Dostupnost", "Centrum"],
+ imageSrc: "http://img.b2bpic.net/free-photo/front-view-fried-burger-with-fresh-vegetables-meat-inside-round-plate_140725-11618.jpg?_wi=1", imageAlt: "classic beef burger close up"},
]}
title="Proč k nám?"
description="Důvody, proč se k nám budeš vracet."
@@ -168,66 +118,38 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={true}
products={[
- {
- id: "p1",
- brand: "Signature",
- name: "Brno Special",
- price: "189 Kč",
- rating: 5,
- reviewCount: "120",
- imageSrc: "http://img.b2bpic.net/free-photo/front-view-fried-burger-with-fresh-vegetables-meat-inside-round-plate_140725-11618.jpg?_wi=2",
- },
- {
- id: "p2",
- brand: "Klasika",
- name: "Double Cheese",
- price: "199 Kč",
- rating: 4,
- reviewCount: "95",
- imageSrc: "http://img.b2bpic.net/free-photo/delicious-double-cheeseburger-with-melted-cheese_84443-86133.jpg",
- },
- {
- id: "p3",
- brand: "Bacon",
- name: "Smokehouse",
- price: "209 Kč",
- rating: 5,
- reviewCount: "150",
- imageSrc: "http://img.b2bpic.net/free-photo/juicy-breakfast-burger_23-2151950572.jpg",
- },
- {
- id: "p4",
- brand: "Spicy",
- name: "Chilli Bomb",
- price: "179 Kč",
- rating: 4,
- reviewCount: "80",
- imageSrc: "http://img.b2bpic.net/free-photo/front-view-burger-with-guacamole_23-2148678836.jpg",
- },
- {
- id: "p5",
- brand: "Veggie",
- name: "Green Burger",
- price: "169 Kč",
- rating: 4,
- reviewCount: "60",
- imageSrc: "http://img.b2bpic.net/free-photo/vegan-burgers-with-lentils-pistashios_661915-259.jpg",
- },
- {
- id: "p6",
- brand: "Monster",
- name: "Triple Meat",
- price: "249 Kč",
- rating: 5,
- reviewCount: "200",
- imageSrc: "http://img.b2bpic.net/free-photo/delicious-double-burger-with-cheese-bacon_23-2148290695.jpg",
- },
+ { id: "p1", brand: "Burger", name: "Super Úplně Nejlepší Bacon Burger", price: "259 Kč", rating: 5, reviewCount: "10", imageSrc: "http://img.b2bpic.net/free-photo/front-view-fried-burger-with-fresh-vegetables-meat-inside-round-plate_140725-11618.jpg?_wi=2" },
+ { id: "p2", brand: "Special", name: "Grilované Selské Koleno", price: "350 Kč", rating: 5, reviewCount: "5", imageSrc: "http://img.b2bpic.net/free-photo/delicious-double-cheeseburger-with-melted-cheese_84443-86133.jpg" },
+ { id: "p3", brand: "Drink", name: "Pivo Polička 11° Otakar", price: "55 Kč", rating: 5, reviewCount: "20", imageSrc: "http://img.b2bpic.net/free-photo/juicy-breakfast-burger_23-2151950572.jpg" },
+ { id: "p4", brand: "Main", name: "Candát", price: "290 Kč", rating: 4, reviewCount: "8", imageSrc: "http://img.b2bpic.net/free-photo/front-view-burger-with-guacamole_23-2148678836.jpg" },
+ { id: "p5", brand: "Side", name: "Hranolky S Cesnekem", price: "85 Kč", rating: 4, reviewCount: "15", imageSrc: "http://img.b2bpic.net/free-photo/vegan-burgers-with-lentils-pistashios_661915-259.jpg" },
+ { id: "p6", brand: "Veg", name: "Grilovaný Hermelín S Brusinkami A ...", price: "145 Kč", rating: 4, reviewCount: "12", imageSrc: "http://img.b2bpic.net/free-photo/delicious-double-burger-with-cheese-bacon_23-2148290695.jpg" },
+ { id: "p7", brand: "Veggie", name: "Vegeburger", price: "189 Kč", rating: 4, reviewCount: "9", imageSrc: "http://img.b2bpic.net/free-photo/vegan-burgers-with-lentils-pistashios_661915-259.jpg" },
+ { id: "p8", brand: "Traditional", name: "Jelita", price: "165 Kč", rating: 5, reviewCount: "7", imageSrc: "http://img.b2bpic.net/free-photo/delicious-double-burger-with-cheese-bacon_23-2148290695.jpg" },
+ { id: "p9", brand: "Soup", name: "Česnečka", price: "65 Kč", rating: 5, reviewCount: "22", imageSrc: "http://img.b2bpic.net/free-photo/juicy-breakfast-burger_23-2151950572.jpg" },
+ { id: "p10", brand: "Signature", name: "Dospělý Bacon Burger", price: "229 Kč", rating: 5, reviewCount: "30", imageSrc: "http://img.b2bpic.net/free-photo/front-view-fried-burger-with-fresh-vegetables-meat-inside-round-plate_140725-11618.jpg?_wi=2" },
+ { id: "p11", brand: "Meat", name: "Jitrnice", price: "155 Kč", rating: 5, reviewCount: "10", imageSrc: "http://img.b2bpic.net/free-photo/delicious-double-cheeseburger-with-melted-cheese_84443-86133.jpg" }
]}
title="Naše burgery"
description="Vyber si svého favorita z našeho menu."
/>
+
+
+
+
);
-}
+}
\ No newline at end of file