Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #4.
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, Cube, Heart, HelpCircle, Home, Palette, Sofa, Sparkles } from 'lucide-react';
|
||||
import { Brain, Heart, HelpCircle, Home, Palette, Sofa, Sparkles, Cube as CubeIcon } from 'lucide-react';
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -82,7 +82,7 @@ export default function LandingPage() {
|
||||
title="Udforsk din næste bolig i 3D"
|
||||
description="Se boligen fra alle vinkler, mål rummene op, og få en realistisk fornemmelse af pladsen. Vores interaktive 3D-viewer giver dig fuld kontrol over din opdagelsesrejse."
|
||||
tag="3D Teknologi"
|
||||
tagIcon={Cube}
|
||||
tagIcon={CubeIcon}
|
||||
tagAnimation="slide-up"
|
||||
features={[
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user