Merge version_1 into main #2
212
src/app/page.tsx
212
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() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Početna",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Početna", id: "hero"},
|
||||
{
|
||||
name: "O nama",
|
||||
id: "about",
|
||||
},
|
||||
name: "O nama", id: "about"},
|
||||
{
|
||||
name: "Kvalitet",
|
||||
id: "features",
|
||||
},
|
||||
name: "Kvalitet", id: "features"},
|
||||
{
|
||||
name: "Recenzije",
|
||||
id: "testimonials",
|
||||
},
|
||||
name: "Recenzije", id: "testimonials"},
|
||||
]}
|
||||
brandName="Pica Per"
|
||||
button={{
|
||||
text: "Rezerviši",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Rezerviši", href: "#contact"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardTestimonial
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Pica Per - Ukus tradicije"
|
||||
description="Doživite pravu mediteransku magiju u srcu grada. Ručno rađeno testo, sveži sastojci i strast prema svakoj pici."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Marko",
|
||||
handle: "@marko",
|
||||
testimonial: "Najbolja pica koju sam ikad probao!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/student-lady-white-sweater-eating-sushi-lunch-small-caffe_231208-5229.jpg",
|
||||
},
|
||||
name: "Marko", handle: "@marko", testimonial: "Najbolja pica koju sam ikad probao!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/student-lady-white-sweater-eating-sushi-lunch-small-caffe_231208-5229.jpg"},
|
||||
{
|
||||
name: "Jelena",
|
||||
handle: "@jelena",
|
||||
testimonial: "Ivan je sjajan domaćin, atmosfera je predivna.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/girl-cafe-reads-something-tablet_1304-5539.jpg",
|
||||
},
|
||||
name: "Jelena", handle: "@jelena", testimonial: "Ivan je sjajan domaćin, atmosfera je predivna.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/girl-cafe-reads-something-tablet_1304-5539.jpg"},
|
||||
{
|
||||
name: "Nikola",
|
||||
handle: "@nikola",
|
||||
testimonial: "Autentičan ukus, vratio sam se tri puta!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fashionable-hipster-guy-dressed-denim-shirt-wearing-stylish-glasses_273609-6478.jpg",
|
||||
},
|
||||
name: "Nikola", handle: "@nikola", testimonial: "Autentičan ukus, vratio sam se tri puta!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fashionable-hipster-guy-dressed-denim-shirt-wearing-stylish-glasses_273609-6478.jpg"},
|
||||
{
|
||||
name: "Ana",
|
||||
handle: "@ana_a",
|
||||
testimonial: "Savršeno testo i sveži sastojci, preporuka!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/girl-cafe-reads-something-tablet_1304-5536.jpg",
|
||||
},
|
||||
name: "Ana", handle: "@ana_a", testimonial: "Savršeno testo i sveži sastojci, preporuka!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/girl-cafe-reads-something-tablet_1304-5536.jpg"},
|
||||
{
|
||||
name: "Petar",
|
||||
handle: "@petar_p",
|
||||
testimonial: "Prijatna atmosfera i vrhunski ukus pizze.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-people-working-together-use-laptop_1157-29074.jpg",
|
||||
},
|
||||
name: "Petar", handle: "@petar_p", testimonial: "Prijatna atmosfera i vrhunski ukus pizze.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-people-working-together-use-laptop_1157-29074.jpg"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Pogledaj meni",
|
||||
href: "#menu",
|
||||
},
|
||||
text: "Pogledaj meni", href: "#menu"},
|
||||
{
|
||||
text: "Rezerviši",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Rezerviši", href: "#contact"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/baking-pizza-wood-fired-oven_52683-106697.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/baking-pizza-wood-fired-oven_52683-106697.jpg"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/freshly-baked-pizza-wooden-surface_181624-5783.jpg",
|
||||
alt: "Customer 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/freshly-baked-pizza-wooden-surface_181624-5783.jpg", alt: "Customer 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/baking-pizza-wood-fired-oven_23-2150134280.jpg",
|
||||
alt: "Customer 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/baking-pizza-wood-fired-oven_23-2150134280.jpg", alt: "Customer 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/side-view-slice-pizza-wooden-board_176474-120139.jpg",
|
||||
alt: "Customer 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/side-view-slice-pizza-wooden-board_176474-120139.jpg", alt: "Customer 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/baking-delicious-pizza-with-wood-fired-oven_23-2150134278.jpg",
|
||||
alt: "Customer 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/baking-delicious-pizza-with-wood-fired-oven_23-2150134278.jpg", alt: "Customer 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/homemade-pizza-food-photography-recipe-idea_53876-25016.jpg",
|
||||
alt: "Customer 5",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/homemade-pizza-food-photography-recipe-idea_53876-25016.jpg", alt: "Customer 5"},
|
||||
]}
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Autentična receptura",
|
||||
icon: Pizza,
|
||||
type: "text-icon", text: "Autentična receptura", icon: Pizza,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Peć na drva",
|
||||
icon: Flame,
|
||||
type: "text-icon", text: "Peć na drva", icon: Flame,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Sveže namirnice",
|
||||
icon: Leaf,
|
||||
type: "text-icon", text: "Sveže namirnice", icon: Leaf,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Mediteranski duh",
|
||||
icon: Sun,
|
||||
type: "text-icon", text: "Mediteranski duh", icon: Sun,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Vrhunska usluga",
|
||||
icon: Star,
|
||||
type: "text-icon", text: "Vrhunska usluga", icon: Star,
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -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: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user