Merge version_2 into main

Merge version_2 into main
This commit was merged in pull request #1.
This commit is contained in:
2026-04-21 14:46:58 +00:00

View File

@@ -33,42 +33,29 @@ export default function LandingPage() {
<NavbarLayoutFloatingInline
navItems={[
{
name: "Services",
id: "services",
},
name: "Tjenester", id: "services"},
{
name: "Portfolio",
id: "portfolio",
},
name: "Portfolio", id: "portfolio"},
{
name: "Testimonials",
id: "testimonials",
},
name: "Udtalelser", id: "testimonials"},
{
name: "Contact",
id: "contact",
},
name: "Kontakt", id: "contact"},
]}
brandName="Agency X"
button={{
text: "Get a Quote",
href: "#contact",
}}
text: "Få et tilbud", href: "#contact"}}
/>
</div>
<div id="hero" data-section="hero">
<HeroBillboardScroll
background={{
variant: "plain",
}}
variant: "plain"}}
title="Websites That Actually Drive Business Growth"
description="We design and build custom websites that convert visitors into customers. See how we've helped 200+ companies succeed online."
buttons={[
{
text: "View Our Work",
href: "#portfolio",
},
text: "View Our Work", href: "#portfolio"},
]}
imageSrc="http://img.b2bpic.net/free-photo/working-table-with-computer_93675-133091.jpg"
imageAlt="Agency Hero Dashboard"
@@ -82,20 +69,11 @@ export default function LandingPage() {
tag="Results Driven"
metrics={[
{
id: "m1",
value: "200+",
description: "Projects Delivered",
},
id: "m1", value: "200+", description: "Projects Delivered"},
{
id: "m2",
value: "150%",
description: "Avg Revenue Growth",
},
id: "m2", value: "150%", description: "Avg Revenue Growth"},
{
id: "m3",
value: "48hrs",
description: "Support Response Time",
},
id: "m3", value: "48hrs", description: "Support Response Time"},
]}
metricsAnimation="slide-up"
/>
@@ -108,35 +86,17 @@ export default function LandingPage() {
useInvertedBackground={true}
features={[
{
id: "f1",
title: "Web Development",
descriptions: [
"High performance custom builds.",
"Scalable architecture.",
"Secure codebases.",
],
imageSrc: "http://img.b2bpic.net/free-photo/female-photographer-edits-photos-creative-media-agency_482257-4211.jpg",
},
id: "f1", title: "Web Development", descriptions: [
"High performance custom builds.", "Scalable architecture.", "Secure codebases."],
imageSrc: "http://img.b2bpic.net/free-photo/female-photographer-edits-photos-creative-media-agency_482257-4211.jpg"},
{
id: "f2",
title: "UX/UI Design",
descriptions: [
"User-centered interfaces.",
"Brand-aligned design systems.",
"Conversion-focused layouts.",
],
imageSrc: "http://img.b2bpic.net/free-photo/female-web-designer-with-papers-notes-office_23-2149749906.jpg",
},
id: "f2", title: "UX/UI Design", descriptions: [
"User-centered interfaces.", "Brand-aligned design systems.", "Conversion-focused layouts."],
imageSrc: "http://img.b2bpic.net/free-photo/female-web-designer-with-papers-notes-office_23-2149749906.jpg"},
{
id: "f3",
title: "Backend Engineering",
descriptions: [
"Complex integrations.",
"API developments.",
"Database optimization.",
],
imageSrc: "http://img.b2bpic.net/free-photo/download-cloud-storage-back-up_53876-120159.jpg",
},
id: "f3", title: "Backend Engineering", descriptions: [
"Complex integrations.", "API developments.", "Database optimization."],
imageSrc: "http://img.b2bpic.net/free-photo/download-cloud-storage-back-up_53876-120159.jpg"},
]}
title="Our Expertise"
description="Comprehensive web solutions tailored to meet your business goals."
@@ -151,41 +111,17 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
id: "p1",
name: "Retail Growth Engine",
price: "E-commerce",
imageSrc: "http://img.b2bpic.net/free-photo/neon-shopping-carts-sales-tags-illustration_23-2152026891.jpg",
},
id: "p1", name: "Retail Growth Engine", price: "E-commerce", imageSrc: "http://img.b2bpic.net/free-photo/neon-shopping-carts-sales-tags-illustration_23-2152026891.jpg"},
{
id: "p2",
name: "SaaS Platform UI",
price: "B2B Software",
imageSrc: "http://img.b2bpic.net/free-photo/focused-woman-working-with-ai-chatbot-her-desktop-computer_482257-120813.jpg",
},
id: "p2", name: "SaaS Platform UI", price: "B2B Software", imageSrc: "http://img.b2bpic.net/free-photo/focused-woman-working-with-ai-chatbot-her-desktop-computer_482257-120813.jpg"},
{
id: "p3",
name: "Legal Agency Site",
price: "Professional Services",
imageSrc: "http://img.b2bpic.net/free-photo/corporate-data-management_53876-89018.jpg",
},
id: "p3", name: "Legal Agency Site", price: "Professional Services", imageSrc: "http://img.b2bpic.net/free-photo/corporate-data-management_53876-89018.jpg"},
{
id: "p4",
name: "Travel Booking Portal",
price: "Travel/Retail",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-man-working-travel-agency_52683-136452.jpg",
},
id: "p4", name: "Travel Booking Portal", price: "Travel/Retail", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-man-working-travel-agency_52683-136452.jpg"},
{
id: "p5",
name: "Learning Platform",
price: "Education",
imageSrc: "http://img.b2bpic.net/free-photo/still-life-graphic-design-office_23-2151345417.jpg",
},
id: "p5", name: "Learning Platform", price: "Education", imageSrc: "http://img.b2bpic.net/free-photo/still-life-graphic-design-office_23-2151345417.jpg"},
{
id: "p6",
name: "Financial Dashboard",
price: "Fintech",
imageSrc: "http://img.b2bpic.net/free-vector/pink-user-dashboard-interface_53876-120294.jpg",
},
id: "p6", name: "Financial Dashboard", price: "Fintech", imageSrc: "http://img.b2bpic.net/free-vector/pink-user-dashboard-interface_53876-120294.jpg"},
]}
title="Featured Projects"
description="See how we help diverse industries reach their digital potential."
@@ -197,14 +133,7 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
names={[
"Microsoft",
"Google",
"Shopify",
"Stripe",
"Airbnb",
"HubSpot",
"Slack",
]}
"Microsoft", "Google", "Shopify", "Stripe", "Airbnb", "HubSpot", "Slack"]}
title="Trusted By Industry Leaders"
description="We work with forward-thinking companies that value innovation and results."
/>
@@ -215,30 +144,15 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
id: "t1",
name: "Sarah J.",
imageSrc: "http://img.b2bpic.net/free-photo/successful-expert_1098-14503.jpg",
},
id: "t1", name: "Sarah J.", imageSrc: "http://img.b2bpic.net/free-photo/successful-expert_1098-14503.jpg"},
{
id: "t2",
name: "Michael C.",
imageSrc: "http://img.b2bpic.net/free-photo/manager-sitting-office_1098-22033.jpg",
},
id: "t2", name: "Michael C.", imageSrc: "http://img.b2bpic.net/free-photo/manager-sitting-office_1098-22033.jpg"},
{
id: "t3",
name: "Emily R.",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-working-cafe-looking-confused-camera-sitting-with-laptop-glass-coffee_1258-245350.jpg",
},
id: "t3", name: "Emily R.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-working-cafe-looking-confused-camera-sitting-with-laptop-glass-coffee_1258-245350.jpg"},
{
id: "t4",
name: "David K.",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg",
},
id: "t4", name: "David K.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg"},
{
id: "t5",
name: "Lisa M.",
imageSrc: "http://img.b2bpic.net/free-photo/closeup-handsome-middle-aged-business-leader_1262-4822.jpg",
},
id: "t5", name: "Lisa M.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-handsome-middle-aged-business-leader_1262-4822.jpg"},
]}
cardTitle="Client Success"
cardTag="What they say"
@@ -252,23 +166,14 @@ export default function LandingPage() {
useInvertedBackground={true}
faqs={[
{
id: "q1",
title: "How long does a website take?",
content: "Most projects are completed within 4-8 weeks depending on the complexity of requirements.",
},
id: "q1", title: "Hvor lang tid tager en hjemmeside?", content: "De fleste projekter gennemføres inden for 4-8 uger afhængigt af kravenes kompleksitet."},
{
id: "q2",
title: "Do you provide support?",
content: "Yes, we offer ongoing maintenance and support packages to ensure your site remains secure and current.",
},
id: "q2", title: "Tilbyder I support?", content: "Ja, vi tilbyder løbende vedligeholdelse og supportpakker for at sikre, at din hjemmeside forbliver sikker og opdateret."},
{
id: "q3",
title: "Can you integrate with existing tools?",
content: "Absolutely. We specialize in custom integrations with CRMs, payment gateways, and marketing automation tools.",
},
id: "q3", title: "Kan I integrere med eksisterende værktøjer?", content: "Absolut. Vi har specialiseret os i tilpassede integrationer med CRM-systemer, betalingsgateways og markedsføringsautomatiseringsværktøjer."},
]}
title="Common Questions"
description="Everything you need to know about working with us."
title="Almindelige Spørgsmål"
description="Alt hvad du behøver at vide om at arbejde med os."
faqsAnimation="slide-up"
/>
</div>
@@ -276,24 +181,16 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactSplitForm
useInvertedBackground={false}
title="Start Your Growth Journey"
description="Get in touch for a custom project quote."
title="Start din vækstrejse"
description="Kontakt os for et uforpligtende tilbud på dit projekt."
inputs={[
{
name: "name",
type: "text",
placeholder: "Your Name",
},
name: "name", type: "text", placeholder: "Dit Navn"},
{
name: "email",
type: "email",
placeholder: "Your Email",
},
name: "email", type: "email", placeholder: "Din E-mail"},
]}
textarea={{
name: "message",
placeholder: "How can we help?",
}}
name: "message", placeholder: "Hvordan kan vi hjælpe?"}}
imageSrc="http://img.b2bpic.net/free-photo/close-up-modern-laptop-with-rate-charts-display-while-man-woman-working-business-project-design-computer-screen-with-data-chart-information-finance-analysis-desk_482257-40065.jpg"
/>
</div>
@@ -305,18 +202,14 @@ export default function LandingPage() {
socialLinks={[
{
icon: Twitter,
href: "https://twitter.com",
ariaLabel: "Twitter",
},
href: "https://twitter.com", ariaLabel: "Twitter"},
{
icon: Linkedin,
href: "https://linkedin.com",
ariaLabel: "LinkedIn",
},
href: "https://linkedin.com", ariaLabel: "LinkedIn"},
]}
/>
</div>
</ReactLenis>
</ThemeProvider>
);
}
}