Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| c27e62bc6b | |||
| f6091e0c4a | |||
| fd91736cf6 |
244
src/app/page.tsx
244
src/app/page.tsx
@@ -31,21 +31,13 @@ export default function LandingPage() {
|
|||||||
<NavbarStyleCentered
|
<NavbarStyleCentered
|
||||||
navItems={[
|
navItems={[
|
||||||
{
|
{
|
||||||
name: "Početna",
|
name: "Početna", id: "hero"},
|
||||||
id: "hero",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Ponuda",
|
name: "Ponuda", id: "products"},
|
||||||
id: "products",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "O nama",
|
name: "O nama", id: "about"},
|
||||||
id: "about",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Kontakt",
|
name: "Kontakt", id: "contact"},
|
||||||
id: "contact",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
brandName="Original Satovi"
|
brandName="Original Satovi"
|
||||||
/>
|
/>
|
||||||
@@ -55,97 +47,54 @@ export default function LandingPage() {
|
|||||||
<HeroBillboardTestimonial
|
<HeroBillboardTestimonial
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
background={{
|
background={{
|
||||||
variant: "sparkles-gradient",
|
variant: "sparkles-gradient"}}
|
||||||
}}
|
|
||||||
title="ORIGINAL SATOVI"
|
title="ORIGINAL SATOVI"
|
||||||
description="Luksuz koji nosiš svaki dan. 100% originalni modeli, garancija 2 godine, plaćanje pouzećem."
|
description="Luksuz koji nosiš svaki dan. 100% originalni modeli, garancija 2 godine, plaćanje pouzećem."
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
name: "Marko I.",
|
name: "Marko I.", handle: "@marko", testimonial: "Sat stigao za 2 dana, kvalitet top!", rating: 5,
|
||||||
handle: "@marko",
|
imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-holding-each-other-s-hand_23-2147891266.jpg?_wi=1"},
|
||||||
testimonial: "Sat stigao za 2 dana, kvalitet top!",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-holding-each-other-s-hand_23-2147891266.jpg?_wi=1",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Jelena P.",
|
name: "Jelena P.", handle: "@jelena", testimonial: "Isti kao na slici, prezadovoljan!", rating: 5,
|
||||||
handle: "@jelena",
|
imageSrc: "http://img.b2bpic.net/free-photo/happy-father-s-day-composition-father-s-day-top-view_185193-109524.jpg?_wi=1"},
|
||||||
testimonial: "Isti kao na slici, prezadovoljan!",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-father-s-day-composition-father-s-day-top-view_185193-109524.jpg?_wi=1",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Petar M.",
|
name: "Petar M.", handle: "@petar", testimonial: "Naručio sam 2 puta, sve preporuke.", rating: 5,
|
||||||
handle: "@petar",
|
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-face-portrait-wearing-suit_53876-148135.jpg?_wi=1"},
|
||||||
testimonial: "Naručio sam 2 puta, sve preporuke.",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-face-portrait-wearing-suit_53876-148135.jpg?_wi=1",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Ana S.",
|
name: "Ana S.", handle: "@ana", testimonial: "Odličan izbor satova, svaka preporuka!", rating: 5,
|
||||||
handle: "@ana",
|
imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-with-smart-watch_1301-1696.jpg?_wi=1"},
|
||||||
testimonial: "Odličan izbor satova, svaka preporuka!",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-with-smart-watch_1301-1696.jpg?_wi=1",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Milan V.",
|
name: "Milan V.", handle: "@milan", testimonial: "Profesionalna usluga, sat je prelep.", rating: 5,
|
||||||
handle: "@milan",
|
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-man-wearing-suit-more-precisely-his-hands-ring-wristwatch_181624-23031.jpg?_wi=1"},
|
||||||
testimonial: "Profesionalna usluga, sat je prelep.",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-man-wearing-suit-more-precisely-his-hands-ring-wristwatch_181624-23031.jpg?_wi=1",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Pogledaj ponudu",
|
text: "Pogledaj ponudu", href: "#products"},
|
||||||
href: "#products",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/golden-cufflings-wedding-rings-watch-lie-wooden-table_8353-405.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/golden-cufflings-wedding-rings-watch-lie-wooden-table_8353-405.jpg"
|
||||||
avatars={[
|
avatars={[
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/happy-couple-holding-each-other-s-hand_23-2147891266.jpg",
|
src: "http://img.b2bpic.net/free-photo/happy-couple-holding-each-other-s-hand_23-2147891266.jpg", alt: "Marko"},
|
||||||
alt: "Marko",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/happy-father-s-day-composition-father-s-day-top-view_185193-109524.jpg",
|
src: "http://img.b2bpic.net/free-photo/happy-father-s-day-composition-father-s-day-top-view_185193-109524.jpg", alt: "Jelena"},
|
||||||
alt: "Jelena",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/smiling-businessman-face-portrait-wearing-suit_53876-148135.jpg",
|
src: "http://img.b2bpic.net/free-photo/smiling-businessman-face-portrait-wearing-suit_53876-148135.jpg", alt: "Petar"},
|
||||||
alt: "Petar",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/smiling-woman-with-smart-watch_1301-1696.jpg",
|
src: "http://img.b2bpic.net/free-photo/smiling-woman-with-smart-watch_1301-1696.jpg", alt: "Ana"},
|
||||||
alt: "Ana",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/closeup-shot-man-wearing-suit-more-precisely-his-hands-ring-wristwatch_181624-23031.jpg",
|
src: "http://img.b2bpic.net/free-photo/closeup-shot-man-wearing-suit-more-precisely-his-hands-ring-wristwatch_181624-23031.jpg", alt: "Milan"},
|
||||||
alt: "Milan",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
marqueeItems={[
|
marqueeItems={[
|
||||||
{
|
{
|
||||||
type: "text",
|
type: "text", text: "100% Original"},
|
||||||
text: "100% Original",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
type: "text",
|
type: "text", text: "Garancija 2 godine"},
|
||||||
text: "Garancija 2 godine",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
type: "text",
|
type: "text", text: "Besplatna dostava"},
|
||||||
text: "Besplatna dostava",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
type: "text",
|
type: "text", text: "Plaćanje pouzećem"},
|
||||||
text: "Plaćanje pouzećem",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
type: "text",
|
type: "text", text: "Premium kvalitet"},
|
||||||
text: "Premium kvalitet",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -171,41 +120,18 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
products={[
|
products={[
|
||||||
{
|
{
|
||||||
id: "1",
|
id: "model3", name: "Model 3 Watch", price: "19.990 RSD", imageSrc: "https://originalsatovi.com/wp-content/uploads/2023/10/model3-watch.jpg", imageAlt: "Model 3"
|
||||||
name: "Daniel Klein DK12134",
|
|
||||||
price: "5.490 RSD",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-stationary-collection-arrangement_23-2149309692.jpg?_wi=1",
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "2",
|
id: "1", name: "Daniel Klein DK12134", price: "5.490 RSD", imageSrc: "http://img.b2bpic.net/free-photo/modern-stationary-collection-arrangement_23-2149309692.jpg?_wi=1"},
|
||||||
name: "Casio Edifice",
|
|
||||||
price: "12.990 RSD",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-young-businessman-taking-papers-from-bag_1262-6105.jpg?_wi=1",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "3",
|
id: "2", name: "Casio Edifice", price: "12.990 RSD", imageSrc: "http://img.b2bpic.net/free-photo/handsome-young-businessman-taking-papers-from-bag_1262-6105.jpg?_wi=1"},
|
||||||
name: "Fossil Grant",
|
|
||||||
price: "17.990 RSD",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/fashion-portrait-young-businessman-handsome-model-man-casual-cloth-suit-with-accessories-hands_158538-9455.jpg?_wi=1",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "4",
|
id: "3", name: "Fossil Grant", price: "17.990 RSD", imageSrc: "http://img.b2bpic.net/free-photo/fashion-portrait-young-businessman-handsome-model-man-casual-cloth-suit-with-accessories-hands_158538-9455.jpg?_wi=1"},
|
||||||
name: "Seiko 5 Sports",
|
|
||||||
price: "39.990 RSD",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/businessman-rides-his-car-moves-wheel-hand-with-watch_146671-18643.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "5",
|
id: "4", name: "Seiko 5 Sports", price: "39.990 RSD", imageSrc: "http://img.b2bpic.net/free-photo/businessman-rides-his-car-moves-wheel-hand-with-watch_146671-18643.jpg"},
|
||||||
name: "Michael Kors Lexington",
|
|
||||||
price: "24.990 RSD",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-golden-watch-white-surface_181624-27078.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "6",
|
id: "5", name: "Michael Kors Lexington", price: "24.990 RSD", imageSrc: "http://img.b2bpic.net/free-photo/stylish-golden-watch-white-surface_181624-27078.jpg"}
|
||||||
name: "Classic Selection",
|
|
||||||
price: "15.990 RSD",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/watch-black-box-bow-tie-lie-white-windowsill_8353-687.jpg",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Najprodavaniji modeli"
|
title="Najprodavaniji modeli"
|
||||||
description="Pronađite svoj savršen sat."
|
description="Pronađite svoj savršen sat."
|
||||||
@@ -219,35 +145,17 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
id: "f1",
|
id: "f1", title: "100% ORIGINAL SATOVI", author: "Garancija", description: "Svi modeli su provereni i originalni.", tags: [
|
||||||
title: "100% ORIGINAL SATOVI",
|
"Sigurno"],
|
||||||
author: "Garancija",
|
imageSrc: "http://img.b2bpic.net/free-photo/modern-stationary-collection-arrangement_23-2149309692.jpg?_wi=2"},
|
||||||
description: "Svi modeli su provereni i originalni.",
|
|
||||||
tags: [
|
|
||||||
"Sigurno",
|
|
||||||
],
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-stationary-collection-arrangement_23-2149309692.jpg?_wi=2",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "f2",
|
id: "f2", title: "Brza dostava", author: "1-3 dana", description: "Dostava na teritoriji cele Srbije.", tags: [
|
||||||
title: "Brza dostava",
|
"Brzo"],
|
||||||
author: "1-3 dana",
|
imageSrc: "http://img.b2bpic.net/free-photo/handsome-young-businessman-taking-papers-from-bag_1262-6105.jpg?_wi=2"},
|
||||||
description: "Dostava na teritoriji cele Srbije.",
|
|
||||||
tags: [
|
|
||||||
"Brzo",
|
|
||||||
],
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-young-businessman-taking-papers-from-bag_1262-6105.jpg?_wi=2",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "f3",
|
id: "f3", title: "Sigurna kupovina", author: "Pouzećem", description: "Plaćanje prilikom preuzimanja.", tags: [
|
||||||
title: "Sigurna kupovina",
|
"Poverenje"],
|
||||||
author: "Pouzećem",
|
imageSrc: "http://img.b2bpic.net/free-photo/fashion-portrait-young-businessman-handsome-model-man-casual-cloth-suit-with-accessories-hands_158538-9455.jpg?_wi=2"},
|
||||||
description: "Plaćanje prilikom preuzimanja.",
|
|
||||||
tags: [
|
|
||||||
"Poverenje",
|
|
||||||
],
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/fashion-portrait-young-businessman-handsome-model-man-casual-cloth-suit-with-accessories-hands_158538-9455.jpg?_wi=2",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Zašto izabrati nas"
|
title="Zašto izabrati nas"
|
||||||
description="Premium iskustvo kupovine."
|
description="Premium iskustvo kupovine."
|
||||||
@@ -262,45 +170,20 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
id: "1",
|
id: "1", name: "Marko I.", role: "Kupac", company: "BG", rating: 5,
|
||||||
name: "Marko I.",
|
imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-holding-each-other-s-hand_23-2147891266.jpg?_wi=2"},
|
||||||
role: "Kupac",
|
|
||||||
company: "BG",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-holding-each-other-s-hand_23-2147891266.jpg?_wi=2",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "2",
|
id: "2", name: "Jelena P.", role: "Kupac", company: "NS", rating: 5,
|
||||||
name: "Jelena P.",
|
imageSrc: "http://img.b2bpic.net/free-photo/happy-father-s-day-composition-father-s-day-top-view_185193-109524.jpg?_wi=2"},
|
||||||
role: "Kupac",
|
|
||||||
company: "NS",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-father-s-day-composition-father-s-day-top-view_185193-109524.jpg?_wi=2",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "3",
|
id: "3", name: "Petar M.", role: "Kupac", company: "NI", rating: 5,
|
||||||
name: "Petar M.",
|
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-face-portrait-wearing-suit_53876-148135.jpg?_wi=2"},
|
||||||
role: "Kupac",
|
|
||||||
company: "NI",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-face-portrait-wearing-suit_53876-148135.jpg?_wi=2",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "4",
|
id: "4", name: "Ana S.", role: "Kupac", company: "BG", rating: 5,
|
||||||
name: "Ana S.",
|
imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-with-smart-watch_1301-1696.jpg?_wi=2"},
|
||||||
role: "Kupac",
|
|
||||||
company: "BG",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-with-smart-watch_1301-1696.jpg?_wi=2",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "5",
|
id: "5", name: "Milan V.", role: "Kupac", company: "KG", rating: 5,
|
||||||
name: "Milan V.",
|
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-man-wearing-suit-more-precisely-his-hands-ring-wristwatch_181624-23031.jpg?_wi=2"},
|
||||||
role: "Kupac",
|
|
||||||
company: "KG",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-man-wearing-suit-more-precisely-his-hands-ring-wristwatch_181624-23031.jpg?_wi=2",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Šta kažu kupci"
|
title="Šta kažu kupci"
|
||||||
description="Vaše poverenje je naš prioritet."
|
description="Vaše poverenje je naš prioritet."
|
||||||
@@ -311,8 +194,7 @@ export default function LandingPage() {
|
|||||||
<ContactSplit
|
<ContactSplit
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
background={{
|
background={{
|
||||||
variant: "plain",
|
variant: "plain"}}
|
||||||
}}
|
|
||||||
tag="Kontaktirajte nas"
|
tag="Kontaktirajte nas"
|
||||||
title="Poruči odmah"
|
title="Poruči odmah"
|
||||||
description="Dostava na teritoriji cele Srbije. Plaćanje pouzećem."
|
description="Dostava na teritoriji cele Srbije. Plaćanje pouzećem."
|
||||||
@@ -327,29 +209,19 @@ export default function LandingPage() {
|
|||||||
logoText="Original Satovi"
|
logoText="Original Satovi"
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{
|
||||||
title: "Info",
|
title: "Info", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "O nama",
|
label: "O nama", href: "#about"},
|
||||||
href: "#about",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Ponuda",
|
label: "Ponuda", href: "#products"},
|
||||||
href: "#products",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Podrška",
|
title: "Podrška", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "Dostava",
|
label: "Dostava", href: "#contact"},
|
||||||
href: "#contact",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Kontakt",
|
label: "Kontakt", href: "#contact"},
|
||||||
href: "#contact",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
|
|||||||
Reference in New Issue
Block a user