diff --git a/src/app/page.tsx b/src/app/page.tsx
index 8752ff7..0c77ba0 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -9,7 +9,7 @@ import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloating
import TeamCardEleven from '@/components/sections/team/TeamCardEleven';
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
-import { Award, Flame, Leaf, Pizza, Star, Sun } from "lucide-react";
+import { Award, Flame, Leaf, Pizza, Star, Sun, Heart, BadgePercent } from "lucide-react";
export default function LandingPage() {
return (
@@ -30,132 +30,77 @@ export default function LandingPage() {
@@ -180,29 +125,17 @@ export default function LandingPage() {
useInvertedBackground={true}
features={[
{
- title: "Originalna receptura",
- description: "Testo koje fermentiše 48 sati za savršen ukus.",
- buttonIcon: "Pizza",
- imageSrc: "http://img.b2bpic.net/free-photo/rolled-dough-with-tomato-sauce_23-2148357184.jpg",
- },
+ title: "Originalna receptura", description: "Testo koje fermentiše 48 sati za savršen ukus.", buttonIcon: Pizza,
+ imageSrc: "http://img.b2bpic.net/free-photo/rolled-dough-with-tomato-sauce_23-2148357184.jpg"},
{
- title: "Pravi doživljaj",
- description: "Sve pečeno u peći na drva za vrhunsku hrskavost.",
- buttonIcon: "Flame",
- imageSrc: "http://img.b2bpic.net/free-photo/mixed-pizza-with-meat-chicek-olive-tomato-cheese_140725-5871.jpg",
- },
+ title: "Pravi doživljaj", description: "Sve pečeno u peći na drva za vrhunsku hrskavost.", buttonIcon: Flame,
+ imageSrc: "http://img.b2bpic.net/free-photo/mixed-pizza-with-meat-chicek-olive-tomato-cheese_140725-5871.jpg"},
{
- title: "Topla atmosfera",
- description: "Mediteranski ambijent za opuštanje sa prijateljima.",
- buttonIcon: "Heart",
- imageSrc: "http://img.b2bpic.net/free-photo/group-friends-having-lunch-together-restaurant_23-2150520106.jpg",
- },
+ title: "Topla atmosfera", description: "Mediteranski ambijent za opuštanje sa prijateljima.", buttonIcon: Heart,
+ imageSrc: "http://img.b2bpic.net/free-photo/group-friends-having-lunch-together-restaurant_23-2150520106.jpg"},
{
- title: "Pristupačne cene",
- description: "Vrhunski kvalitet dostupan svima.",
- buttonIcon: "BadgePercent",
- imageSrc: "http://img.b2bpic.net/free-photo/menu-board-french-restaurant_1147-450.jpg",
- },
+ title: "Pristupačne cene", description: "Vrhunski kvalitet dostupan svima.", buttonIcon: BadgePercent,
+ imageSrc: "http://img.b2bpic.net/free-photo/menu-board-french-restaurant_1147-450.jpg"},
]}
title="Zašto baš Pica Per?"
description="Razlozi zbog kojih naši gosti postaju verni ljubitelji."
@@ -217,25 +150,15 @@ export default function LandingPage() {
author="Ana Marić"
avatars={[
{
- src: "http://img.b2bpic.net/free-photo/stylish-indian-man-sitting-fast-food-cafe-eating-hamburger-read-morning-news-mobile-phone-have-surprised-eyes_627829-1365.jpg",
- alt: "Kupac",
- },
+ src: "http://img.b2bpic.net/free-photo/stylish-indian-man-sitting-fast-food-cafe-eating-hamburger-read-morning-news-mobile-phone-have-surprised-eyes_627829-1365.jpg", alt: "Kupac"},
{
- src: "http://img.b2bpic.net/free-photo/group-friends-eating-pizza-home-together_23-2150419426.jpg",
- alt: "Kupac",
- },
+ src: "http://img.b2bpic.net/free-photo/group-friends-eating-pizza-home-together_23-2150419426.jpg", alt: "Kupac"},
{
- src: "http://img.b2bpic.net/free-photo/man-using-tablet-drinking-coffee-cafe-bar_1170-638.jpg",
- alt: "Kupac",
- },
+ src: "http://img.b2bpic.net/free-photo/man-using-tablet-drinking-coffee-cafe-bar_1170-638.jpg", alt: "Kupac"},
{
- src: "http://img.b2bpic.net/free-photo/friends-having-crowded-party-home_23-2149203583.jpg",
- alt: "Kupac",
- },
+ src: "http://img.b2bpic.net/free-photo/friends-having-crowded-party-home_23-2149203583.jpg", alt: "Kupac"},
{
- src: "http://img.b2bpic.net/free-photo/happy-friends-with-pizza-side-view_23-2149872391.jpg",
- alt: "Kupac",
- },
+ src: "http://img.b2bpic.net/free-photo/happy-friends-with-pizza-side-view_23-2149872391.jpg", alt: "Kupac"},
]}
ratingAnimation="slide-up"
avatarsAnimation="slide-up"
@@ -251,26 +174,12 @@ export default function LandingPage() {
description="Upoznajte ljude koji svakodnevno stvaraju magiju u našoj kuhinji."
groups={[
{
- id: "kuhinja",
- groupTitle: "Kuhinjski tim",
- members: [
+ id: "kuhinja", groupTitle: "Kuhinjski tim", members: [
{
- id: "ivan",
- title: "Ivan Petrović",
- subtitle: "Glavni pica majstor",
- detail: "Sa preko 15 godina iskustva u pripremi autentičnog italijanskog testa.",
- imageSrc: "http://img.b2bpic.net/free-photo/chef-white-uniform-prepare-pizzaa_1157-27017.jpg",
- },
+ id: "ivan", title: "Ivan Petrović", subtitle: "Glavni pica majstor", detail: "Sa preko 15 godina iskustva u pripremi autentičnog italijanskog testa.", imageSrc: "http://img.b2bpic.net/free-photo/chef-white-uniform-prepare-pizzaa_1157-27017.jpg"},
{
- id: "marko",
- title: "Marko Ivić",
- subtitle: "Pomoćni kuvar",
- detail: "Zadužen za pripremu najsvežijih namirnica i sosova.",
- imageSrc: "http://img.b2bpic.net/free-photo/man-making-pizza-dough_23-2148018453.jpg",
- },
+ id: "marko", title: "Marko Ivić", subtitle: "Pomoćni kuvar", detail: "Zadužen za pripremu najsvežijih namirnica i sosova.", imageSrc: "http://img.b2bpic.net/free-photo/man-making-pizza-dough_23-2148018453.jpg"},
],
- imageSrc: "http://img.b2bpic.net/free-photo/baking-pizza-wood-fired-oven_52683-106697.jpg?_wi=2",
- imageAlt: "Chef in a white uniform prepare a pizzaa",
},
]}
/>
@@ -282,38 +191,25 @@ export default function LandingPage() {
logoText="Pica Per"
columns={[
{
- title: "Lokacija",
- items: [
+ title: "Lokacija", items: [
{
- label: "Glavna Ulica 123, Grad",
- href: "#",
- },
+ label: "Glavna Ulica 123, Grad", href: "#"},
],
},
{
- title: "Kontakt",
- items: [
+ title: "Kontakt", items: [
{
- label: "011/123-456",
- href: "tel:011123456",
- },
+ label: "011/123-456", href: "tel:011123456"},
{
- label: "info@picaper.rs",
- href: "mailto:info@picaper.rs",
- },
+ label: "info@picaper.rs", href: "mailto:info@picaper.rs"},
],
},
{
- title: "Pratite nas",
- items: [
+ title: "Pratite nas", items: [
{
- label: "Instagram",
- href: "#",
- },
+ label: "Instagram", href: "#"},
{
- label: "Facebook",
- href: "#",
- },
+ label: "Facebook", href: "#"},
],
},
]}