diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 0666a7e..bd195bc 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -1,117 +1,113 @@ +import { getTranslations } from "next-intl/server"; import Header from "@/components/layout/Header"; import Footer from "@/components/layout/Footer"; -export const metadata = { - title: "About - ManoonOils", - description: "Learn about ManoonOils - our story, mission, and commitment to natural beauty.", -}; +export async function generateMetadata() { + return { + title: "O nama - ManoonOils", + description: "Saznajte više o ManoonOils - naša priča, misija i posvećenost prirodnoj lepoti.", + }; +} + +export default async function AboutPage() { + const t = await getTranslations("About"); -export default function AboutPage() { return ( <>
- {/* Page Header */}
-
-
- Our Story -

- About ManoonOils -

-
-
-
- - {/* Hero Image */} -
- Natural oils production -
-
- - {/* Content */} -
-
-
- {/* Introduction */} -
-

- ManoonOils was born from a passion for natural beauty and the belief - that the best skincare comes from nature itself. -

-

- We believe in the power of natural ingredients. Every oil in our - collection is carefully selected for its unique properties and - benefits. From nourishing oils that restore hair vitality to serums - that rejuvenate skin, we craft each product with love and attention - to detail. -

-
- - {/* Values Grid */} -
-
-

Natural Ingredients

-

- We use only the finest natural ingredients, sourced ethically and sustainably - from trusted suppliers around the world. -

-
-
-

Cruelty-Free

-

- Our products are never tested on animals. We believe in beauty - without compromise. -

-
-
-

Sustainable Packaging

-

- We use eco-friendly packaging materials and minimize waste - throughout our production process. -

-
-
-

Handcrafted Quality

-

- Every bottle is handcrafted in small batches to ensure - the highest quality and freshness. -

-
-
- - {/* Mission */} -
- Our Mission -
- “To provide premium quality, natural products that enhance - your daily beauty routine.” -
-
- - {/* Story Section */} -
-

Handmade with Love

-

- Every bottle of ManoonOils is handcrafted with care. We small-batch - produce our products to ensure the highest quality and freshness. - When you use ManoonOils, you can feel confident that you're using - something made with genuine care and expertise. -

-

- Our journey began with a simple question: how can we create products - that truly nurture both hair and skin? Today, we continue to innovate - while staying true to our commitment to natural, effective beauty solutions. -

+
+
+ + {t("subtitle")} + +

+ {t("title")} +

-
- + +
+ Proizvodnja prirodnih ulja +
+
+ +
+
+
+
+

+ {t("intro")} +

+

+ {t("intro2")} +

+
+ +
+
+

+ {t("naturalIngredients")} +

+

+ {t("naturalIngredientsDesc")} +

+
+
+

+ {t("crueltyFree")} +

+

+ {t("crueltyFreeDesc")} +

+
+
+

+ {t("sustainablePackaging")} +

+

+ {t("sustainablePackagingDesc")} +

+
+
+

+ {t("handcraftedQuality")} +

+

+ {t("handcraftedQualityDesc")} +

+
+
+ +
+ + {t("mission")} + +
+ “{t("missionQuote")}” +
+
+ +
+

+ {t("handmadeTitle")} +

+

+ {t("handmadeText1")} +

+

+ {t("handmadeText2")} +

+
+
+
+