diff --git a/src/app/bulletin-and-events/page.tsx b/src/app/bulletin-and-events/page.tsx new file mode 100644 index 0000000..55d12ab --- /dev/null +++ b/src/app/bulletin-and-events/page.tsx @@ -0,0 +1,48 @@ +"use client"; + +import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; +import ReactLenis from "lenis/react"; +import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline"; +import FooterLogoEmphasis from "@/components/sections/footer/FooterLogoEmphasis"; +import FeatureCardTwentyFive from "@/components/sections/feature/FeatureCardTwentyFive"; +import { CalendarDays, Newspaper } from "lucide-react"; + +export default function BulletinEventsPage() { + const navItems = [ + { name: "Home", id: "/" }, + { name: "Bulletin & Events", id: "/bulletin-and-events" }, + { name: "Ministries", id: "/ministries" }, + ]; + + return ( + + + +
+ + +
+ +
+
+ ); +} \ No newline at end of file diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx new file mode 100644 index 0000000..779fa0e --- /dev/null +++ b/src/app/contact/page.tsx @@ -0,0 +1,37 @@ +"use client"; + +import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; +import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline"; +import ContactSplit from "@/components/sections/contact/ContactSplit"; +import FooterLogoEmphasis from "@/components/sections/footer/FooterLogoEmphasis"; +import ReactLenis from "lenis/react"; + +export default function ContactPage() { + const navItems = [ + { name: "Home", id: "/" }, + { name: "Giving", id: "/giving" }, + { name: "Contact", id: "/contact" }, + ]; + + return ( + + + + + + + + ); +} diff --git a/src/app/giving/page.tsx b/src/app/giving/page.tsx new file mode 100644 index 0000000..4e72f61 --- /dev/null +++ b/src/app/giving/page.tsx @@ -0,0 +1,57 @@ +"use client"; + +import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; +import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline"; +import PricingCardNine from "@/components/sections/pricing/PricingCardNine"; +import MetricCardSeven from "@/components/sections/metrics/MetricCardSeven"; +import FooterLogoEmphasis from "@/components/sections/footer/FooterLogoEmphasis"; +import ReactLenis from "lenis/react"; + +export default function GivingPage() { + const navItems = [ + { name: "Home", id: "/" }, + { name: "Giving", id: "/giving" }, + { name: "Contact", id: "/contact" }, + ]; + + return ( + + + + + + + + + ); +} diff --git a/src/app/mass-times/page.tsx b/src/app/mass-times/page.tsx new file mode 100644 index 0000000..4839c95 --- /dev/null +++ b/src/app/mass-times/page.tsx @@ -0,0 +1,42 @@ +"use client"; + +import ReactLenis from "lenis/react"; +import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline"; +import ContactText from "@/components/sections/contact/ContactText"; +import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; + +export default function MassTimesPage() { + const navItems = [ + { name: "Home", id: "/" }, + { name: "Mass Times", id: "/mass-times" }, + { name: "Sacraments", id: "/sacraments" }, + ]; + + return ( + + + +
+

Mass Schedule

+ + + + + + + + + + + + +
DayTime
Sunday8:00 AM, 10:30 AM
Monday - Friday9:00 AM
Saturday5:00 PM (Vigil)
+
+

Location

+

123 Parish Way, Faithful City, FC 12345

+
+
+
+
+ ); +} \ No newline at end of file diff --git a/src/app/ministries/page.tsx b/src/app/ministries/page.tsx new file mode 100644 index 0000000..5b82aeb --- /dev/null +++ b/src/app/ministries/page.tsx @@ -0,0 +1,39 @@ +"use client"; + +import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; +import ReactLenis from "lenis/react"; +import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline"; +import FooterLogoEmphasis from "@/components/sections/footer/FooterLogoEmphasis"; +import FeatureCardTwentyFive from "@/components/sections/feature/FeatureCardTwentyFive"; + +export default function MinistriesPage() { + const navItems = [ + { name: "Home", id: "/" }, + { name: "Bulletin & Events", id: "/bulletin-and-events" }, + { name: "Ministries", id: "/ministries" }, + ]; + + return ( + + + +
+ +
+ +
+
+ ); +} \ No newline at end of file diff --git a/src/app/page.tsx b/src/app/page.tsx index 48c2812..dbcb770 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -17,7 +17,8 @@ export default function BusinessCoachTemplatePage() { { name: "About", id: "about" }, { name: "Services", id: "services" }, { name: "Testimonials", id: "testimonials" }, - { name: "Contact", id: "contact" }, + { name: "Giving", id: "/giving" }, + { name: "Contact", id: "/contact" }, ]; return ( @@ -37,7 +38,7 @@ export default function BusinessCoachTemplatePage() { @@ -67,36 +68,28 @@ export default function BusinessCoachTemplatePage() { useInvertedBackground={false} features={[ { - title: "Business Strategy", - description: "Crafting clear, actionable strategies that align with your goals for sustainable growth.", - icon: Target, + title: "Business Strategy", description: "Crafting clear, actionable strategies that align with your goals for sustainable growth.", icon: Target, mediaItems: [ { imageSrc: "https://images.unsplash.com/photo-1552664730-d307ca884978?w=800&h=600&fit=crop", imageAlt: "Team collaborating around a whiteboard" }, { imageSrc: "https://images.unsplash.com/photo-1542744173-8e7e53415bb0?w=800&h=600&fit=crop", imageAlt: "Strategy meeting presentation" }, ], }, { - title: "Leadership Development", - description: "Build the leadership skills needed to inspire teams and drive organizational success.", - icon: Users, + title: "Leadership Development", description: "Build the leadership skills needed to inspire teams and drive organizational success.", icon: Users, mediaItems: [ { imageSrc: "https://images.unsplash.com/photo-1600880292203-757bb62b4baf?w=800&h=600&fit=crop", imageAlt: "Professional team meeting" }, { imageSrc: "https://images.unsplash.com/photo-1573496359142-b8d87734a5a2?w=800&h=600&fit=crop", imageAlt: "Confident business leader" }, ], }, { - title: "Growth Acceleration", - description: "Identify opportunities and implement systems to scale your business efficiently.", - icon: TrendingUp, + title: "Growth Acceleration", description: "Identify opportunities and implement systems to scale your business efficiently.", icon: TrendingUp, mediaItems: [ { imageSrc: "https://images.unsplash.com/photo-1460925895917-afdab827c52f?w=800&h=600&fit=crop", imageAlt: "Business analytics dashboard" }, { imageSrc: "https://images.unsplash.com/photo-1551288049-bebda4e38f71?w=800&h=600&fit=crop", imageAlt: "Growth metrics on screen" }, ], }, { - title: "Mindset Coaching", - description: "Overcome limiting beliefs and develop the mindset of a successful entrepreneur.", - icon: Lightbulb, + title: "Mindset Coaching", description: "Overcome limiting beliefs and develop the mindset of a successful entrepreneur.", icon: Lightbulb, mediaItems: [ { imageSrc: "https://images.unsplash.com/photo-1508672019048-805c876b67e2?w=800&h=600&fit=crop", imageAlt: "Mindfulness and focus" }, { imageSrc: "https://images.unsplash.com/photo-1521791136064-7986c2920216?w=800&h=600&fit=crop", imageAlt: "One-on-one coaching session" }, @@ -114,32 +107,14 @@ export default function BusinessCoachTemplatePage() { useInvertedBackground={false} testimonials={[ { - id: "1", - name: "Sarah Mitchell", - role: "Founder & CEO", - company: "TechStart Inc", - rating: 5, - imageSrc: "https://images.unsplash.com/photo-1573496359142-b8d87734a5a2?w=400&h=400&fit=crop&crop=face", - imageAlt: "Sarah Mitchell", - }, + id: "1", name: "Sarah Mitchell", role: "Founder & CEO", company: "TechStart Inc", rating: 5, + imageSrc: "https://images.unsplash.com/photo-1573496359142-b8d87734a5a2?w=400&h=400&fit=crop&crop=face", imageAlt: "Sarah Mitchell"}, { - id: "2", - name: "Michael Chen", - role: "Managing Director", - company: "Growth Partners", - rating: 5, - imageSrc: "https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?w=400&h=400&fit=crop&crop=face", - imageAlt: "Michael Chen", - }, + id: "2", name: "Michael Chen", role: "Managing Director", company: "Growth Partners", rating: 5, + imageSrc: "https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?w=400&h=400&fit=crop&crop=face", imageAlt: "Michael Chen"}, { - id: "3", - name: "Emily Rodriguez", - role: "Business Owner", - company: "Creative Studios", - rating: 5, - imageSrc: "https://images.unsplash.com/photo-1580489944761-15a19d654956?w=400&h=400&fit=crop&crop=face", - imageAlt: "Emily Rodriguez", - }, + id: "3", name: "Emily Rodriguez", role: "Business Owner", company: "Creative Studios", rating: 5, + imageSrc: "https://images.unsplash.com/photo-1580489944761-15a19d654956?w=400&h=400&fit=crop&crop=face", imageAlt: "Emily Rodriguez"}, ]} kpiItems={[ { value: "200+", label: "Clients coached" }, @@ -147,90 +122,29 @@ export default function BusinessCoachTemplatePage() { { value: "12+", label: "Years experience" }, ]} /> - - + + +
+

Sacraments

+

The seven sacraments are the life of our Church. Contact the parish office for preparation details.

+
+ {sacraments.map((s) => ( +
+

{s}

+
+ ))} +
+
+
+ + ); +} \ No newline at end of file