Update src/app/page.tsx
This commit is contained in:
@@ -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: "#" },
|
||||
|
||||
Reference in New Issue
Block a user