54 Commits

Author SHA1 Message Date
985dcf4a84 Update src/app/services/page.tsx 2026-04-15 21:44:53 +00:00
0777009de4 Update src/app/services/page.tsx 2026-04-15 21:42:53 +00:00
c3c014ccd4 Update src/app/pricing/page.tsx 2026-04-15 21:42:52 +00:00
d063617431 Update src/app/page.tsx 2026-04-15 21:42:52 +00:00
e67ff26e5d Update src/app/contact/page.tsx 2026-04-15 21:42:51 +00:00
d372663f99 Update src/app/about/page.tsx 2026-04-15 21:42:51 +00:00
0c9199d82c Update src/app/staff/page.tsx 2026-04-15 21:42:41 +00:00
b00f23d8e4 Update src/app/sacraments/page.tsx 2026-04-15 21:42:41 +00:00
07b0ba2331 Update src/app/mass-schedule/page.tsx 2026-04-15 21:42:40 +00:00
c35c841ffc Update src/app/contact/page.tsx 2026-04-15 21:42:40 +00:00
5bdb64b94f Update src/app/about/page.tsx 2026-04-15 21:42:39 +00:00
3e33180544 Update src/app/services/page.tsx 2026-04-15 21:40:37 +00:00
fbd76b1168 Update src/app/pricing/page.tsx 2026-04-15 21:40:37 +00:00
aa2d799522 Update src/app/page.tsx 2026-04-15 21:40:36 +00:00
abcec59fcb Update src/app/contact/page.tsx 2026-04-15 21:40:36 +00:00
998369ff6d Update src/app/about/page.tsx 2026-04-15 21:40:35 +00:00
0a6f63b1c4 Update src/app/staff/page.tsx 2026-04-15 21:40:28 +00:00
54aa0fa9b8 Update src/app/sacraments/page.tsx 2026-04-15 21:40:28 +00:00
ed8310b4df Update src/app/mass-schedule/page.tsx 2026-04-15 21:40:28 +00:00
3edff45b8b Update src/app/contact/page.tsx 2026-04-15 21:40:27 +00:00
86d1f8e315 Update src/app/about/page.tsx 2026-04-15 21:40:27 +00:00
4c8eef1548 Add src/app/services/page.tsx 2026-04-15 21:38:22 +00:00
ae03677472 Add src/app/pricing/page.tsx 2026-04-15 21:38:22 +00:00
df38bf5855 Update src/app/page.tsx 2026-04-15 21:38:21 +00:00
21bfa42553 Update src/app/layout.tsx 2026-04-15 21:38:21 +00:00
daeb6f68a1 Update src/app/contact/page.tsx 2026-04-15 21:38:20 +00:00
4de7f9bb97 Update src/app/about/page.tsx 2026-04-15 21:38:20 +00:00
04ce63413d Merge version_4 into main
Merge version_4 into main
2026-04-15 21:38:18 +00:00
b25cafd853 Add src/app/staff/page.tsx 2026-04-15 21:38:14 +00:00
6b1b0a3522 Update src/app/sacraments/page.tsx 2026-04-15 21:38:14 +00:00
30f0cdd4bf Update src/app/page.tsx 2026-04-15 21:38:14 +00:00
2d8abaf730 Add src/app/mass-schedule/page.tsx 2026-04-15 21:38:13 +00:00
75e2c7c099 Update src/app/contact/page.tsx 2026-04-15 21:38:13 +00:00
59223cfacc Add src/app/about/page.tsx 2026-04-15 21:38:12 +00:00
6cf924a05c Merge version_3 into main
Merge version_3 into main
2026-04-15 21:37:46 +00:00
36c4f98aba Update src/app/ministries/page.tsx 2026-04-15 21:37:43 +00:00
a0ad7f327f Update src/app/bulletin-and-events/page.tsx 2026-04-15 21:37:42 +00:00
fc2364fb14 Merge version_3 into main
Merge version_3 into main
2026-04-15 21:37:21 +00:00
ee71fab090 Update src/app/sacraments/page.tsx 2026-04-15 21:37:18 +00:00
a05ae91cda Update src/app/page.tsx 2026-04-15 21:37:18 +00:00
304b126245 Update src/app/ministries/page.tsx 2026-04-15 21:37:17 +00:00
a288d4707c Update src/app/mass-times/page.tsx 2026-04-15 21:37:17 +00:00
9de42ed9ef Update src/app/layout.tsx 2026-04-15 21:37:16 +00:00
1cc8b87710 Update src/app/giving/page.tsx 2026-04-15 21:37:16 +00:00
14666e8455 Update src/app/contact/page.tsx 2026-04-15 21:37:15 +00:00
b3fafdf566 Update src/app/bulletin-and-events/page.tsx 2026-04-15 21:37:15 +00:00
017cf05392 Merge version_3 into main
Merge version_3 into main
2026-04-15 21:36:41 +00:00
e80c2c3544 Add src/app/sacraments/page.tsx 2026-04-15 21:36:38 +00:00
a11619dcc5 Update src/app/page.tsx 2026-04-15 21:36:37 +00:00
90f05407ed Add src/app/ministries/page.tsx 2026-04-15 21:36:37 +00:00
73d137e6b6 Add src/app/mass-times/page.tsx 2026-04-15 21:36:36 +00:00
9b8bc489d7 Add src/app/giving/page.tsx 2026-04-15 21:36:36 +00:00
fc0202422e Add src/app/contact/page.tsx 2026-04-15 21:36:35 +00:00
fbd69d4765 Add src/app/bulletin-and-events/page.tsx 2026-04-15 21:36:35 +00:00
7 changed files with 308 additions and 0 deletions

View File

@@ -0,0 +1,40 @@
"use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline";
import FooterBase from "@/components/sections/footer/FooterBase";
import FeatureCardSeven from "@/components/sections/feature/FeatureCardSeven";
export default function BulletinEventsPage() {
const navItems = [
{ name: "Home", id: "/" },
{ name: "Bulletin & Events", id: "/bulletin-and-events" },
{ name: "Ministries", id: "/ministries" },
];
return (
<ThemeProvider defaultButtonVariant="icon-arrow" defaultTextAnimation="entrance-slide" borderRadius="rounded" contentWidth="medium" sizing="medium" background="none" cardStyle="glass-elevated" primaryButtonStyle="shadow" secondaryButtonStyle="solid" headingFontWeight="medium">
<ReactLenis root>
<NavbarLayoutFloatingInline navItems={navItems} button={{ text: "Book", href: "/contact" }} />
<main className="pt-24">
<FeatureCardSeven
title="Upcoming Events"
description="Join us for our community gatherings and spiritual growth opportunities."
features={[
{ title: "Sunday Mass", description: "Weekly community worship at 10:00 AM.", imageSrc: "https://images.unsplash.com/photo-1542816417-0983c9c9ad53?w=800&h=600&fit=crop&_wi=1" },
{ title: "Youth Bible Study", description: "Engaging sessions for teens every Wednesday.", imageSrc: "https://images.unsplash.com/photo-1542816417-0983c9c9ad53?w=800&h=600&fit=crop&_wi=2" }
]}
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
/>
</main>
<FooterBase
logoText="Coach"
columns={[{ title: "Links", items: [{ label: "Home", href: "/" }] }]}
/>
</ReactLenis>
</ThemeProvider>
);
}

68
src/app/giving/page.tsx Normal file
View File

@@ -0,0 +1,68 @@
"use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline";
import PricingCardThree from "@/components/sections/pricing/PricingCardThree";
import MetricCardThree from "@/components/sections/metrics/MetricCardThree";
import FooterBase from "@/components/sections/footer/FooterBase";
import ReactLenis from "lenis/react";
import { Heart, Users } from "lucide-react";
export default function GivingPage() {
const navItems = [
{ name: "Home", id: "/" },
{ name: "Giving", id: "/giving" },
{ name: "Contact", id: "/contact" },
];
return (
<ThemeProvider
defaultButtonVariant="icon-arrow"
defaultTextAnimation="entrance-slide"
borderRadius="rounded"
contentWidth="medium"
sizing="medium"
background="none"
cardStyle="glass-elevated"
primaryButtonStyle="shadow"
secondaryButtonStyle="solid"
headingFontWeight="medium"
>
<ReactLenis root>
<NavbarLayoutFloatingInline navItems={navItems} button={{ text: "Give", href: "/giving" }} />
<MetricCardThree
title="Our Impact"
description="Your generosity makes a real difference."
animationType="slide-up"
textboxLayout="split"
useInvertedBackground={false}
metrics={[
{ id: "1", icon: Heart, title: "Total Donated", value: "$500k" },
{ id: "2", icon: Users, title: "Lives Impacted", value: "10k" },
]}
/>
<PricingCardThree
title="Support Our Mission"
description="Choose an option that works best for you."
textboxLayout="split"
animationType="slide-up"
useInvertedBackground={false}
plans={[
{
id: "monthly", name: "Monthly Partner", price: "$50", features: ["Exclusive updates", "Community access"],
buttons: [{ text: "Give Monthly", href: "#" }],
},
{
id: "one-time", name: "One-Time Gift", price: "$100", features: ["Receipt provided"],
buttons: [{ text: "Give Now", href: "#" }],
},
]}
/>
<FooterBase
logoText="Coach"
columns={[{ title: "Navigation", items: [{ label: "Home", href: "/" }, { label: "Giving", href: "/giving" }, { label: "Contact", href: "/contact" }] }]}
/>
</ReactLenis>
</ThemeProvider>
);
}

View File

@@ -0,0 +1,43 @@
"use client";
import ReactLenis from "lenis/react";
import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
export default function MassSchedulePage() {
const navItems = [
{ name: "Home", id: "/" },
{ name: "Mass Schedule", id: "/mass-schedule" },
{ name: "Sacraments", id: "/sacraments" },
{ name: "Staff", id: "/staff" },
{ name: "Contact", id: "/contact" },
];
return (
<ThemeProvider
defaultButtonVariant="icon-arrow"
defaultTextAnimation="entrance-slide"
borderRadius="rounded"
contentWidth="medium"
sizing="medium"
background="none"
cardStyle="glass-elevated"
primaryButtonStyle="shadow"
secondaryButtonStyle="solid"
headingFontWeight="medium"
>
<ReactLenis root>
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
navItems={navItems}
brandName="St. Jerome"
button={{ text: "Join Us", href: "/contact" }}
/>
</div>
<main className="pt-32 min-h-screen px-4">
<h1 className="text-4xl font-bold text-center mb-8">Mass Schedule</h1>
</main>
</ReactLenis>
</ThemeProvider>
);
}

View File

@@ -0,0 +1,30 @@
"use client";
import ReactLenis from "lenis/react";
import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import FooterBase from "@/components/sections/footer/FooterBase";
export default function MassTimesPage() {
const navItems = [
{ name: "Home", id: "/" },
{ name: "Mass Times", id: "/mass-times" },
{ name: "Sacraments", id: "/sacraments" },
];
return (
<ThemeProvider defaultButtonVariant="icon-arrow" defaultTextAnimation="entrance-slide" borderRadius="rounded" contentWidth="medium" sizing="medium" background="none" cardStyle="glass-elevated" primaryButtonStyle="shadow" secondaryButtonStyle="solid" headingFontWeight="medium">
<ReactLenis root>
<NavbarLayoutFloatingInline navItems={navItems} button={{ text: "Contact", href: "/contact" }} />
<div className="pt-32 pb-20 px-6 max-w-4xl mx-auto">
<h1 className="text-4xl font-bold mb-8">Mass Schedule</h1>
<div className="mt-12 p-6 bg-secondary rounded-lg">
<h3 className="font-bold text-xl">Location</h3>
<p>123 Parish Way, Faithful City, FC 12345</p>
</div>
</div>
<FooterBase logoText="Coach" columns={[{ title: "Links", items: [{ label: "Home", href: "/" }] }]} />
</ReactLenis>
</ThemeProvider>
);
}

View File

@@ -0,0 +1,41 @@
"use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline";
import FooterBase from "@/components/sections/footer/FooterBase";
import FeatureCardSeven from "@/components/sections/feature/FeatureCardSeven";
export default function MinistriesPage() {
const navItems = [
{ name: "Home", id: "/" },
{ name: "Bulletin & Events", id: "/bulletin-and-events" },
{ name: "Ministries", id: "/ministries" },
];
return (
<ThemeProvider defaultButtonVariant="icon-arrow" defaultTextAnimation="entrance-slide" borderRadius="rounded" contentWidth="medium" sizing="medium" background="none" cardStyle="glass-elevated" primaryButtonStyle="shadow" secondaryButtonStyle="solid" headingFontWeight="medium">
<ReactLenis root>
<NavbarLayoutFloatingInline navItems={navItems} button={{ text: "Contact", href: "/contact" }} />
<main className="pt-24">
<FeatureCardSeven
title="Parish Ministries"
description="Discover ways to serve, connect, and grow within our parish community."
features={[
{ title: "Food Pantry", description: "Serving those in need.", imageSrc: "https://images.unsplash.com/photo-1542816417-0983c9c9ad53?w=800&h=600&fit=crop&_wi=3" },
{ title: "Music Ministry", description: "Enhancing our worship.", imageSrc: "https://images.unsplash.com/photo-1542816417-0983c9c9ad53?w=800&h=600&fit=crop&_wi=4" },
{ title: "Youth Mentorship", description: "Supporting the next generation.", imageSrc: "https://images.unsplash.com/photo-1542816417-0983c9c9ad53?w=800&h=600&fit=crop&_wi=5" }
]}
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
/>
</main>
<FooterBase
logoText="Coach"
columns={[{ title: "Links", items: [{ label: "Home", href: "/" }] }]}
/>
</ReactLenis>
</ThemeProvider>
);
}

View File

@@ -0,0 +1,43 @@
"use client";
import ReactLenis from "lenis/react";
import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
export default function SacramentsPage() {
const navItems = [
{ name: "Home", id: "/" },
{ name: "Mass Schedule", id: "/mass-schedule" },
{ name: "Sacraments", id: "/sacraments" },
{ name: "Staff", id: "/staff" },
{ name: "Contact", id: "/contact" },
];
return (
<ThemeProvider
defaultButtonVariant="icon-arrow"
defaultTextAnimation="entrance-slide"
borderRadius="rounded"
contentWidth="medium"
sizing="medium"
background="none"
cardStyle="glass-elevated"
primaryButtonStyle="shadow"
secondaryButtonStyle="solid"
headingFontWeight="medium"
>
<ReactLenis root>
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
navItems={navItems}
brandName="St. Jerome"
button={{ text: "Join Us", href: "/contact" }}
/>
</div>
<main className="pt-32 min-h-screen px-4">
<h1 className="text-4xl font-bold text-center mb-8">Sacraments</h1>
</main>
</ReactLenis>
</ThemeProvider>
);
}

43
src/app/staff/page.tsx Normal file
View File

@@ -0,0 +1,43 @@
"use client";
import ReactLenis from "lenis/react";
import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
export default function StaffPage() {
const navItems = [
{ name: "Home", id: "/" },
{ name: "Mass Schedule", id: "/mass-schedule" },
{ name: "Sacraments", id: "/sacraments" },
{ name: "Staff", id: "/staff" },
{ name: "Contact", id: "/contact" },
];
return (
<ThemeProvider
defaultButtonVariant="icon-arrow"
defaultTextAnimation="entrance-slide"
borderRadius="rounded"
contentWidth="medium"
sizing="medium"
background="none"
cardStyle="glass-elevated"
primaryButtonStyle="shadow"
secondaryButtonStyle="solid"
headingFontWeight="medium"
>
<ReactLenis root>
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
navItems={navItems}
brandName="St. Jerome"
button={{ text: "Join Us", href: "/contact" }}
/>
</div>
<main className="pt-32 min-h-screen px-4">
<h1 className="text-4xl font-bold text-center mb-8">Our Staff</h1>
</main>
</ReactLenis>
</ThemeProvider>
);
}