diff --git a/src/app/page.tsx b/src/app/page.tsx
index 4b3bd1d..31a22fa 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -9,7 +9,7 @@ import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaA
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen';
-import { Flame, Truck } from "lucide-react";
+import { Flame, Truck, Mail, Clock } from "lucide-react";
export default function LandingPage() {
return (
@@ -29,18 +29,11 @@ export default function LandingPage() {
@@ -49,107 +42,13 @@ export default function LandingPage() {
@@ -159,18 +58,9 @@ export default function LandingPage() {
title="Dlaczego my?"
description="Stawiamy na autentyczność i najwyższą jakość składników, serwując klasyczny berliński styl w sercu Sulęcina."
metrics={[
- {
- value: "4.7",
- title: "Średnia ocen",
- },
- {
- value: "100%",
- title: "Świeże mięso",
- },
- {
- value: "100%",
- title: "Berlin vibe",
- },
+ { value: "4.7", title: "Średnia ocen" },
+ { value: "100%", title: "Świeże mięso" },
+ { value: "100%", title: "Berlin vibe" },
]}
mediaAnimation="slide-up"
metricsAnimation="slide-up"
@@ -185,168 +75,53 @@ export default function LandingPage() {
textboxLayout="default"
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
- products={[
- {
- id: "1",
- brand: "Klasyk",
- name: "Kebab w bułce",
- price: "22 PLN",
- rating: 5,
- reviewCount: "120",
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-club-sandwich-potato-cheeps-plate-with-sauce_176474-2565.jpg?_wi=2",
- },
- {
- id: "2",
- brand: "Obiad",
- name: "Kebab na talerzu",
- price: "30 PLN",
- rating: 5,
- reviewCount: "85",
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-mixed-kebab-served-with-fresh-vegetables-black_140725-12410.jpg?_wi=3",
- },
- {
- id: "3",
- brand: "Szybki",
- name: "Tortilla",
- price: "20 PLN",
- rating: 4,
- reviewCount: "200",
- imageSrc: "http://img.b2bpic.net/free-photo/wrap-salad-roll-with-tuna-corn-salad_1339-6840.jpg?_wi=2",
- },
- {
- id: "4",
- brand: "Mega",
- name: "Box",
- price: "25 PLN",
- rating: 4,
- reviewCount: "45",
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-club-sandwich-potato-cheeps-plate-with-sauce_176474-2565.jpg?_wi=3",
- },
- {
- id: "5",
- brand: "Dodatek",
- name: "Frytki",
- price: "10 PLN",
- rating: 5,
- reviewCount: "300",
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-mixed-kebab-served-with-fresh-vegetables-black_140725-12410.jpg?_wi=4",
- },
- {
- id: "6",
- brand: "Napój",
- name: "Ayran",
- price: "5 PLN",
- rating: 5,
- reviewCount: "150",
- imageSrc: "http://img.b2bpic.net/free-photo/wrap-salad-roll-with-tuna-corn-salad_1339-6840.jpg?_wi=3",
- },
- ]}
+ products={[]}
title="Nasze Menu"
description="Sprawdź nasze najpopularniejsze pozycje."
/>
+