Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user