diff --git a/Sample-01/components/Content.jsx b/Sample-01/components/Content.jsx index 35c369e..d91a7dd 100644 --- a/Sample-01/components/Content.jsx +++ b/Sample-01/components/Content.jsx @@ -1,27 +1,52 @@ import React from 'react'; -import { Row, Col } from 'reactstrap'; -import { FontAwesomeIcon } from '@fortawesome/react-fontawesome'; - -import contentData from '../utils/contentData'; const Content = () => ( -
-

- What can I do next? -

- - {contentData.map((col, i) => ( - -
- - - {col.title} - -
-

{col.description}

- - ))} -
+
+

Warum Awesome Travel?

+ +
+
+
+ 🌍 Exklusive Reiseziele +
+

+ Entdecke handverlesene Destinationen weltweit. Von einsamen Stränden bis + hin zu aufregenden Metropolen – wir finden das perfekte Abenteuer für dich. +

+
+ +
+
+ 🛡️ Rundum-Schutz inklusive +
+

+ Durch unsere Partnerschaft mit der Travel-Safe Versicherung + ist jede Buchung automatisch geschützt. Sicherheit steht bei uns an erster Stelle. +

+
+
+ +
+
+
+ 🔒 Sicherer Login +
+

+ Deine Daten sind bei uns sicher. Dank modernster Verschlüsselung und + Multi-Faktor-Authentifizierung (MFA) hast nur du Zugriff auf dein Konto. +

+
+ +
+
+ ✈️ 24/7 Support +
+

+ Egal wo du bist, unser Team ist rund um die Uhr für dich da. Wir unterstützen + dich bei Umbuchungen oder Notfällen während deiner Reise. +

+
+
);