3 Commits

Author SHA1 Message Date
8170d027ca Update theme fonts 2026-06-13 21:37:28 +00:00
kudinDmitriyUp
5228a63877 Bob AI: Update the contact section to include the church address: 37, Church Street, Oba 2026-06-13 21:35:16 +00:00
0b36997126 Merge version_1_1781386106351 into main
Merge version_1_1781386106351 into main
2026-06-13 21:29:23 +00:00
2 changed files with 5 additions and 5 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

@@ -213,7 +213,7 @@ export default function HomePage() {
<SectionErrorBoundary name="contact">
<ContactCta
tag="Join Us"
text="Ready to experience the fire? We would love to have you."
text="Ready to experience the fire? We would love to have you. Visit us at 37, Church Street, Obadiah Ijora, Lagos. Nigeria."
primaryButton={{
text: "Visit Us",
href: "#",