Merge version_4 into main #5
@@ -12,7 +12,6 @@ import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleAp
|
||||
import PricingCardThree from '@/components/sections/pricing/PricingCardThree';
|
||||
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
|
||||
import SplitAbout from '@/components/sections/about/SplitAbout';
|
||||
import { ThumbsUp, Trash2, Truck } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -139,6 +138,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqsAnimation="blur-reveal"
|
||||
title="Häufige Fragen"
|
||||
description="Hier finden Sie Antworten auf die wichtigsten Fragen."
|
||||
faqs={[
|
||||
{ id: "q1", title: "Wie schnell sind Termine möglich?", content: "Meist innerhalb von 48 Stunden." },
|
||||
{ id: "q2", title: "Sind Sie versichert?", content: "Selbstverständlich ist jeder Auftrag voll versichert." },
|
||||
@@ -154,6 +154,7 @@ export default function LandingPage() {
|
||||
tag="Kontakt"
|
||||
title="Bereit für Ihren Umzug?"
|
||||
description="Schreiben Sie uns oder rufen Sie an – wir melden uns umgehend bei Ihnen."
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user