4 Commits

Author SHA1 Message Date
29cd165ca9 Update src/pages/HomePage.tsx 2026-06-13 21:44:46 +00:00
c15aa3235d Update src/pages/HomePage.tsx 2026-06-13 21:43:17 +00:00
33eebba6c7 Update src/pages/HomePage.tsx 2026-06-13 21:42:43 +00:00
8170d027ca Update theme fonts 2026-06-13 21:37:28 +00:00
2 changed files with 7 additions and 7 deletions

View File

@@ -1,4 +1,4 @@
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');
@import "tailwindcss";
@import "./styles/masks.css";
@import "./styles/animations.css";
@@ -88,7 +88,7 @@
--color-background-accent: var(--background-accent);
/* Fonts */
--font-sans: 'Roboto', sans-serif;
--font-sans: 'Poppins', sans-serif;
--font-tight: "Inter Tight", sans-serif;
--font-mono: monospace;
@@ -137,7 +137,7 @@ body {
margin: 0;
background-color: var(--background);
color: var(--foreground);
font-family: 'Roboto', sans-serif;
font-family: 'Poppins', sans-serif;
position: relative;
min-height: 100vh;
overscroll-behavior: none;
@@ -150,7 +150,7 @@ h3,
h4,
h5,
h6 {
font-family: 'Roboto', sans-serif;
font-family: 'Poppins', sans-serif;
}
/* Default card/button styles. Template theme.css imports come after this file

View File

@@ -16,7 +16,7 @@ export default function HomePage() {
<SectionErrorBoundary name="hero">
<HeroOverlay
tag="Welcome Home"
title="Experience the Fire of God's Anointing"
title="Emxperience the Fire of God's Anointing"
description="Christ Anointing Fire Apostolic Ministry equips believers through apostolic teaching, Spirit-filled worship, and authentic community. Join us as we grow in faith and power."
primaryButton={{
text: "Join Our Community",
@@ -34,10 +34,10 @@ export default function HomePage() {
<div id="about" data-section="about">
<SectionErrorBoundary name="about">
<AboutText
title="Our Apostolic Foundation"
title=""
primaryButton={{
text: "Our Beliefs",
href: "#",
href: "",
}}
/>
</SectionErrorBoundary>