Call To Action sections and colors
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import React from "react";
|
||||
import styled from "styled-components";
|
||||
import { Card, PageLink, Divider, CardSection, SossoSection } from "@components/index";
|
||||
import { Card, PageLink, Divider, CardSection, CTASection } from "@components/index";
|
||||
import FrontPageHero from "./FrontPageHero";
|
||||
import { Event } from "@models/Event";
|
||||
import { Post } from "@models/Feed";
|
||||
@@ -62,10 +62,13 @@ const FrontPageView: React.FC<FrontPageViewProps> = ({ events, feed }) => (
|
||||
|
||||
</CardSection>
|
||||
|
||||
<SossoSection>
|
||||
<h3>Sössöä vuodesta 1969.</h3>
|
||||
<Anchor to="https://sosso.fi">Lue opiskelijalehden viimeisin numero ›</Anchor>
|
||||
</SossoSection>
|
||||
<CTASection
|
||||
bgColor="orange1"
|
||||
link="https://sosso.fi"
|
||||
linkText="Lue opiskelijalehden viimeisin numero ›"
|
||||
>
|
||||
Sössöä vuodesta 1969.
|
||||
</CTASection>
|
||||
|
||||
<CardSection>
|
||||
{feed.map(inst => (
|
||||
|
||||
Reference in New Issue
Block a user