Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 1c70c872fd | |||
| 848e34234e | |||
| 1afe8bd59c | |||
| 85b1f18289 |
@@ -100,11 +100,11 @@ export default function LandingPage() {
|
|||||||
rating={5}
|
rating={5}
|
||||||
author="Γιώργος Παπαδόπουλος"
|
author="Γιώργος Παπαδόπουλος"
|
||||||
avatars={[
|
avatars={[
|
||||||
{ src: "http://img.b2bpic.net/free-photo/black-businessman-happy-expression_1194-2727.jpg", alt: "Πελάτης 1" },
|
{ src: "http://img.b2bpic.net/free-photo/people-technology-close-up-shot-happy-face-attractive-bearded-man-sitting-front-laptop-screen-smiling-joyfully-while-messaging-friends-online-via-social-networks_273609-6655.jpg", alt: "Πελάτης 1" },
|
||||||
{ src: "http://img.b2bpic.net/free-photo/black-businessman-happy-expression_1194-2727.jpg", alt: "Πελάτης 2" },
|
{ src: "http://img.b2bpic.net/free-photo/cropped-image-black-woman-with-afro-haircut-uses-mobile-phone-satisfied-poses-outdoor-private-sector-near-her-house_273609-18705.jpg", alt: "Πελάτης 2" },
|
||||||
{ src: "http://img.b2bpic.net/free-photo/black-businessman-happy-expression_1194-2727.jpg", alt: "Πελάτης 3" },
|
{ src: "http://img.b2bpic.net/free-photo/people-positiveness-happiness-concept-glad-smiling-male-teenager-wears-big-spectacles-being-happy_273609-8656.jpg", alt: "Πελάτης 3" },
|
||||||
{ src: "http://img.b2bpic.net/free-photo/black-businessman-happy-expression_1194-2727.jpg", alt: "Πελάτης 4" },
|
{ src: "http://img.b2bpic.net/free-photo/girl-casualwear_1098-13407.jpg", alt: "Πελάτης 4" },
|
||||||
{ src: "http://img.b2bpic.net/free-photo/black-businessman-happy-expression_1194-2727.jpg", alt: "Πελάτης 5" },
|
{ src: "http://img.b2bpic.net/free-photo/smiling-female-staff-airport-terminal_107420-85049.jpg", alt: "Πελάτης 5" },
|
||||||
]}
|
]}
|
||||||
ratingAnimation="blur-reveal"
|
ratingAnimation="blur-reveal"
|
||||||
avatarsAnimation="blur-reveal"
|
avatarsAnimation="blur-reveal"
|
||||||
@@ -123,6 +123,8 @@ export default function LandingPage() {
|
|||||||
textarea={{ name: "message", placeholder: "Περιγράψτε το πρόβλημα της συσκευής σας", rows: 4, required: true }}
|
textarea={{ name: "message", placeholder: "Περιγράψτε το πρόβλημα της συσκευής σας", rows: 4, required: true }}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-refrigerant-manifold-gauges_482257-90522.jpg?_wi=1"
|
imageSrc="http://img.b2bpic.net/free-photo/close-up-refrigerant-manifold-gauges_482257-90522.jpg?_wi=1"
|
||||||
mediaPosition="right"
|
mediaPosition="right"
|
||||||
|
buttonText=""
|
||||||
|
className="hidden-button"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -150,4 +152,4 @@ export default function LandingPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user