Merge version_2 into main
Merge version_2 into main
This commit was merged in pull request #3.
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import { BookOpen, Heart, UserCheck, HandHeart, CalendarDays, Video } from 'lucide-react';
|
||||
import { BookOpen, Heart, UserCheck, HandHeart } from 'lucide-react';
|
||||
import ContactCTA from '@/components/sections/contact/ContactCTA';
|
||||
import FaqSplitText from '@/components/sections/faq/FaqSplitText';
|
||||
import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix';
|
||||
@@ -55,13 +55,6 @@ export default function LandingPage() {
|
||||
buttons={[{ text: "Get Involved", href: "#contact" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/dried-gypsophila-with-window-shadow-beige-wall_53876-147576.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{ src: "http://img.b2bpic.net/free-photo/gemstone-ray-stone-illuminated-brilliant_1232-4149.jpg", alt: "gemstone ray stone illuminated brilliant" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/dried-leaf-plant_1150-10824.jpg", alt: "dried leaf plant" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/interior-design-with-plant-low-angle_23-2149551389.jpg", alt: "Interior design with plant low angle" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/minimalist-still-life-with-vase-branch-stone-table_23-2151994344.jpg", alt: "Minimalist still life with vase and branch on stone table" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/portrait-attractive-young-redhead-caucasian-woman-dressed-casually-posing-isolated-against-wooden-wall_273609-9259.jpg", alt: "young professional woman portrait soft light" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -94,6 +87,7 @@ export default function LandingPage() {
|
||||
description="Stay connected with our weekly gatherings and special events."
|
||||
textboxLayout="split"
|
||||
animationType="slide-up"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{ id: "1", value: "Weekly", title: "Recurring Bible Studies", items: ["Set as weekly", "Join online"] },
|
||||
{ id: "2", value: "Monthly", title: "Retreats", items: ["Registration open", "Community focus"] }
|
||||
@@ -108,6 +102,7 @@ export default function LandingPage() {
|
||||
description="Access our curated video library (Admins Only)."
|
||||
textboxLayout="split"
|
||||
animationType="slide-up"
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{ id: "1", value: "Upload", title: "Add New Content", items: ["Admin managed", "Secure upload"] }
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user