Merge version_1 into main #2
@@ -19,7 +19,7 @@ export default function LandingPage() {
|
||||
borderRadius="pill"
|
||||
contentWidth="smallMedium"
|
||||
sizing="mediumLargeSizeLargeTitles"
|
||||
background="noiseDiagonalGradient"
|
||||
background="circleGradient"
|
||||
cardStyle="gradient-bordered"
|
||||
primaryButtonStyle="double-inset"
|
||||
secondaryButtonStyle="layered"
|
||||
@@ -52,7 +52,7 @@ export default function LandingPage() {
|
||||
buttons={[
|
||||
{ text: "Rezervovať termín online", href: "contact" }
|
||||
]}
|
||||
background={{ variant: "noiseDiagonalGradient" }}
|
||||
background={{ variant: "downward-rays-static" }}
|
||||
buttonAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
@@ -132,7 +132,7 @@ export default function LandingPage() {
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Martin Noskovic", role: "Zákazník", company: "Nová Ves pri Dunaji", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=1", imageAlt: "Martin Noskovic"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", imageAlt: "Martin Noskovic"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Ľubomír Matis", role: "Pravidelný Zákazník", company: "Nová Ves pri Dunaji", rating: 5,
|
||||
@@ -140,11 +140,11 @@ export default function LandingPage() {
|
||||
},
|
||||
{
|
||||
id: "3", name: "Pavol Rudinec", role: "Spokojný Klient", company: "Nová Ves pri Dunaji", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=2", imageAlt: "Pavol Rudinec"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", imageAlt: "Pavol Rudinec"
|
||||
},
|
||||
{
|
||||
id: "4", name: "Ján Kováč", role: "Pravidelný Zákazník", company: "Nová Ves pri Dunaji", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=3", imageAlt: "Ján Kováč"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", imageAlt: "Ján Kováč"
|
||||
}
|
||||
]}
|
||||
gridVariant="uniform-all-items-equal"
|
||||
|
||||
Reference in New Issue
Block a user