Skip to content

Commit f62d6a5

Browse files
committed
mobile bielefeld variant
1 parent 0186126 commit f62d6a5

2 files changed

Lines changed: 11 additions & 5 deletions

File tree

src/ui/language/translations.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ const translations = {
2828
headerPilot: "Bielefeld Pilot Project",
2929
headerShard1: "Discover support programs in Bielefeld",
3030
subHeader: "Find support programs for you and your situation in Bielefeld. Answer a few questions and we will show you which programs you might be eligible for.",
31+
pilotButton: "Pilotproject",
32+
regularButton: "Discover all benefits",
3133
}
3234
},
3335
fact: {
@@ -374,6 +376,8 @@ const translations = {
374376
headerPilot: "Pilotprojekt Bielefeld",
375377
headerShard1: "Entdecke Deine Hilfe in Bielefeld",
376378
subHeader: "Finde Förderprogramme, die zu dir und deiner Situation in Bielefeld passen. Beantworte einfach ein paar Fragen und wir zeigen dir, auf welche Programme du Anspruch haben könntest.",
379+
pilotButton: "Pilotprojekt",
380+
regularButton: "Alle Leistungen prüfen",
377381
}
378382
},
379383
fact: {

src/ui/screens/landing-page/sections/top-section/variants/LandingPageTopSectionBielefunke.js

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ import { useStore } from "@/ui/shared-components/ViewportUpdater";
33
import { HBox, VBox } from "@/ui/shared-components/LayoutBoxes";
44
import RegularButton from "@/ui/shared-components/buttons/RegularButton";
55
import LandingPageSectionWrapper from "../../../components/LandingPageSectionWrapper";
6-
import LandingPageTopSectionShared from "../components/LandingPageTopSectionShared";
76
import LandingPageTopSectionSharedVariant from "../components/LandingPageTopSectionSharedVariant";
87

98
const LandingPageTopSectionBielefunke = ({ runway }) => {
@@ -20,8 +19,8 @@ const LandingPageTopSectionBielefunke = ({ runway }) => {
2019
<VBox sx={{ maxWidth: "600px", gap: 4 }}>
2120
<LandingPageTopSectionSharedVariant runway={runway} />
2221
<HBox>
23-
<RegularButton text={'Pilotprojekt'} variant={'whiteOutlinedBlue'} link='/user-routing' />
24-
<RegularButton text={'Alle Ansprüche prüfen'} variant={'yellowContained'} link='/user-routing' />
22+
<RegularButton text={'home.hero.bielefeld.pilotButton'} variant={'whiteOutlinedBlue'} link='/eligibility-overview?tags=ff%3Abielefunke' />
23+
<RegularButton text={'home.hero.bielefeld.regularButton'} variant={'yellowContained'} link='/user-routing' />
2524
</HBox>
2625
</VBox>
2726
</VBox>
@@ -76,8 +75,11 @@ const LandingPageTopSectionBielefunke = ({ runway }) => {
7675
</VBox>
7776

7877
<VBox sx={{ gap: "16px" }}>
79-
<LandingPageTopSectionShared />
80-
<RegularButton variant={'yellowContained'} link='/user-routing' />
78+
<LandingPageTopSectionSharedVariant runway={runway} />
79+
<VBox sx={{ gap: 2, width: '100%' }}>
80+
<RegularButton text={'home.hero.bielefeld.pilotButton'} variant={'whiteOutlinedBlue'} link='/eligibility-overview?tags=ff%3Abielefunke' />
81+
<RegularButton text={'home.hero.bielefeld.regularButton'} variant={'yellowContained'} link='/user-routing' />
82+
</VBox>
8183
</VBox>
8284
</VBox>
8385
)}

0 commit comments

Comments
 (0)