translation
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
import { useTranslations } from "next-intl";
|
||||
import Image from "next/image";
|
||||
|
||||
export function Story() {
|
||||
const t = useTranslations();
|
||||
return (
|
||||
<div className="bg-[#1e1d1c] pb-0 relative z-10 max-[350px]:pb-30 ">
|
||||
<div className="max-w-260 mx-auto px-4">
|
||||
@@ -26,21 +28,11 @@ export function Story() {
|
||||
{/* Content */}
|
||||
<div className="relative z-20 p-8 lg:p-12 max-w-130">
|
||||
<h2 className="text-white text-4xl lg:text-5xl font-bold mb-6">
|
||||
OUR STORY
|
||||
{t("about.story.title")}
|
||||
</h2>
|
||||
<p className="text-gray-300 mb-4">
|
||||
Our story is one of unwavering dedication, selflessness, and a{" "}
|
||||
<span className="text-white font-semibold">
|
||||
deep commitment to the safety
|
||||
</span>
|
||||
and well-being of our communities.
|
||||
</p>
|
||||
<p className="text-gray-400 mb-6">
|
||||
Aliquam lorem ante dapibus in viverra quis a tellus phasellus
|
||||
viverra nulla ut metus varius laoreet quisque rutrum.
|
||||
</p>
|
||||
<p className="text-gray-300 mb-4">{t("about.story.description")}</p>
|
||||
<button className="text-white flex items-center gap-2 hover:text-red-500 transition">
|
||||
READ MORE
|
||||
{t("about.story.readMore")}
|
||||
<svg
|
||||
className="w-4 h-4"
|
||||
fill="none"
|
||||
@@ -74,11 +66,10 @@ export function Story() {
|
||||
/>
|
||||
</span>
|
||||
<div className="space-y-1 text-white">
|
||||
<h2 className="text-xl font-semibold">FIREFORCE VISION</h2>
|
||||
<p>
|
||||
Phasellus viverra nulla ut metus varius leo imperdiet laoreet.
|
||||
Quisque rutrum aenean augue vulputate eleifend.
|
||||
</p>
|
||||
<h2 className="text-xl font-semibold">
|
||||
{t("about.story.vision.title")}
|
||||
</h2>
|
||||
<p>{t("about.story.vision.description")}</p>
|
||||
</div>
|
||||
</div>
|
||||
<div className="flex sm:flex-row flex-col sm:items-center items-start md:rounded-t-xl max-md:rounded-xl max-w-md w-full sm:p-7 p-2 bg-black sm:gap-5 gap-2">
|
||||
@@ -92,10 +83,11 @@ export function Story() {
|
||||
/>
|
||||
</span>
|
||||
<div className="space-y-1 text-white">
|
||||
<h2 className="text-xl font-semibold">FIREFORCE VISION</h2>
|
||||
<h2 className="text-xl font-semibold">
|
||||
{t("about.story.mission.title")}
|
||||
</h2>
|
||||
<p>
|
||||
Phasellus viverra nulla ut metus varius leo imperdiet laoreet.
|
||||
Quisque rutrum aenean augue vulputate eleifend.
|
||||
{t("about.story.mission.description")}
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user