|
|
@ -1,18 +1,15 @@ |
|
|
|
import React from "react"; |
|
|
|
import { getTranslation } from "../../core/i18n/I18NHandler"; |
|
|
|
import WebpageBanner from "../../components/webpage_container/WebpageBanner"; |
|
|
|
import { |
|
|
|
StudySite, |
|
|
|
getHeatmapData, |
|
|
|
} from "../../components/webpage_container/StudySite"; |
|
|
|
import { pushToMouseLog, getSensorLog } from "../../core/log/SensorLogger"; |
|
|
|
import { pushToMouseLog } from "../../core/log/SensorLogger"; |
|
|
|
import { Collapse, Text, Spacer } from "@geist-ui/core"; |
|
|
|
//import {logo} from "/public/images/budget_bird_logo.png"; |
|
|
|
|
|
|
|
function StartPage1({ redirectLoc }) { |
|
|
|
var saveMouseLog = function () { |
|
|
|
pushToMouseLog(getHeatmapData()); |
|
|
|
//window.location.href = "./" + redirectLoc; |
|
|
|
}; |
|
|
|
|
|
|
|
// TODO THINK IF I WANT TO JUST USE AN OVERLAY FOR OTHER DUMMY LINKS, WHICH ARENT CORRECT??? |
|
|
@ -44,9 +41,9 @@ function StartPage1({ redirectLoc }) { |
|
|
|
<Collapse title="Can I make a name change after I have booked?"> |
|
|
|
<Text> |
|
|
|
It is not possible to make a retroactive name change for a booking. |
|
|
|
BudgetBird Airlines shall provide the transport service to the passenger named |
|
|
|
in the ticket only. The BudgetBird Service Team will be happy to |
|
|
|
help you if you require further information. |
|
|
|
BudgetBird Airlines shall provide the transport service to the |
|
|
|
passenger named in the ticket only. The BudgetBird Service Team will |
|
|
|
be happy to help you if you require further information. |
|
|
|
</Text> |
|
|
|
</Collapse> |
|
|
|
<Collapse title="What are the upper weight limits for free baggage?"> |
|
|
|