Compare commits
7 Commits
version_5_
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| d8ee95cf9d | |||
|
|
becc9b237f | ||
| 67583242c0 | |||
|
|
ec2b1644d4 | ||
| db0cfccea5 | |||
|
|
f9e38ba10c | ||
| c3733526ad |
@@ -44,7 +44,7 @@ export default function Layout() {
|
||||
];
|
||||
|
||||
return (
|
||||
<StyleProvider buttonVariant="bounce" siteBackground="gridLines" heroBackground="lightRaysCorner">
|
||||
<StyleProvider buttonVariant="primary" siteBackground="gridLines" heroBackground="lightRaysCorner">
|
||||
<SiteBackgroundSlot />
|
||||
<SectionErrorBoundary name="navbar">
|
||||
<NavbarInline
|
||||
|
||||
@@ -15,6 +15,12 @@ import ContactSection from './HomePage/sections/Contact';
|
||||
|
||||
|
||||
import FaqSection from './HomePage/sections/Faq';
|
||||
|
||||
|
||||
{/* webild-stub @2026-06-05T22:17:28.678Z: add linkedin and instagram icons over photos of our mentors in our mentors section */}
|
||||
|
||||
{/* webild-stub @2026-06-05T22:15:08.568Z: add linkedin and instagram icons over photos of our mentors in our mentors section */}
|
||||
|
||||
import LeadGenSection from './HomePage/sections/LeadGen';export default function HomePage(): React.JSX.Element {
|
||||
return (
|
||||
<>
|
||||
|
||||
Reference in New Issue
Block a user