Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
@@ -65,35 +65,35 @@ export default function LandingPage() {
|
||||
handle: "@marko",
|
||||
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",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-holding-each-other-s-hand_23-2147891266.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
name: "Jelena P.",
|
||||
handle: "@jelena",
|
||||
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",
|
||||
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.",
|
||||
handle: "@petar",
|
||||
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",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-face-portrait-wearing-suit_53876-148135.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
name: "Ana S.",
|
||||
handle: "@ana",
|
||||
testimonial: "Odličan izbor satova, svaka preporuka!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-with-smart-watch_1301-1696.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-with-smart-watch_1301-1696.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
name: "Milan V.",
|
||||
handle: "@milan",
|
||||
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",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-man-wearing-suit-more-precisely-his-hands-ring-wristwatch_181624-23031.jpg?_wi=1",
|
||||
},
|
||||
]}
|
||||
buttons={[
|
||||
@@ -174,19 +174,19 @@ export default function LandingPage() {
|
||||
id: "1",
|
||||
name: "Daniel Klein DK12134",
|
||||
price: "5.490 RSD",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-stationary-collection-arrangement_23-2149309692.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-stationary-collection-arrangement_23-2149309692.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
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",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-young-businessman-taking-papers-from-bag_1262-6105.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
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",
|
||||
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",
|
||||
@@ -226,7 +226,7 @@ export default function LandingPage() {
|
||||
tags: [
|
||||
"Sigurno",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-stationary-collection-arrangement_23-2149309692.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-stationary-collection-arrangement_23-2149309692.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
@@ -236,7 +236,7 @@ export default function LandingPage() {
|
||||
tags: [
|
||||
"Brzo",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-young-businessman-taking-papers-from-bag_1262-6105.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-young-businessman-taking-papers-from-bag_1262-6105.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "f3",
|
||||
@@ -246,7 +246,7 @@ export default function LandingPage() {
|
||||
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",
|
||||
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"
|
||||
@@ -267,7 +267,7 @@ export default function LandingPage() {
|
||||
role: "Kupac",
|
||||
company: "BG",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-holding-each-other-s-hand_23-2147891266.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-holding-each-other-s-hand_23-2147891266.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
@@ -275,7 +275,7 @@ export default function LandingPage() {
|
||||
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",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-father-s-day-composition-father-s-day-top-view_185193-109524.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
@@ -283,7 +283,7 @@ export default function LandingPage() {
|
||||
role: "Kupac",
|
||||
company: "NI",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-face-portrait-wearing-suit_53876-148135.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-face-portrait-wearing-suit_53876-148135.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
@@ -291,7 +291,7 @@ export default function LandingPage() {
|
||||
role: "Kupac",
|
||||
company: "BG",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-with-smart-watch_1301-1696.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-with-smart-watch_1301-1696.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
@@ -299,7 +299,7 @@ export default function LandingPage() {
|
||||
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",
|
||||
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"
|
||||
|
||||
Reference in New Issue
Block a user