1 Commits

Author SHA1 Message Date
a77a6484e2 Update src/app/page.tsx 2026-04-22 12:30:39 +00:00

View File

@@ -32,21 +32,13 @@ export default function LandingPage() {
<NavbarStyleCentered <NavbarStyleCentered
navItems={[ navItems={[
{ {
name: "Home", name: "Hem", id: "hero"},
id: "hero",
},
{ {
name: "About", name: "Om oss", id: "about"},
id: "about",
},
{ {
name: "Services", name: "Tjänster", id: "features"},
id: "features",
},
{ {
name: "Contact", name: "Kontakt", id: "contact"},
id: "contact",
},
]} ]}
brandName="Eleftheria" brandName="Eleftheria"
/> />
@@ -56,93 +48,52 @@ export default function LandingPage() {
<HeroBillboardTestimonial <HeroBillboardTestimonial
useInvertedBackground={false} useInvertedBackground={false}
background={{ background={{
variant: "plain", variant: "plain"}}
}} title="Professionella tjänster anpassade för dig"
title="Professional Services Tailored to You" description="Excellence i varje detalj, inspirerad av ett engagemang för kvalitet och tydlighet."
description="Excellence in every detail, inspired by a commitment to quality and clarity."
testimonials={[ testimonials={[
{ {
name: "Anna S.", name: "Anna S.", handle: "@anna", testimonial: "Exceptionell service och djup expertis.", rating: 5,
handle: "@anna", imageSrc: "http://img.b2bpic.net/free-photo/attractive-blond-business-woman-white-shirt-eyeglasses-crossed-arms-grey-background_613910-13618.jpg"},
testimonial: "Exceptional service and deep expertise.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/attractive-blond-business-woman-white-shirt-eyeglasses-crossed-arms-grey-background_613910-13618.jpg",
},
{ {
name: "Erik B.", name: "Erik B.", handle: "@erik", testimonial: "Professionell, pålitlig och alltid i tid.", rating: 5,
handle: "@erik", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg"},
testimonial: "Professional, reliable, and always on time.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg",
},
{ {
name: "Sofia L.", name: "Sofia L.", handle: "@sofia", testimonial: "Förvandlade våra processer helt.", rating: 5,
handle: "@sofia", imageSrc: "http://img.b2bpic.net/free-photo/positive-smiling-woman-with-collected-hair-wearing-white-shirt_291650-656.jpg"},
testimonial: "Transformed our processes completely.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/positive-smiling-woman-with-collected-hair-wearing-white-shirt_291650-656.jpg",
},
{ {
name: "Johan P.", name: "Johan P.", handle: "@johan", testimonial: "Kvalitet som verkligen sticker ut.", rating: 5,
handle: "@johan", imageSrc: "http://img.b2bpic.net/free-photo/closeup-happy-senior-businessman-with-flipchart_1262-1744.jpg"},
testimonial: "Quality that truly stands out.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/closeup-happy-senior-businessman-with-flipchart_1262-1744.jpg",
},
{ {
name: "Karin M.", name: "Karin M.", handle: "@karin", testimonial: "Fantastiskt samarbete och vision.", rating: 5,
handle: "@karin", imageSrc: "http://img.b2bpic.net/free-photo/close-up-successful-entrepreneur_1098-3855.jpg"},
testimonial: "Great collaboration and vision.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-successful-entrepreneur_1098-3855.jpg",
},
]} ]}
imageSrc="http://img.b2bpic.net/free-photo/home-interior-decorated-brown-shades_23-2151934905.jpg" imageSrc="http://img.b2bpic.net/free-photo/home-interior-decorated-brown-shades_23-2151934905.jpg"
mediaAnimation="blur-reveal" mediaAnimation="blur-reveal"
imageAlt="minimalist warm office interior design" imageAlt="minimalist warm office interior design"
avatars={[ avatars={[
{ {
src: "http://img.b2bpic.net/free-photo/happy-smiling-businesswoman-looking-camera-with-arms-crossed-portrait_1163-4337.jpg", src: "http://img.b2bpic.net/free-photo/happy-smiling-businesswoman-looking-camera-with-arms-crossed-portrait_1163-4337.jpg", alt: "Happy smiling businesswoman"},
alt: "Happy smiling businesswoman",
},
{ {
src: "http://img.b2bpic.net/free-photo/elegant-young-businesswoman-posing_329181-11390.jpg", src: "http://img.b2bpic.net/free-photo/elegant-young-businesswoman-posing_329181-11390.jpg", alt: "Elegant young businesswoman"},
alt: "Elegant young businesswoman",
},
{ {
src: "http://img.b2bpic.net/free-photo/positive-shaved-head-male-dressed-grey-suit-dark-grey-background_613910-11352.jpg", src: "http://img.b2bpic.net/free-photo/positive-shaved-head-male-dressed-grey-suit-dark-grey-background_613910-11352.jpg", alt: "Positive shaved head male"},
alt: "Positive shaved head male",
},
{ {
src: "http://img.b2bpic.net/free-photo/portrait-handsome-smiling-stylish-hipster-lambersexual-modelsexy-modern-man-dressed-elegant-suit-fashion-male-posing-studio-near-blue-wall_158538-21048.jpg", src: "http://img.b2bpic.net/free-photo/portrait-handsome-smiling-stylish-hipster-lambersexual-modelsexy-modern-man-dressed-elegant-suit-fashion-male-posing-studio-near-blue-wall_158538-21048.jpg", alt: "Portrait of handsome smiling hipster"},
alt: "Portrait of handsome smiling hipster",
},
{ {
src: "http://img.b2bpic.net/free-photo/smiley-man-holding-his-face-medium-shot_23-2148401444.jpg", src: "http://img.b2bpic.net/free-photo/smiley-man-holding-his-face-medium-shot_23-2148401444.jpg", alt: "Smiley man holding his face"},
alt: "Smiley man holding his face",
},
]} ]}
marqueeItems={[ marqueeItems={[
{ {
type: "text", type: "text", text: "Kvalitet"},
text: "Quality",
},
{ {
type: "text", type: "text", text: "Pålitlighet"},
text: "Reliability",
},
{ {
type: "text", type: "text", text: "Tydlighet"},
text: "Clarity",
},
{ {
type: "text", type: "text", text: "Expertis"},
text: "Expertise",
},
{ {
type: "text", type: "text", text: "Excellence"},
text: "Excellence",
},
]} ]}
/> />
</div> </div>
@@ -150,11 +101,9 @@ export default function LandingPage() {
<div id="about" data-section="about"> <div id="about" data-section="about">
<TextSplitAbout <TextSplitAbout
useInvertedBackground={true} useInvertedBackground={true}
title="Our Approach" title="Vårt tillvägagångssätt"
description={[ description={[
"We believe in simplicity, clarity, and effectiveness in all that we do.", "Vi tror på enkelhet, tydlighet och effektivitet i allt vi gör.", "Våra professionella standarder speglar den excellens som våra partners förväntar sig."]}
"Our professional standards mirror the excellence expected by our partners.",
]}
/> />
</div> </div>
@@ -165,38 +114,20 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
features={[ features={[
{ {
id: "f1", id: "f1", label: "Strategi", title: "Expertplanering", items: [
label: "Strategy", "Djupgående analys", "Framtidssäkring", "Riskhantering"],
title: "Expert Planning",
items: [
"Deep analysis",
"Future proofing",
"Risk management",
],
}, },
{ {
id: "f2", id: "f2", label: "Utförande", title: "Precisionsleverans", items: [
label: "Execution", "Agilt arbetsflöde", "Sträng kvalitetskontroll", "Punktlig färdigställande"],
title: "Precision Delivery",
items: [
"Agile workflow",
"Strict quality control",
"Timely completion",
],
}, },
{ {
id: "f3", id: "f3", label: "Optimering", title: "Ständig förbättring", items: [
label: "Optimization", "Datamonitorering", "Prestandagranskningar", "Feedback-loopar"],
title: "Ongoing Improvement",
items: [
"Data monitoring",
"Performance audits",
"Feedback loops",
],
}, },
]} ]}
title="Core Services" title="Kärntjänster"
description="Comprehensive solutions designed for impact and sustainability." description="Omfattande lösningar designade för effekt och hållbarhet."
/> />
</div> </div>
@@ -208,74 +139,35 @@ export default function LandingPage() {
useInvertedBackground={true} useInvertedBackground={true}
products={[ products={[
{ {
id: "p1", id: "p1", name: "Konsultation", price: "Från 5000 kr", variant: "Essential", imageSrc: "http://img.b2bpic.net/free-photo/minimalist-office-interior-design_23-2151826249.jpg"},
name: "Consultation",
price: "From $500",
variant: "Essential",
imageSrc: "http://img.b2bpic.net/free-photo/minimalist-office-interior-design_23-2151826249.jpg",
},
{ {
id: "p2", id: "p2", name: "Strategisk revision", price: "Från 12000 kr", variant: "Advanced", imageSrc: "http://img.b2bpic.net/free-photo/drawing-sketching-classes-adults-close-up-metal-stand-holder-with-graphite-pencils-standing-table-against-easels-with-blank-canvases-background-modern-art-studio-nobody_482257-64458.jpg"},
name: "Strategy Audit",
price: "From $1200",
variant: "Advanced",
imageSrc: "http://img.b2bpic.net/free-photo/drawing-sketching-classes-adults-close-up-metal-stand-holder-with-graphite-pencils-standing-table-against-easels-with-blank-canvases-background-modern-art-studio-nobody_482257-64458.jpg",
},
{ {
id: "p3", id: "p3", name: "Genomförandeprogram", price: "Från 25000 kr", variant: "Comprehensive", imageSrc: "http://img.b2bpic.net/free-photo/empty-company-office-with-workstation-desk-business-development-space-filled-with-documents-computers-corporation-department-room-used-career-development-success_482257-60055.jpg"},
name: "Execution Program",
price: "From $2500",
variant: "Comprehensive",
imageSrc: "http://img.b2bpic.net/free-photo/empty-company-office-with-workstation-desk-business-development-space-filled-with-documents-computers-corporation-department-room-used-career-development-success_482257-60055.jpg",
},
{ {
id: "p4", id: "p4", name: "Månatlig rådgivning", price: "Anpassad", variant: "Partnership", imageSrc: "http://img.b2bpic.net/free-photo/minimalist-office-interior-design_23-2151826255.jpg"},
name: "Monthly Retainer",
price: "Custom",
variant: "Partnership",
imageSrc: "http://img.b2bpic.net/free-photo/minimalist-office-interior-design_23-2151826255.jpg",
},
{ {
id: "p5", id: "p5", name: "Workshop-event", price: "Från 8000 kr", variant: "Educational", imageSrc: "http://img.b2bpic.net/free-photo/laptop-notebook-desk_23-2148541549.jpg"},
name: "Workshop Event",
price: "From $800",
variant: "Educational",
imageSrc: "http://img.b2bpic.net/free-photo/laptop-notebook-desk_23-2148541549.jpg",
},
{ {
id: "p6", id: "p6", name: "Implementering", price: "Från 30000 kr", variant: "Full Service", imageSrc: "http://img.b2bpic.net/free-photo/3d-render-modern-home-office_1048-17753.jpg"},
name: "Implementation",
price: "From $3000",
variant: "Full Service",
imageSrc: "http://img.b2bpic.net/free-photo/3d-render-modern-home-office_1048-17753.jpg",
},
]} ]}
title="Service Packages" title="Tjänstepaket"
description="Standardized offerings built on years of experience." description="Standardiserade erbjudanden byggda på år av erfarenhet."
/> />
</div> </div>
<div id="metrics" data-section="metrics"> <div id="metrics" data-section="metrics">
<MetricCardFourteen <MetricCardFourteen
useInvertedBackground={false} useInvertedBackground={false}
title="Our Impact" title="Vår inverkan"
tag="Reliability" tag="Pålitlighet"
metrics={[ metrics={[
{ {
id: "m1", id: "m1", value: "150+", description: "Framgångsrika projekt levererade"},
value: "150+",
description: "Successful projects delivered",
},
{ {
id: "m2", id: "m2", value: "12", description: "Års erfarenhet"},
value: "12",
description: "Years of experience",
},
{ {
id: "m3", id: "m3", value: "98%", description: "Kundnöjdhet"},
value: "98%",
description: "Client satisfaction rating",
},
]} ]}
metricsAnimation="blur-reveal" metricsAnimation="blur-reveal"
/> />
@@ -286,33 +178,18 @@ export default function LandingPage() {
useInvertedBackground={true} useInvertedBackground={true}
testimonials={[ testimonials={[
{ {
id: "t1", id: "t1", name: "Anna S.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-pretty-stylish-woman-coat-dreamily-looking-camera-outdoor_574295-2145.jpg"},
name: "Anna S.",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-pretty-stylish-woman-coat-dreamily-looking-camera-outdoor_574295-2145.jpg",
},
{ {
id: "t2", id: "t2", name: "Erik B.", imageSrc: "http://img.b2bpic.net/free-photo/furious-mature-business-man-conference-room_1262-3010.jpg"},
name: "Erik B.",
imageSrc: "http://img.b2bpic.net/free-photo/furious-mature-business-man-conference-room_1262-3010.jpg",
},
{ {
id: "t3", id: "t3", name: "Sofia L.", imageSrc: "http://img.b2bpic.net/free-photo/self-assured-business-leader-conference-room_1262-3068.jpg"},
name: "Sofia L.",
imageSrc: "http://img.b2bpic.net/free-photo/self-assured-business-leader-conference-room_1262-3068.jpg",
},
{ {
id: "t4", id: "t4", name: "Johan P.", imageSrc: "http://img.b2bpic.net/free-photo/middle-age-businessman-smiling-happy-standing-city_839833-25759.jpg"},
name: "Johan P.",
imageSrc: "http://img.b2bpic.net/free-photo/middle-age-businessman-smiling-happy-standing-city_839833-25759.jpg",
},
{ {
id: "t5", id: "t5", name: "Karin M.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beauty-businesswoman-leaning-against-brick-wall_613910-773.jpg"},
name: "Karin M.",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beauty-businesswoman-leaning-against-brick-wall_613910-773.jpg",
},
]} ]}
cardTitle="What Partners Say" cardTitle="Vad våra partners säger"
cardTag="Reputation" cardTag="Rykte"
cardAnimation="blur-reveal" cardAnimation="blur-reveal"
/> />
</div> </div>
@@ -323,23 +200,14 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
faqs={[ faqs={[
{ {
id: "q1", id: "q1", title: "Hur kommer vi igång?", content: "Boka en inledande konsultation via länken."},
title: "How do we start?",
content: "Book an initial consultation via the link provided.",
},
{ {
id: "q2", id: "q2", title: "Är prissättningen förhandlingsbar?", content: "Vi erbjuder anpassade paket efter era specifika behov."},
title: "Is pricing negotiable?",
content: "We offer custom packages to fit specific needs.",
},
{ {
id: "q3", id: "q3", title: "Vad är tidslinjen?", content: "Tidslinjer beror på projektets omfattning."},
title: "What is the timeline?",
content: "Timelines depend on the project scope.",
},
]} ]}
title="Questions & Answers" title="Frågor & Svar"
description="Common inquiries about our professional process." description="Vanliga frågor om vår arbetsprocess."
faqsAnimation="blur-reveal" faqsAnimation="blur-reveal"
/> />
</div> </div>
@@ -348,9 +216,8 @@ export default function LandingPage() {
<ContactText <ContactText
useInvertedBackground={true} useInvertedBackground={true}
background={{ background={{
variant: "rotated-rays-static", variant: "rotated-rays-static"}}
}} text="Redo att diskutera ditt projekt? Kontakta oss idag."
text="Ready to discuss your project? Get in touch today."
/> />
</div> </div>
@@ -358,13 +225,9 @@ export default function LandingPage() {
<FooterLogoReveal <FooterLogoReveal
logoText="Eleftheria" logoText="Eleftheria"
leftLink={{ leftLink={{
text: "Privacy Policy", text: "Integritetspolicy", href: "#"}}
href: "#",
}}
rightLink={{ rightLink={{
text: "Terms of Service", text: "Användarvillkor", href: "#"}}
href: "#",
}}
/> />
</div> </div>
</ReactLenis> </ReactLenis>