Update src/app/page.tsx

This commit is contained in:
2026-03-19 07:37:28 +00:00
parent f303d62017
commit d8d15952aa

View File

@@ -10,7 +10,7 @@ import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCar
import FaqBase from '@/components/sections/faq/FaqBase'; import FaqBase from '@/components/sections/faq/FaqBase';
import ContactText from '@/components/sections/contact/ContactText'; import ContactText from '@/components/sections/contact/ContactText';
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
import { Brain, Cube, Heart, HelpCircle, Home, Palette, Sofa, Sparkles } from 'lucide-react'; import { Brain, Heart, HelpCircle, Home, Palette, Sofa, Sparkles } from 'lucide-react';
export default function LandingPage() { export default function LandingPage() {
return ( return (
@@ -43,7 +43,7 @@ export default function LandingPage() {
<HeroSplitTestimonial <HeroSplitTestimonial
title="Fremtidens lejebolig. Skræddersyet til dig." title="Fremtidens lejebolig. Skræddersyet til dig."
description="Oplev vores eksklusive lejligheder i ægte 3D. Indret dem virtuelt, få hjælp af vores AI, og flyt ind i dit drømmehjem." description="Oplev vores eksklusive lejligheder i ægte 3D. Indret dem virtuelt, få hjælp af vores AI, og flyt ind i dit drømmehjem."
background={{ variant: "glowing-orb" }} background={{ variant: "plain" }}
tag="Futuristic Housing" tag="Futuristic Housing"
tagIcon={Sparkles} tagIcon={Sparkles}
tagAnimation="blur-reveal" tagAnimation="blur-reveal"
@@ -55,22 +55,22 @@ export default function LandingPage() {
testimonials={[ testimonials={[
{ {
name: "Sarah Jensen", handle: "@sarah_living", testimonial: "Jeg fandt min drømmelejlighed på mindre end en time. 3D oplevelsen var uendelig realistisk!", rating: 5, name: "Sarah Jensen", handle: "@sarah_living", testimonial: "Jeg fandt min drømmelejlighed på mindre end en time. 3D oplevelsen var uendelig realistisk!", rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B9eDLs43TrxhirwzmC0DFvrHJe/professional-headshot-photo-of-a-young-p-1773905767224-8529c1b3.png?_wi=1", imageAlt: "Sarah Jensen" imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B9eDLs43TrxhirwzmC0DFvrHJe/professional-headshot-photo-of-a-young-p-1773905767224-8529c1b3.png", imageAlt: "Sarah Jensen"
}, },
{ {
name: "Marcus Nielsen", handle: "@marcus_moves", testimonial: "AI assistenten forstod præcis hvad jeg havde brug for. Føles som at have en personlig rådgiver.", rating: 5, name: "Marcus Nielsen", handle: "@marcus_moves", testimonial: "AI assistenten forstod præcis hvad jeg havde brug for. Føles som at have en personlig rådgiver.", rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B9eDLs43TrxhirwzmC0DFvrHJe/professional-headshot-photo-of-a-young-m-1773905765925-4c165a97.png?_wi=1", imageAlt: "Marcus Nielsen" imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B9eDLs43TrxhirwzmC0DFvrHJe/professional-headshot-photo-of-a-young-m-1773905765925-4c165a97.png", imageAlt: "Marcus Nielsen"
}, },
{ {
name: "Emma Larsen", handle: "@emma_design", testimonial: "At kunne indret mit nye hjem før jeg flytter ind var game-changing. Helt unik oplevelse!", rating: 5, name: "Emma Larsen", handle: "@emma_design", testimonial: "At kunne indret mit nye hjem før jeg flytter ind var game-changing. Helt unik oplevelse!", rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B9eDLs43TrxhirwzmC0DFvrHJe/professional-headshot-photo-of-a-woman-p-1773905765888-fd4a7c59.png?_wi=1", imageAlt: "Emma Larsen" imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B9eDLs43TrxhirwzmC0DFvrHJe/professional-headshot-photo-of-a-woman-p-1773905765888-fd4a7c59.png", imageAlt: "Emma Larsen"
}, },
{ {
name: "Thomas Andersen", handle: "@thomas_tech", testimonial: "Teknologien er imponerende. Dette er fremtiden for ejendomssøgning i Danmark.", rating: 5, name: "Thomas Andersen", handle: "@thomas_tech", testimonial: "Teknologien er imponerende. Dette er fremtiden for ejendomssøgning i Danmark.", rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B9eDLs43TrxhirwzmC0DFvrHJe/professional-headshot-photo-of-a-male-pr-1773905766758-c5b8507e.png?_wi=1", imageAlt: "Thomas Andersen" imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B9eDLs43TrxhirwzmC0DFvrHJe/professional-headshot-photo-of-a-male-pr-1773905766758-c5b8507e.png", imageAlt: "Thomas Andersen"
} }
]} ]}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B9eDLs43TrxhirwzmC0DFvrHJe/a-stunning-3d-rendered-apartment-interio-1773905767650-9b8c08e9.png?_wi=1" imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B9eDLs43TrxhirwzmC0DFvrHJe/a-stunning-3d-rendered-apartment-interio-1773905767650-9b8c08e9.png"
imageAlt="Futuristic 3D apartment visualization" imageAlt="Futuristic 3D apartment visualization"
mediaAnimation="blur-reveal" mediaAnimation="blur-reveal"
useInvertedBackground={false} useInvertedBackground={false}
@@ -89,19 +89,19 @@ export default function LandingPage() {
id: "rotate", title: "Roter visning", descriptions: [ id: "rotate", title: "Roter visning", descriptions: [
"Drej apartment rundt med muse eller touch", "Få komplette 360-graders perspektiver", "Soft rotations for komfortabel navigation" "Drej apartment rundt med muse eller touch", "Få komplette 360-graders perspektiver", "Soft rotations for komfortabel navigation"
], ],
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B9eDLs43TrxhirwzmC0DFvrHJe/a-modern-3d-apartment-viewer-interface-w-1773905768934-3db73d82.png?_wi=1", imageAlt: "3D rotation controls" imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B9eDLs43TrxhirwzmC0DFvrHJe/a-modern-3d-apartment-viewer-interface-w-1773905768934-3db73d82.png", imageAlt: "3D rotation controls"
}, },
{ {
id: "zoom", title: "Zoom ind/ud", descriptions: [ id: "zoom", title: "Zoom ind/ud", descriptions: [
"Undersøg detaljer tæt på", "Juster visning efter dine behov", "Perfekt til at inspicere materialer og finishing" "Undersøg detaljer tæt på", "Juster visning efter dine behov", "Perfekt til at inspicere materialer og finishing"
], ],
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B9eDLs43TrxhirwzmC0DFvrHJe/a-modern-3d-apartment-viewer-interface-w-1773905768934-3db73d82.png?_wi=2", imageAlt: "Zoom functionality" imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B9eDLs43TrxhirwzmC0DFvrHJe/a-modern-3d-apartment-viewer-interface-w-1773905768934-3db73d82.png", imageAlt: "Zoom functionality"
}, },
{ {
id: "measure", title: "Mål rumstørrelse", descriptions: [ id: "measure", title: "Mål rumstørrelse", descriptions: [
"Præcise målinger af alle rum", "Visualiser møbelopstilling på forhånd", "Planlæg dit liv i hvert enkelt rum" "Præcise målinger af alle rum", "Visualiser møbelopstilling på forhånd", "Planlæg dit liv i hvert enkelt rum"
], ],
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B9eDLs43TrxhirwzmC0DFvrHJe/a-modern-3d-apartment-viewer-interface-w-1773905768934-3db73d82.png?_wi=3", imageAlt: "Measurement tools" imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B9eDLs43TrxhirwzmC0DFvrHJe/a-modern-3d-apartment-viewer-interface-w-1773905768934-3db73d82.png", imageAlt: "Measurement tools"
} }
]} ]}
gridVariant="three-columns-all-equal-width" gridVariant="three-columns-all-equal-width"
@@ -122,13 +122,13 @@ export default function LandingPage() {
tagAnimation="opacity" tagAnimation="opacity"
products={[ products={[
{ {
id: "chat-demo-1", name: "Hund venlig", price: "Perfekt match", variant: "Med udegruppe", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B9eDLs43TrxhirwzmC0DFvrHJe/a-sleek-ai-assistant-chat-interface-with-1773905768621-4f0f8543.png?_wi=1", imageAlt: "Pet-friendly apartments" id: "chat-demo-1", name: "Hund venlig", price: "Perfekt match", variant: "Med udegruppe", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B9eDLs43TrxhirwzmC0DFvrHJe/a-sleek-ai-assistant-chat-interface-with-1773905768621-4f0f8543.png", imageAlt: "Pet-friendly apartments"
}, },
{ {
id: "chat-demo-2", name: "Nær S-tog", price: "Perfekt match", variant: "Max 1 km distance", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B9eDLs43TrxhirwzmC0DFvrHJe/a-sleek-ai-assistant-chat-interface-with-1773905768621-4f0f8543.png?_wi=2", imageAlt: "Transit-friendly apartments" id: "chat-demo-2", name: "Nær S-tog", price: "Perfekt match", variant: "Max 1 km distance", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B9eDLs43TrxhirwzmC0DFvrHJe/a-sleek-ai-assistant-chat-interface-with-1773905768621-4f0f8543.png", imageAlt: "Transit-friendly apartments"
}, },
{ {
id: "chat-demo-3", name: "Budget: 12.000 kr", price: "2 boliger fundet", variant: "Din ønskepris", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B9eDLs43TrxhirwzmC0DFvrHJe/a-sleek-ai-assistant-chat-interface-with-1773905768621-4f0f8543.png?_wi=3", imageAlt: "Budget-filtered apartments" id: "chat-demo-3", name: "Budget: 12.000 kr", price: "2 boliger fundet", variant: "Din ønskepris", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B9eDLs43TrxhirwzmC0DFvrHJe/a-sleek-ai-assistant-chat-interface-with-1773905768621-4f0f8543.png", imageAlt: "Budget-filtered apartments"
} }
]} ]}
gridVariant="three-columns-all-equal-width" gridVariant="three-columns-all-equal-width"
@@ -152,19 +152,19 @@ export default function LandingPage() {
id: "kivik-sofa", title: "KIVIK Sofa", descriptions: [ id: "kivik-sofa", title: "KIVIK Sofa", descriptions: [
"Klassisk og modulopbyggelig", "Perfekt til sociale stunder", "Tilgængelig i flere farver og materialer" "Klassisk og modulopbyggelig", "Perfekt til sociale stunder", "Tilgængelig i flere farver og materialer"
], ],
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B9eDLs43TrxhirwzmC0DFvrHJe/a-3d-apartment-room-showing-furniture-pl-1773905767191-a20425dd.png?_wi=1", imageAlt: "KIVIK Sofa placement" imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B9eDLs43TrxhirwzmC0DFvrHJe/a-3d-apartment-room-showing-furniture-pl-1773905767191-a20425dd.png", imageAlt: "KIVIK Sofa placement"
}, },
{ {
id: "malm-seng", title: "MALM Seng", descriptions: [ id: "malm-seng", title: "MALM Seng", descriptions: [
"Minimalistisk skandinavisk design", "Praktisk opbevaring under madrassen", "Egnet til alle soveromstyper" "Minimalistisk skandinavisk design", "Praktisk opbevaring under madrassen", "Egnet til alle soveromstyper"
], ],
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B9eDLs43TrxhirwzmC0DFvrHJe/a-3d-apartment-room-showing-furniture-pl-1773905767191-a20425dd.png?_wi=2", imageAlt: "MALM Bed setup" imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B9eDLs43TrxhirwzmC0DFvrHJe/a-3d-apartment-room-showing-furniture-pl-1773905767191-a20425dd.png", imageAlt: "MALM Bed setup"
}, },
{ {
id: "lack-bord", title: "LACK Bord", descriptions: [ id: "lack-bord", title: "LACK Bord", descriptions: [
"Simpelt og funktionelt design", "Passer til enhver stue eller soveværelse", "Lys og nem at placere i 3D-visningen" "Simpelt og funktionelt design", "Passer til enhver stue eller soveværelse", "Lys og nem at placere i 3D-visningen"
], ],
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B9eDLs43TrxhirwzmC0DFvrHJe/a-3d-apartment-room-showing-furniture-pl-1773905767191-a20425dd.png?_wi=3", imageAlt: "LACK Table visualization" imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B9eDLs43TrxhirwzmC0DFvrHJe/a-3d-apartment-room-showing-furniture-pl-1773905767191-a20425dd.png", imageAlt: "LACK Table visualization"
} }
]} ]}
gridVariant="three-columns-all-equal-width" gridVariant="three-columns-all-equal-width"
@@ -191,19 +191,19 @@ export default function LandingPage() {
id: "color-picker", title: "Vælg vægtfarver", descriptions: [ id: "color-picker", title: "Vælg vægtfarver", descriptions: [
"Uendelige farvemuligheder", "Se ændringer i realtid", "Eksperter anbefaler harmoniske paletter" "Uendelige farvemuligheder", "Se ændringer i realtid", "Eksperter anbefaler harmoniske paletter"
], ],
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B9eDLs43TrxhirwzmC0DFvrHJe/an-apartment-room-with-wall-color-custom-1773905767600-5607632d.png?_wi=1", imageAlt: "Wall color selection" imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B9eDLs43TrxhirwzmC0DFvrHJe/an-apartment-room-with-wall-color-custom-1773905767600-5607632d.png", imageAlt: "Wall color selection"
}, },
{ {
id: "lighting-time", title: "Tid på døgnet", descriptions: [ id: "lighting-time", title: "Tid på døgnet", descriptions: [
"Morgen, eftermiddag, eller aften lys", "Se hvordan lyset påvirker dit hjem", "Fotorealistiske skygger og reflektioner" "Morgen, eftermiddag, eller aften lys", "Se hvordan lyset påvirker dit hjem", "Fotorealistiske skygger og reflektioner"
], ],
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B9eDLs43TrxhirwzmC0DFvrHJe/an-apartment-room-with-wall-color-custom-1773905767600-5607632d.png?_wi=2", imageAlt: "Time-based lighting" imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B9eDLs43TrxhirwzmC0DFvrHJe/an-apartment-room-with-wall-color-custom-1773905767600-5607632d.png", imageAlt: "Time-based lighting"
}, },
{ {
id: "ai-suggestions", title: "AI forslag", descriptions: [ id: "ai-suggestions", title: "AI forslag", descriptions: [
"Få intelligente designanbefalinger", "Baseret på dine præferencer og trend", "Luk dig selv eller bliv inspireret" "Få intelligente designanbefalinger", "Baseret på dine præferencer og trend", "Luk dig selv eller bliv inspireret"
], ],
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B9eDLs43TrxhirwzmC0DFvrHJe/an-apartment-room-with-wall-color-custom-1773905767600-5607632d.png?_wi=3", imageAlt: "AI suggestions panel" imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B9eDLs43TrxhirwzmC0DFvrHJe/an-apartment-room-with-wall-color-custom-1773905767600-5607632d.png", imageAlt: "AI suggestions panel"
} }
]} ]}
gridVariant="three-columns-all-equal-width" gridVariant="three-columns-all-equal-width"
@@ -227,7 +227,7 @@ export default function LandingPage() {
tag="Om os" tag="Om os"
tagIcon={Home} tagIcon={Home}
tagAnimation="opacity" tagAnimation="opacity"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B9eDLs43TrxhirwzmC0DFvrHJe/a-stunning-3d-rendered-apartment-interio-1773905767650-9b8c08e9.png?_wi=2" imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B9eDLs43TrxhirwzmC0DFvrHJe/a-stunning-3d-rendered-apartment-interio-1773905767650-9b8c08e9.png"
imageAlt="Hjemsted headquarters" imageAlt="Hjemsted headquarters"
mediaAnimation="blur-reveal" mediaAnimation="blur-reveal"
metricsAnimation="slide-up" metricsAnimation="slide-up"
@@ -245,11 +245,11 @@ export default function LandingPage() {
testimonials={[ testimonials={[
{ {
id: "1", name: "Sofia Petersen", role: "Markedsanalytiker", company: "TechVentures", rating: 5, id: "1", name: "Sofia Petersen", role: "Markedsanalytiker", company: "TechVentures", rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B9eDLs43TrxhirwzmC0DFvrHJe/professional-headshot-photo-of-a-young-p-1773905767224-8529c1b3.png?_wi=2", imageAlt: "Sofia Petersen" imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B9eDLs43TrxhirwzmC0DFvrHJe/professional-headshot-photo-of-a-young-p-1773905767224-8529c1b3.png", imageAlt: "Sofia Petersen"
}, },
{ {
id: "2", name: "Christian Berg", role: "Softwareudvikler", company: "Innovation Labs", rating: 5, id: "2", name: "Christian Berg", role: "Softwareudvikler", company: "Innovation Labs", rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B9eDLs43TrxhirwzmC0DFvrHJe/professional-headshot-photo-of-a-young-m-1773905765925-4c165a97.png?_wi=2", imageAlt: "Christian Berg" imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B9eDLs43TrxhirwzmC0DFvrHJe/professional-headshot-photo-of-a-young-m-1773905765925-4c165a97.png", imageAlt: "Christian Berg"
}, },
{ {
id: "3", name: "Victoria Hansen", role: "Interiørdesigner", company: "Design Studio", rating: 5, id: "3", name: "Victoria Hansen", role: "Interiørdesigner", company: "Design Studio", rating: 5,
@@ -261,11 +261,11 @@ export default function LandingPage() {
}, },
{ {
id: "5", name: "Kristine Meyer", role: "Arkitekt", company: "Meyer Architects", rating: 5, id: "5", name: "Kristine Meyer", role: "Arkitekt", company: "Meyer Architects", rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B9eDLs43TrxhirwzmC0DFvrHJe/professional-headshot-photo-of-a-woman-p-1773905765888-fd4a7c59.png?_wi=2", imageAlt: "Kristine Meyer" imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B9eDLs43TrxhirwzmC0DFvrHJe/professional-headshot-photo-of-a-woman-p-1773905765888-fd4a7c59.png", imageAlt: "Kristine Meyer"
}, },
{ {
id: "6", name: "Henrik Thomsen", role: "Produktchef", company: "StartUp Denmark", rating: 5, id: "6", name: "Henrik Thomsen", role: "Produktchef", company: "StartUp Denmark", rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B9eDLs43TrxhirwzmC0DFvrHJe/professional-headshot-photo-of-a-male-pr-1773905766758-c5b8507e.png?_wi=2", imageAlt: "Henrik Thomsen" imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B9eDLs43TrxhirwzmC0DFvrHJe/professional-headshot-photo-of-a-male-pr-1773905766758-c5b8507e.png", imageAlt: "Henrik Thomsen"
} }
]} ]}
gridVariant="three-columns-all-equal-width" gridVariant="three-columns-all-equal-width"