diff --git a/src/components/BibleStudySection.tsx b/src/components/BibleStudySection.tsx index fb66428..1ec8b09 100644 --- a/src/components/BibleStudySection.tsx +++ b/src/components/BibleStudySection.tsx @@ -1,9 +1,14 @@ import { Calendar, Clock, Users, Book } from 'lucide-react'; import { Link } from 'react-router-dom'; +import { motion, useReducedMotion } from 'framer-motion'; import FadeIn from './FadeIn'; const BibleStudySection = () => { + const prefersReducedMotion = useReducedMotion(); + const maxSeriesImageHeight = '34rem'; + const seriesImageAnimationDuration = 0.45; + const expectations = [ { label: 'Opening Prayer', desc: 'We begin each session centering our hearts on God' }, { label: 'Scripture Reading', desc: "We dive deep into God's Word together" }, @@ -90,19 +95,27 @@ const BibleStudySection = () => { {/* Current Series */} -
+

Current Series

-
+ Current Bible study topic artwork for character study in 1 Samuel focused on David. -
+

Character Study in 1 Samuel