Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
@@ -20,7 +20,7 @@ export default function LandingPage() {
|
|||||||
borderRadius="pill"
|
borderRadius="pill"
|
||||||
contentWidth="mediumSmall"
|
contentWidth="mediumSmall"
|
||||||
sizing="largeSmallSizeLargeTitles"
|
sizing="largeSmallSizeLargeTitles"
|
||||||
background="aurora"
|
background="circleGradient"
|
||||||
cardStyle="outline"
|
cardStyle="outline"
|
||||||
primaryButtonStyle="primary-glow"
|
primaryButtonStyle="primary-glow"
|
||||||
secondaryButtonStyle="solid"
|
secondaryButtonStyle="solid"
|
||||||
@@ -49,7 +49,7 @@ export default function LandingPage() {
|
|||||||
{ text: "Sună acum", href: "tel:+40XXX-XXXXXX" },
|
{ text: "Sună acum", href: "tel:+40XXX-XXXXXX" },
|
||||||
{ text: "Cere ofertă" }
|
{ text: "Cere ofertă" }
|
||||||
]}
|
]}
|
||||||
background={{ variant: "aurora" }}
|
background={{ variant: "plain" }}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/handsome-carpenter-working-with-wood_1157-26131.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/handsome-carpenter-working-with-wood_1157-26131.jpg"
|
||||||
imageAlt="Profesionist în tâmplărie la lucru"
|
imageAlt="Profesionist în tâmplărie la lucru"
|
||||||
frameStyle="card"
|
frameStyle="card"
|
||||||
@@ -102,7 +102,7 @@ export default function LandingPage() {
|
|||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
gridVariant="three-columns-all-equal-width"
|
gridVariant="uniform-all-items-equal"
|
||||||
products={[
|
products={[
|
||||||
{
|
{
|
||||||
id: "1", brand: "Guardian", name: "Mobilier personalizat", price: "Ofertă la solicitare", rating: 5,
|
id: "1", brand: "Guardian", name: "Mobilier personalizat", price: "Ofertă la solicitare", rating: 5,
|
||||||
@@ -128,7 +128,7 @@ export default function LandingPage() {
|
|||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
gridVariant="three-columns-all-equal-width"
|
gridVariant="uniform-all-items-equal"
|
||||||
metrics={[
|
metrics={[
|
||||||
{
|
{
|
||||||
id: "1", value: "6+", description: "Ani de activitate"
|
id: "1", value: "6+", description: "Ani de activitate"
|
||||||
@@ -154,20 +154,16 @@ export default function LandingPage() {
|
|||||||
gridVariant="uniform-all-items-equal"
|
gridVariant="uniform-all-items-equal"
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
id: "1", name: "Ion Popescu", role: "Proprietar casă", company: "Minieri, Prahova", rating: 5,
|
id: "1", name: "Ion Popescu", role: "Proprietar casă", company: "Minieri, Prahova", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", imageAlt: "Ion Popescu"
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=1", imageAlt: "Ion Popescu"
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "2", name: "Maria Gheorghe", role: "Proprietar apartament", company: "Filipeștii de Pădure", rating: 5,
|
id: "2", name: "Maria Gheorghe", role: "Proprietar apartament", company: "Filipeștii de Pădure", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg", imageAlt: "Maria Gheorghe"
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg?_wi=1", imageAlt: "Maria Gheorghe"
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "3", name: "Vasile Dumitru", role: "Dezvoltator mic", company: "Județul Prahova", rating: 5,
|
id: "3", name: "Vasile Dumitru", role: "Dezvoltator mic", company: "Județul Prahova", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", imageAlt: "Vasile Dumitru"
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=2", imageAlt: "Vasile Dumitru"
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "4", name: "Cristina Ionescu", role: "Proprietar birou", company: "Prahova", rating: 5,
|
id: "4", name: "Cristina Ionescu", role: "Proprietar birou", company: "Prahova", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg", imageAlt: "Cristina Ionescu"
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg?_wi=2", imageAlt: "Cristina Ionescu"
|
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user