Update src/app/page.tsx

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

View File

@@ -10,7 +10,7 @@ import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCar
import FaqBase from '@/components/sections/faq/FaqBase';
import ContactText from '@/components/sections/contact/ContactText';
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
import { Brain, Heart, HelpCircle, Home, Palette, Sofa, Sparkles } from 'lucide-react';
import { Brain, Cube, Heart, HelpCircle, Home, Palette, Sofa, Sparkles } from 'lucide-react';
export default function LandingPage() {
return (
@@ -316,7 +316,7 @@ export default function LandingPage() {
<ContactText
text="Klar til at finde din drømmebolig?"
animationType="entrance-slide"
background={{ variant: "glowing-orb" }}
background={{ variant: "plain" }}
useInvertedBackground={false}
buttons={[
{ text: "Start en tur i 3D nu", href: "#" },