Compare commits
17 Commits
version_2_
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 75efb0634e | |||
| 6bf4499ec6 | |||
| 8f18a562c1 | |||
| 08e3e11abb | |||
| 1f5e57f4d6 | |||
| db653d3fc8 | |||
| f92a4a00cd | |||
| c8849c5c51 | |||
| 96a7308629 | |||
| 29cd165ca9 | |||
| 531a21cb9c | |||
| c15aa3235d | |||
| 8c3a8188f4 | |||
| 33eebba6c7 | |||
| 0f62237c61 | |||
| 8170d027ca | |||
| f4cae67008 |
@@ -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
|
||||
|
||||
@@ -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>
|
||||
@@ -46,9 +46,9 @@ export default function HomePage() {
|
||||
<div id="features" data-section="features">
|
||||
<SectionErrorBoundary name="features">
|
||||
<FeaturesComparison
|
||||
tag="What We Do"
|
||||
title="A Life Built on Apostolic Truth"
|
||||
description="We believe in authentic discipleship and intentional community growth."
|
||||
tag=""
|
||||
title=""
|
||||
description=""
|
||||
negativeItems={[
|
||||
"Surface level engagement",
|
||||
"Isolated spiritual growth",
|
||||
|
||||
Reference in New Issue
Block a user