Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 55ad1fd1b6 | |||
| a3ae0c4166 | |||
| 631bd6676d |
140
src/app/page.tsx
140
src/app/page.tsx
@@ -32,21 +32,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Hem",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Hem", id: "hero"},
|
||||
{
|
||||
name: "Om Oss",
|
||||
id: "about",
|
||||
},
|
||||
name: "Om Oss", id: "about"},
|
||||
{
|
||||
name: "Tjänster",
|
||||
id: "features",
|
||||
},
|
||||
name: "Tjänster", id: "features"},
|
||||
{
|
||||
name: "Kontakt",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Kontakt", id: "contact"},
|
||||
]}
|
||||
brandName="Lindkvist Services AB"
|
||||
/>
|
||||
@@ -55,19 +47,14 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroLogoBillboard
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
logoText="Lindkvist Services AB"
|
||||
description="Vi skapar högkonverterande hemsidor som hjälper lokala företag i Blekinge att växa digitalt."
|
||||
buttons={[
|
||||
{
|
||||
text: "Boka konsultation",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Boka konsultation", href: "#contact"},
|
||||
{
|
||||
text: "Se våra tjänster",
|
||||
href: "#features",
|
||||
},
|
||||
text: "Se våra tjänster", href: "#features"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/programmers-data-center-using-mockup-laptop-inspecting-server-rigs_482257-122526.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -79,14 +66,9 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "Professionella lösningar för lokala företag",
|
||||
},
|
||||
type: "text", content: "Professionella lösningar för lokala företag"},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/businessman-wearing-glasses-using-digital-tablet_329181-740.jpg",
|
||||
alt: "Om Lindkvist Services",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/businessman-wearing-glasses-using-digital-tablet_329181-740.jpg", alt: "Om Lindkvist Services"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -98,26 +80,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Snabba laddningstider",
|
||||
description: "Vi optimerar varje hemsida för blixtsnabb prestanda.",
|
||||
tag: "Hastighet",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/ecology-fresh-lush-natural-nature_53876-133745.jpg",
|
||||
},
|
||||
id: "f1", title: "Snabba laddningstider", description: "Vi optimerar varje hemsida för blixtsnabb prestanda.", tag: "Hastighet", imageSrc: "http://img.b2bpic.net/free-photo/ecology-fresh-lush-natural-nature_53876-133745.jpg"},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Mobilanpassning",
|
||||
description: "Hemsidor som ser perfekta ut på alla skärmstorlekar.",
|
||||
tag: "Responsiv",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/illustration-coffee-cup-decoration-cafe-commercial-laptop_53876-147688.jpg",
|
||||
},
|
||||
id: "f2", title: "Mobilanpassning", description: "Hemsidor som ser perfekta ut på alla skärmstorlekar.", tag: "Responsiv", imageSrc: "http://img.b2bpic.net/free-photo/illustration-coffee-cup-decoration-cafe-commercial-laptop_53876-147688.jpg"},
|
||||
{
|
||||
id: "f3",
|
||||
title: "SEO-optimering",
|
||||
description: "Vi ser till att kunderna hittar er på Google.",
|
||||
tag: "Synlighet",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/back-view-woman-looking-laptop-mock-up_23-2148304858.jpg",
|
||||
},
|
||||
id: "f3", title: "SEO-optimering", description: "Vi ser till att kunderna hittar er på Google.", tag: "Synlighet", imageSrc: "http://img.b2bpic.net/free-photo/back-view-woman-looking-laptop-mock-up_23-2148304858.jpg"},
|
||||
]}
|
||||
title="Varför välja oss?"
|
||||
description="Vi fokuserar på resultat och användarvänlighet."
|
||||
@@ -132,20 +99,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "100%",
|
||||
description: "Nöjda kunder",
|
||||
},
|
||||
id: "m1", value: "100%", description: "Nöjda kunder"},
|
||||
{
|
||||
id: "m2",
|
||||
value: "5x",
|
||||
description: "Snabbare laddning",
|
||||
},
|
||||
id: "m2", value: "5x", description: "Snabbare laddning"},
|
||||
{
|
||||
id: "m3",
|
||||
value: "24/7",
|
||||
description: "Support redo",
|
||||
},
|
||||
id: "m3", value: "24/7", description: "Support redo"},
|
||||
]}
|
||||
title="Vårt fokus"
|
||||
description="Drivs av data och resultat."
|
||||
@@ -159,40 +117,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Erik Larsson",
|
||||
role: "Butiksägare",
|
||||
testimonial: "Fantastisk service och en hemsida som verkligen levererar kunder!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-using-touchpad-while-relaxing-staircase-looking-camera_637285-10976.jpg",
|
||||
},
|
||||
id: "t1", name: "Erik Larsson", role: "Butiksägare", testimonial: "Fantastisk service och en hemsida som verkligen levererar kunder!", imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-using-touchpad-while-relaxing-staircase-looking-camera_637285-10976.jpg"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Sofia Lind",
|
||||
role: "Fastighetsmäklare",
|
||||
testimonial: "Lindkvist Services gjorde vår digitala närvaro komplett.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-senior-man-pointing-laptop-video-conference_482257-4945.jpg",
|
||||
},
|
||||
id: "t2", name: "Sofia Lind", role: "Fastighetsmäklare", testimonial: "Lindkvist Services gjorde vår digitala närvaro komplett.", imageSrc: "http://img.b2bpic.net/free-photo/happy-senior-man-pointing-laptop-video-conference_482257-4945.jpg"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Jonas Berg",
|
||||
role: "Restauratör",
|
||||
testimonial: "Smidig process och professionellt resultat.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-hangout-together-coffee-shop_53876-15994.jpg",
|
||||
},
|
||||
id: "t3", name: "Jonas Berg", role: "Restauratör", testimonial: "Smidig process och professionellt resultat.", imageSrc: "http://img.b2bpic.net/free-photo/people-hangout-together-coffee-shop_53876-15994.jpg"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Maria Åker",
|
||||
role: "Företagare",
|
||||
testimonial: "Proffsigt bemötande och snabb leverans.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businessman-with-clipboard-smiling-camera_482257-121165.jpg",
|
||||
},
|
||||
id: "t4", name: "Maria Åker", role: "Företagare", testimonial: "Proffsigt bemötande och snabb leverans.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Dp0GhLJI1SMPECh4CaNcFb9isR/uploaded-1778965042170-2qnmep4m.jpg"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Peter Ek",
|
||||
role: "Hantverkare",
|
||||
testimonial: "Hemsidan har ökat våra bokningar markant!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/multiethnic-group-coworkers-analyzing-business-charts-infographics-data-laptop-software-people-doing-teamwork-collaboration-create-paper-reviews-professional-report-close-up_482257-48646.jpg",
|
||||
},
|
||||
id: "t5", name: "Peter Ek", role: "Hantverkare", testimonial: "Hemsidan har ökat våra bokningar markant!", imageSrc: "http://img.b2bpic.net/free-photo/multiethnic-group-coworkers-analyzing-business-charts-infographics-data-laptop-software-people-doing-teamwork-collaboration-create-paper-reviews-professional-report-close-up_482257-48646.jpg"},
|
||||
]}
|
||||
title="Vad våra kunder säger"
|
||||
description="Vi är stolta över våra samarbeten."
|
||||
@@ -205,20 +138,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "Hur lång tid tar en hemsida?",
|
||||
content: "Det beror på omfattningen, men oftast 2-4 veckor.",
|
||||
},
|
||||
id: "q1", title: "Hur lång tid tar en hemsida?", content: "Vi erbjuder alltid en gratis demo först så ni kan se exakt hur hemsidan skulle kunna se ut innan ni bestämmer er för något 😊
|
||||
|
||||
Om ni gillar upplägget justerar vi sedan texter, bilder och detaljer efter hur ni vill ha det, och därefter är sidan helt klar för publicering inom 1-2 arbetsdagar."},
|
||||
{
|
||||
id: "q2",
|
||||
title: "Ingår underhåll?",
|
||||
content: "Ja, vi erbjuder support- och underhållspaket.",
|
||||
},
|
||||
id: "q2", title: "Ingår underhåll?", content: "Ja, vi erbjuder support- och underhållspaket."},
|
||||
{
|
||||
id: "q3",
|
||||
title: "Hjälper ni med SEO?",
|
||||
content: "Absolut, vi grundoptimerar för Google.",
|
||||
},
|
||||
id: "q3", title: "Hjälper ni med SEO?", content: "Absolut, vi grundoptimerar för Google."},
|
||||
]}
|
||||
title="Vanliga frågor"
|
||||
description="Vi svarar på dina funderingar."
|
||||
@@ -231,14 +157,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
names={[
|
||||
"Lokal Butik AB",
|
||||
"Blekinge Bygg",
|
||||
"Karlshamn Krog",
|
||||
"Stadens Mäklare",
|
||||
"Bäst i Blekinge",
|
||||
"Företagarna Karlshamn",
|
||||
"Digital Framgång",
|
||||
]}
|
||||
"Lokal Butik AB", "Blekinge Bygg", "Karlshamn Krog", "Stadens Mäklare", "Bäst i Blekinge", "Företagarna Karlshamn", "Digital Framgång"]}
|
||||
title="Vi samarbetar med"
|
||||
description="Betrodda lokala partners."
|
||||
/>
|
||||
@@ -248,11 +167,10 @@ export default function LandingPage() {
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
title="Kontakta oss"
|
||||
description="Vi ser fram emot att hjälpa ditt företag. Ring oss på 0733505137 eller fyll i formuläret."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/happy-grey-haired-businesswoman-talking-with-colleague-phone-professional-confident-manager-chatting-smiling-working-computer-business-workplace-communication-concept_74855-11805.jpg"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Dp0GhLJI1SMPECh4CaNcFb9isR/uploaded-1778965042170-2qnmep4m.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
tag="Kontakt"
|
||||
/>
|
||||
@@ -267,4 +185,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user