Update src/app/page.tsx
This commit is contained in:
@@ -8,7 +8,7 @@ import MetricCardSeven from "@/components/sections/metrics/MetricCardSeven";
|
|||||||
import ContactText from "@/components/sections/contact/ContactText";
|
import ContactText from "@/components/sections/contact/ContactText";
|
||||||
import TextSplitAbout from "@/components/sections/about/TextSplitAbout";
|
import TextSplitAbout from "@/components/sections/about/TextSplitAbout";
|
||||||
import FooterSimple from "@/components/sections/footer/FooterSimple";
|
import FooterSimple from "@/components/sections/footer/FooterSimple";
|
||||||
import { Zap } from "lucide-react";
|
import { Zap, Shield } from "lucide-react";
|
||||||
import Link from "next/link";
|
import Link from "next/link";
|
||||||
|
|
||||||
export default function HomePage() {
|
export default function HomePage() {
|
||||||
@@ -21,8 +21,7 @@ export default function HomePage() {
|
|||||||
|
|
||||||
const footerColumns = [
|
const footerColumns = [
|
||||||
{
|
{
|
||||||
title: "Palvelu",
|
title: "Palvelu", items: [
|
||||||
items: [
|
|
||||||
{ label: "Etusivu", href: "/" },
|
{ label: "Etusivu", href: "/" },
|
||||||
{ label: "Palvelut", href: "/palvelut" },
|
{ label: "Palvelut", href: "/palvelut" },
|
||||||
{ label: "Lähetä tarjouspyyntö", href: "/tarjouspyynto" },
|
{ label: "Lähetä tarjouspyyntö", href: "/tarjouspyynto" },
|
||||||
@@ -30,16 +29,14 @@ export default function HomePage() {
|
|||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Tietoa",
|
title: "Tietoa", items: [
|
||||||
items: [
|
|
||||||
{ label: "Yrityksille", href: "/yrityksille" },
|
{ label: "Yrityksille", href: "/yrityksille" },
|
||||||
{ label: "Yhteystiedot", href: "/yhteys" },
|
{ label: "Yhteystiedot", href: "/yhteys" },
|
||||||
{ label: "Usein kysytyt kysymykset", href: "#faq" },
|
{ label: "Usein kysytyt kysymykset", href: "#faq" },
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Oikeudellinen",
|
title: "Oikeudellinen", items: [
|
||||||
items: [
|
|
||||||
{ label: "Tietosuojaseloste", href: "/tietosuoja" },
|
{ label: "Tietosuojaseloste", href: "/tietosuoja" },
|
||||||
{ label: "Käyttöehdot", href: "#" },
|
{ label: "Käyttöehdot", href: "#" },
|
||||||
{ label: "Evästeet", href: "#" },
|
{ label: "Evästeet", href: "#" },
|
||||||
@@ -85,17 +82,11 @@ export default function HomePage() {
|
|||||||
]}
|
]}
|
||||||
mediaItems={[
|
mediaItems={[
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-friends-working-with-computer-laptop-together_53876-30145.jpg",
|
imageSrc: "http://img.b2bpic.net/free-photo/closeup-friends-working-with-computer-laptop-together_53876-30145.jpg", imageAlt: "Tarjouspyyntöalusta"},
|
||||||
imageAlt: "Tarjouspyyntöalusta",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/develop-coding-web-design-coding-web-template_53876-132245.jpg?_wi=1",
|
imageSrc: "http://img.b2bpic.net/free-photo/develop-coding-web-design-coding-web-template_53876-132245.jpg?_wi=1", imageAlt: "Verkkosivut"},
|
||||||
imageAlt: "Verkkosivut",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/electrician-with-tools-working-construction-site-repair-handyman-concept_169016-5889.jpg?_wi=1",
|
imageSrc: "http://img.b2bpic.net/free-photo/electrician-with-tools-working-construction-site-repair-handyman-concept_169016-5889.jpg?_wi=1", imageAlt: "Remontti"},
|
||||||
imageAlt: "Remontti",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
buttonAnimation="slide-up"
|
buttonAnimation="slide-up"
|
||||||
@@ -108,39 +99,19 @@ export default function HomePage() {
|
|||||||
description="Valitse palvelukaavio, jota tarvitset. Tuemme monenlaisia palveluja yrityksille ja yksityisille henkilöille."
|
description="Valitse palvelukaavio, jota tarvitset. Tuemme monenlaisia palveluja yrityksille ja yksityisille henkilöille."
|
||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
title: "Remontti",
|
title: "Remontti", description: "Kotiremontit, kunnostustyöt ja rakennuspalvelut", imageSrc: "http://img.b2bpic.net/free-photo/electrician-with-tools-working-construction-site-repair-handyman-concept_169016-5889.jpg?_wi=2", imageAlt: "Remontti", button: { text: "Pyydä tarjous", href: "/tarjouspyynto" },
|
||||||
description: "Kotiremontit, kunnostustyöt ja rakennuspalvelut",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/electrician-with-tools-working-construction-site-repair-handyman-concept_169016-5889.jpg?_wi=2",
|
|
||||||
imageAlt: "Remontti",
|
|
||||||
button: { text: "Pyydä tarjous", href: "/tarjouspyynto" },
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Verkkosivut",
|
title: "Verkkosivut", description: "Webdesign, kehitys ja digitaalisen läsnäolon palvelut", imageSrc: "http://img.b2bpic.net/free-photo/develop-coding-web-design-coding-web-template_53876-132245.jpg?_wi=2", imageAlt: "Verkkosivut", button: { text: "Pyydä tarjous", href: "/tarjouspyynto" },
|
||||||
description: "Webdesign, kehitys ja digitaalisen läsnäolon palvelut",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/develop-coding-web-design-coding-web-template_53876-132245.jpg?_wi=2",
|
|
||||||
imageAlt: "Verkkosivut",
|
|
||||||
button: { text: "Pyydä tarjous", href: "/tarjouspyynto" },
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Siivous",
|
title: "Siivous", description: "Siivouspalvelut kotiin ja liikkeisiin", imageSrc: "http://img.b2bpic.net/free-photo/blonde-woman-protective-gloves-with-rag-cleaning-electric-stove-home-kitchen-girl-washing-black-shiny-surface-kitchen-top-concept-housework_639032-2675.jpg?_wi=1", imageAlt: "Siivous", button: { text: "Pyydä tarjous", href: "/tarjouspyynto" },
|
||||||
description: "Siivouspalvelut kotiin ja liikkeisiin",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/blonde-woman-protective-gloves-with-rag-cleaning-electric-stove-home-kitchen-girl-washing-black-shiny-surface-kitchen-top-concept-housework_639032-2675.jpg?_wi=1",
|
|
||||||
imageAlt: "Siivous",
|
|
||||||
button: { text: "Pyydä tarjous", href: "/tarjouspyynto" },
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Muutto",
|
title: "Muutto", description: "Muutto- ja kuljetuspalvelut", imageSrc: "http://img.b2bpic.net/free-photo/no-people-living-room-interior-move-with-carton-boxes-empty-real-estate-property-full-cardboard-packing-storage-cargo-nobody-apartment-relocation-moving-day_482257-44294.jpg", imageAlt: "Muutto", button: { text: "Pyydä tarjous", href: "/tarjouspyynto" },
|
||||||
description: "Muutto- ja kuljetuspalvelut",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/no-people-living-room-interior-move-with-carton-boxes-empty-real-estate-property-full-cardboard-packing-storage-cargo-nobody-apartment-relocation-moving-day_482257-44294.jpg",
|
|
||||||
imageAlt: "Muutto",
|
|
||||||
button: { text: "Pyydä tarjous", href: "/tarjouspyynto" },
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Muu palvelu",
|
title: "Muu palvelu", description: "Muut palvelut, joita et löydä yllä olevista kategorioista", imageSrc: "http://img.b2bpic.net/free-photo/electrician-with-tools-working-construction-site-repair-handyman-concept_169016-5889.jpg?_wi=3", imageAlt: "Muu palvelu", button: { text: "Pyydä tarjous", href: "/tarjouspyynto" },
|
||||||
description: "Muut palvelut, joita et löydä yllä olevista kategorioista",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/electrician-with-tools-working-construction-site-repair-handyman-concept_169016-5889.jpg?_wi=3",
|
|
||||||
imageAlt: "Muu palvelu",
|
|
||||||
button: { text: "Pyydä tarjous", href: "/tarjouspyynto" },
|
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
gridVariant="two-columns-alternating-heights"
|
gridVariant="two-columns-alternating-heights"
|
||||||
@@ -148,6 +119,7 @@ export default function HomePage() {
|
|||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
tag="Palvelut"
|
tag="Palvelut"
|
||||||
|
tagIcon={Shield}
|
||||||
tagAnimation="slide-up"
|
tagAnimation="slide-up"
|
||||||
buttonAnimation="slide-up"
|
buttonAnimation="slide-up"
|
||||||
/>
|
/>
|
||||||
@@ -159,34 +131,16 @@ export default function HomePage() {
|
|||||||
description="Kolme yksinkertaista vaihetta tarjouspyynnöstä tuoreeseen tarjoukseen."
|
description="Kolme yksinkertaista vaihetta tarjouspyynnöstä tuoreeseen tarjoukseen."
|
||||||
metrics={[
|
metrics={[
|
||||||
{
|
{
|
||||||
id: "1",
|
id: "1", value: "1", title: "Rekisteröidy ja kirjaudu", items: [
|
||||||
value: "1",
|
"Luo tili sähköpostilla", "Aseta turvallinen salasana", "Aloita heti käyttö"],
|
||||||
title: "Rekisteröidy ja kirjaudu",
|
|
||||||
items: [
|
|
||||||
"Luo tili sähköpostilla",
|
|
||||||
"Aseta turvallinen salasana",
|
|
||||||
"Aloita heti käyttö",
|
|
||||||
],
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "2",
|
id: "2", value: "2", title: "Lähetä tarjouspyyntö", items: [
|
||||||
value: "2",
|
"Valitse palvelukaavio", "Täytä vaaditut tiedot", "Liitä yksityiskohdat"],
|
||||||
title: "Lähetä tarjouspyyntö",
|
|
||||||
items: [
|
|
||||||
"Valitse palvelukaavio",
|
|
||||||
"Täytä vaaditut tiedot",
|
|
||||||
"Liitä yksityiskohdat",
|
|
||||||
],
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "3",
|
id: "3", value: "3", title: "Seuraa ja vertaile", items: [
|
||||||
value: "3",
|
"Katso tarjouspyynnön statusta", "Vastaanota tarjouksia", "Valitse paras vaihtoehto"],
|
||||||
title: "Seuraa ja vertaile",
|
|
||||||
items: [
|
|
||||||
"Katso tarjouspyynnön statusta",
|
|
||||||
"Vastaanota tarjouksia",
|
|
||||||
"Valitse paras vaihtoehto",
|
|
||||||
],
|
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
@@ -215,10 +169,7 @@ export default function HomePage() {
|
|||||||
<TextSplitAbout
|
<TextSplitAbout
|
||||||
title="Yrityksille"
|
title="Yrityksille"
|
||||||
description={[
|
description={[
|
||||||
"Oletko palveluntarjoaja, joka haluaa tavoittaa uusia asiakkaita? Alustamme yhdistää sinut potentiaalisiin asiakkaisiin, jotka aktiivisesti etsivät palveluitasi.",
|
"Oletko palveluntarjoaja, joka haluaa tavoittaa uusia asiakkaita? Alustamme yhdistää sinut potentiaalisiin asiakkaisiin, jotka aktiivisesti etsivät palveluitasi.", "Rekisteröidyt yritykset voivat selata saapuvia tarjouspyyntöjä, lähettää kilpailukykyisiä tarjouksia ja kasvattaa liiketoimintaansa.", "Ota yhteyttä saadaksesi lisää tietoa yritysten jäsenyyspaketin ominaisuuksista ja eduista."]}
|
||||||
"Rekisteröidyt yritykset voivat selata saapuvia tarjouspyyntöjä, lähettää kilpailukykyisiä tarjouksia ja kasvattaa liiketoimintaansa.",
|
|
||||||
"Ota yhteyttä saadaksesi lisää tietoa yritysten jäsenyyspaketin ominaisuuksista ja eduista.",
|
|
||||||
]}
|
|
||||||
buttons={[{ text: "Ota yhteyttä", href: "/yhteys" }]}
|
buttons={[{ text: "Ota yhteyttä", href: "/yhteys" }]}
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
showBorder={true}
|
showBorder={true}
|
||||||
|
|||||||
Reference in New Issue
Block a user