Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 366b015da9 | |||
| c503f4bb78 | |||
| 650769f63a | |||
| 1d0e140c39 | |||
| 1eea369bbb |
@@ -123,7 +123,7 @@ export default function LandingPage() {
|
||||
{
|
||||
id: "3", name: "Mark Jansen", imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-using-tablet-celebrating-success-outdoor-cafe_1262-18867.jpg"},
|
||||
]}
|
||||
cardTitle="Wat klanten zeggen"
|
||||
cardTitle="What customers say "
|
||||
cardTag="Reviews"
|
||||
cardAnimation="slide-up"
|
||||
/>
|
||||
@@ -136,17 +136,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1", title: "Tevreden Klanten", value: "5.000+", icon: Users,
|
||||
id: "m1", title: "Tevreden Klanten", value: "2.000+", icon: Users,
|
||||
},
|
||||
{
|
||||
id: "m2", title: "Producten", value: "500+", icon: ShoppingBag,
|
||||
id: "m2", title: "Producten", value: "50+", icon: ShoppingBag,
|
||||
},
|
||||
{
|
||||
id: "m3", title: "Landelijk Verzonden", value: "100%", icon: Truck,
|
||||
id: "m3", title: "Landelijk Verzonden", value: "70%", icon: Truck,
|
||||
},
|
||||
]}
|
||||
title="ST in Cijfers"
|
||||
description="Onze groei en impact op de markt."
|
||||
title="ST"
|
||||
description="The growth of our market. "
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -163,7 +163,7 @@ export default function LandingPage() {
|
||||
id: "f3", title: "Are the products real? ", content: "Wij verkopen uitsluitend nieuwe kwalitatieve producten."},
|
||||
]}
|
||||
title="Most ask questions. "
|
||||
description="Heb je een vraag over onze werkwijze?"
|
||||
description="Here they are. "
|
||||
faqsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
@@ -175,7 +175,7 @@ export default function LandingPage() {
|
||||
variant: "plain"}}
|
||||
tag="Contact"
|
||||
title="Do you have questions? "
|
||||
description="Neem contact op met het team van ST. Wij staan klaar om je te helpen."
|
||||
description="Contact us in this email."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/student-desk-with-computer-books-notepads-table_169016-49023.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
|
||||
@@ -10,10 +10,10 @@
|
||||
--accent: #ffffff;
|
||||
--background-accent: #ffffff; */
|
||||
|
||||
--background: #ffa1a1;
|
||||
--background: #be9292;
|
||||
--card: #0c0c0c;
|
||||
--foreground: #ffffff;
|
||||
--primary-cta: #106EFB;
|
||||
--primary-cta: #ff0000;
|
||||
--primary-cta-text: #ffffff;
|
||||
--secondary-cta: #000000;
|
||||
--secondary-cta-text: #ffffff;
|
||||
|
||||
Reference in New Issue
Block a user