From 4053a9e04fcfe71c8889776650b0db55760805fe Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 18:07:00 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4a7b565..ce5af12 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven'; import ContactFaq from '@/components/sections/contact/ContactFaq'; import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; -import { Calendar, Star, Users, Tent, Zap, Clock, MessageCircle } from 'lucide-react'; +import { Calendar, Star, Users, Tent, Zap, Clock, MessageCircle, Sparkles } from 'lucide-react'; export default function LandingPage() { return ( @@ -50,7 +50,7 @@ export default function LandingPage() { tag="Jugendgruppe" tagIcon={Users} tagAnimation="slide-up" - background={{ variant: "circleGradient" }} + background={{ variant: "sparkles-gradient" }} buttons={[ { text: "Miniplan ansehen", href: "schedule" }, { text: "Aktionen entdecken", href: "activities" } @@ -61,7 +61,7 @@ export default function LandingPage() { { imageSrc: "http://img.b2bpic.net/free-photo/empty-our-lady-s-church-13th-century-lissewege-belgium_181624-50436.jpg", imageAlt: "Herz-Jesu Kirche Ettlingen" }, { imageSrc: "http://img.b2bpic.net/free-photo/we-are-real-party-animals_329181-8390.jpg", imageAlt: "Jugendliche feiern zusammen" }, { imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-black-woman-hands-distributing-fresh-produce-needy-homeless-people-food-drive-detailed-image-free-food-being-shared-poor-less-privileged-caucasian-person_482257-68733.jpg", imageAlt: "Altar Dienst" }, - { imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-boy-scouts-woods_52683-94217.jpg?_wi=1", imageAlt: "Hüttenlager Abenteuer" } + { imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-boy-scouts-woods_52683-94217.jpg", imageAlt: "Hüttenlager Abenteuer" } ]} ariaLabel="Hero section with carousel of youth group activities" /> @@ -72,7 +72,7 @@ export default function LandingPage() { title="Was gibt's Neues?" description="Bleib immer auf dem aktuellen Stand bei unseren Veranstaltungen und Aktionen" tag="Aktuelle Highlights" - tagIcon={Zap} + tagIcon={Sparkles} tagAnimation="slide-up" features={[ { @@ -156,7 +156,7 @@ export default function LandingPage() { id: "1", value: "Aktuell", title: "Miniplan", description: "Alle Ministrantendienste übersichtlich dargestellt", imageSrc: "http://img.b2bpic.net/free-vector/modern-planning-schedule-concept_23-2147952304.jpg", imageAlt: "Miniplan Kalender" }, { - id: "2", value: "Live", title: "Veranstaltungen", description: "Alle geplanten Aktionen und Events im Überblick", imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-boy-scouts-woods_52683-94217.jpg?_wi=2", imageAlt: "Veranstaltungskalender" + id: "2", value: "Live", title: "Veranstaltungen", description: "Alle geplanten Aktionen und Events im Überblick", imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-boy-scouts-woods_52683-94217.jpg", imageAlt: "Veranstaltungskalender" } ]} title="Kalender & Miniplan" -- 2.49.1