Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 6cad5a1c42 |
@@ -6,8 +6,6 @@ import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloating
|
|||||||
import HeroLogo from "@/components/sections/hero/HeroLogo";
|
import HeroLogo from "@/components/sections/hero/HeroLogo";
|
||||||
import TextAbout from "@/components/sections/about/TextAbout";
|
import TextAbout from "@/components/sections/about/TextAbout";
|
||||||
import FeatureCardTwentySix from "@/components/sections/feature/FeatureCardTwentySix";
|
import FeatureCardTwentySix from "@/components/sections/feature/FeatureCardTwentySix";
|
||||||
import MetricCardTwo from "@/components/sections/metrics/MetricCardTwo";
|
|
||||||
import TestimonialCardTen from "@/components/sections/testimonial/TestimonialCardTen";
|
|
||||||
import PricingCardOne from "@/components/sections/pricing/PricingCardOne";
|
import PricingCardOne from "@/components/sections/pricing/PricingCardOne";
|
||||||
import FaqSplitText from "@/components/sections/faq/FaqSplitText";
|
import FaqSplitText from "@/components/sections/faq/FaqSplitText";
|
||||||
import ContactCenter from "@/components/sections/contact/ContactCenter";
|
import ContactCenter from "@/components/sections/contact/ContactCenter";
|
||||||
@@ -88,44 +86,6 @@ export default function LandingPage() {
|
|||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="metrics" data-section="metrics">
|
|
||||||
<MetricCardTwo
|
|
||||||
title="Våre Resultater"
|
|
||||||
description="Bevist resultat fra hundrevis av bedriftsanalyser"
|
|
||||||
tag="Suksess"
|
|
||||||
gridVariant="uniform-all-items-equal"
|
|
||||||
animationType="slide-up"
|
|
||||||
textboxLayout="default"
|
|
||||||
useInvertedBackground={false}
|
|
||||||
metrics={[
|
|
||||||
{ id: "1", value: "500+", description: "Bedrifter Analysert" },
|
|
||||||
{ id: "2", value: "85%", description: "Økt Revenue Gjennomsnitt" },
|
|
||||||
{ id: "3", value: "12 mnd", description: "Gjennomsnittlig Tidsframe" },
|
|
||||||
{ id: "4", value: "99%", description: "Kundetilfredshet" },
|
|
||||||
]}
|
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div id="testimonials" data-section="testimonials">
|
|
||||||
<TestimonialCardTen
|
|
||||||
title="Hva Våre Kunder Sier"
|
|
||||||
description="Se hvordan NorStrategy har hjulpet bedrifter i Stavanger og Sogn og Fjordane"
|
|
||||||
tag="Anmeldelser"
|
|
||||||
textboxLayout="default"
|
|
||||||
useInvertedBackground={false}
|
|
||||||
testimonials={[
|
|
||||||
{
|
|
||||||
id: "1", title: "Tydelige Resultater Første Kvartal", quote: "NorStrategy ga oss en klar vekstplan som vi kunne implementere umiddelbart. Vi så 40% vekst i første kvartal. Anbefalingen deres om å fokusere på digitale kanaler var gull verdt.", name: "Erik Hansen", role: "CEO, TechFlow AS", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AhfcE3YlOGuwcf8LGNkUzZyFNj/professional-headshot-of-a-successful-sm-1773050098392-abc72bfc.png", imageAlt: "Erik Hansen"},
|
|
||||||
{
|
|
||||||
id: "2", title: "Data som Virket", quote: "Vi visste ikke hvor vi skulle starte. Analysen fra NorStrategy identifiserte en helt ny kundesegment som vi nå har tjent millioner på. Det var transformativt for forretningen vår.", name: "Ingrid Olsen", role: "Gründer, InnovateLab", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AhfcE3YlOGuwcf8LGNkUzZyFNj/professional-headshot-of-a-female-execut-1773050095908-16cb5d3a.png", imageAlt: "Ingrid Olsen"},
|
|
||||||
{
|
|
||||||
id: "3", title: "Perfekt Timing og Eksekusjon", quote: "Med deres hjelp identifiserte vi akkurat hvorfor vi ikke fikk nye kunder. Handlingsplanen var så konkret at vi kunne starte implementeringen samme uke.", name: "Jonas Andersen", role: "Daglig Leder, GrowthCo", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AhfcE3YlOGuwcf8LGNkUzZyFNj/professional-headshot-of-a-business-cons-1773050097498-1e2c69e5.png", imageAlt: "Jonas Andersen"},
|
|
||||||
{
|
|
||||||
id: "4", title: "Fra Plateau til Vekst", quote: "Vi stagnerte i to år. NorStrategy sin markedsanalyse viste oss at vi trengte en helt ny tilnærming. Nå er vi på vei mot vår beste år noensinne.", name: "Kari Bergman", role: "Produktleder, StartupXYZ", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AhfcE3YlOGuwcf8LGNkUzZyFNj/professional-headshot-of-a-business-mana-1773050098363-2cc0b9d4.png", imageAlt: "Kari Bergman"},
|
|
||||||
]}
|
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div id="pricing" data-section="pricing">
|
<div id="pricing" data-section="pricing">
|
||||||
<PricingCardOne
|
<PricingCardOne
|
||||||
title="Enkel og Rettferdig Prising"
|
title="Enkel og Rettferdig Prising"
|
||||||
@@ -136,7 +96,7 @@ export default function LandingPage() {
|
|||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
plans={[
|
plans={[
|
||||||
{
|
{
|
||||||
id: "starter", badge: "Populær", badgeIcon: Sparkles,
|
id: "starter", badge: "Populær", badgeIcon: Trophy,
|
||||||
price: "12,500 NOK", subtitle: "Perfekt for små bedrifter som ønsker å starte", features: [
|
price: "12,500 NOK", subtitle: "Perfekt for små bedrifter som ønsker å starte", features: [
|
||||||
"Grunnleggende markedsanalyse", "Konkurrentanalyse", "Handlingsplan (30 dager)", "Email support"],
|
"Grunnleggende markedsanalyse", "Konkurrentanalyse", "Handlingsplan (30 dager)", "Email support"],
|
||||||
},
|
},
|
||||||
@@ -225,5 +185,3 @@ export default function LandingPage() {
|
|||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
import { Sparkles } from "lucide-react";
|
|
||||||
|
|||||||
Reference in New Issue
Block a user