Compare commits
3 Commits
version_2_
...
version_5_
| Author | SHA1 | Date | |
|---|---|---|---|
| c15aa3235d | |||
| 33eebba6c7 | |||
| 8170d027ca |
@@ -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
|
||||
|
||||
@@ -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,7 +34,7 @@ export default function HomePage() {
|
||||
<div id="about" data-section="about">
|
||||
<SectionErrorBoundary name="about">
|
||||
<AboutText
|
||||
title="Our Apostolic Foundation"
|
||||
title=""
|
||||
primaryButton={{
|
||||
text: "Our Beliefs",
|
||||
href: "#",
|
||||
|
||||
Reference in New Issue
Block a user