Update src/app/page.tsx

This commit is contained in:
2026-04-03 20:53:20 +00:00
parent 9858580a31
commit 7cbe62f957

View File

@@ -7,7 +7,6 @@ import FeatureCardTwelve from '@/components/sections/feature/FeatureCardTwelve';
import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
import ContactText from '@/components/sections/contact/ContactText';
import FooterSimple from '@/components/sections/footer/FooterSimple';
import Link from "next/link";
export default function Page() {
return (
@@ -88,6 +87,7 @@ export default function Page() {
<div id="contact" data-section="contact">
<ContactText
background={{ variant: "gradient-bars" }}
useInvertedBackground={false}
text="Sie finden uns in der Erzherzog-Karl-Straße 60, 1220 Wien. Wir freuen uns auf Ihren Besuch!"
buttons={[
{ text: "Tel: +43 660 87511680", href: "tel:+4366087511680" },