Merge version_1 into main #2
@@ -19,7 +19,7 @@ export default function LandingPage() {
|
||||
borderRadius="pill"
|
||||
contentWidth="mediumLarge"
|
||||
sizing="mediumLargeSizeMediumTitles"
|
||||
background="noiseDiagonalGradient"
|
||||
background="circleGradient"
|
||||
cardStyle="soft-shadow"
|
||||
primaryButtonStyle="double-inset"
|
||||
secondaryButtonStyle="glass"
|
||||
@@ -45,7 +45,7 @@ export default function LandingPage() {
|
||||
description="Tradiční železářství s ochotnou obsluhou a širokým výběrem. Rádi vám poradíme a najdeme správné řešení pro vaše potřeby."
|
||||
tag="Místní obchod s tradicí"
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "noiseDiagonalGradient" }}
|
||||
background={{ variant: "plain" }}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/electric-router-used-cutting-wood-carpentry-studio-panning-shot_482257-94262.jpg"
|
||||
imageAlt="Vnitřek železářství Nosek Karel"
|
||||
buttons={[
|
||||
@@ -69,19 +69,19 @@ export default function LandingPage() {
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Jana Černá", role: "Domácí kuchyňka", company: "Mohelnice", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-handsome-male-smiling_181624-41237.jpg?_wi=1", imageAlt: "Portrait of Jana Cerná"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-handsome-male-smiling_181624-41237.jpg", imageAlt: "Portrait of Jana Cerná"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Petr Novotný", role: "Majitel dílny", company: "Nearby", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-handsome-male-smiling_181624-41237.jpg?_wi=2", imageAlt: "Portrait of Petr Novotný"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-handsome-male-smiling_181624-41237.jpg", imageAlt: "Portrait of Petr Novotný"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Marie Svobodová", role: "Zahradnice", company: "Mohelnice", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-handsome-male-smiling_181624-41237.jpg?_wi=3", imageAlt: "Portrait of Marie Svobodová"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-handsome-male-smiling_181624-41237.jpg", imageAlt: "Portrait of Marie Svobodová"
|
||||
},
|
||||
{
|
||||
id: "4", name: "František Horák", role: "Kutilský nadšenec", company: "Region", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-handsome-male-smiling_181624-41237.jpg?_wi=4", imageAlt: "Portrait of František Horák"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-handsome-male-smiling_181624-41237.jpg", imageAlt: "Portrait of František Horák"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user