Merge version_1 into main #1

Merged
bender merged 5 commits from version_1 into main 2026-03-12 22:04:53 +00:00
5 changed files with 73 additions and 31 deletions

View File

@@ -80,7 +80,7 @@ const AboutPage = () => {
description="Founded by entrepreneurs who understand the unique needs of Moroccan businesses"
subdescription="Talimah connects local talent with international projects"
icon={Heart}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ArZTUQvoqFidTpCQcV0s9GqJkZ/a-diverse-team-of-professionals-standing-1773353025797-84e555c8.png"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ArZTUQvoqFidTpCQcV0s9GqJkZ/a-diverse-team-of-professionals-standing-1773353025797-84e555c8.png?_wi=2"
imageAlt="Diverse Team Working Together"
mediaAnimation="blur-reveal"
useInvertedBackground={false}
@@ -144,7 +144,7 @@ const AboutPage = () => {
handle: "@mkaddour_tech",
testimonial: "Talimah made it incredibly easy to find my next big project. The platform is intuitive and the support team is always helpful.",
rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ArZTUQvoqFidTpCQcV0s9GqJkZ/professional-headshot-of-a-confident-bus-1773353026039-e162bec7.png",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ArZTUQvoqFidTpCQcV0s9GqJkZ/professional-headshot-of-a-confident-bus-1773353026039-e162bec7.png?_wi=4",
},
{
id: "2",
@@ -152,7 +152,7 @@ const AboutPage = () => {
handle: "@amina_creative",
testimonial: "As a freelancer from Marrakech, I was skeptical about finding quality projects. Talimah proved me wrong. Excellent platform!",
rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ArZTUQvoqFidTpCQcV0s9GqJkZ/professional-headshot-of-a-young-female--1773353025388-963cefd4.png",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ArZTUQvoqFidTpCQcV0s9GqJkZ/professional-headshot-of-a-young-female--1773353025388-963cefd4.png?_wi=4",
},
{
id: "3",
@@ -160,7 +160,7 @@ const AboutPage = () => {
handle: "@hel_fassi",
testimonial: "The collaboration features saved us weeks of communication overhead. Our team works 30% faster now.",
rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ArZTUQvoqFidTpCQcV0s9GqJkZ/professional-headshot-of-a-mature-busine-1773353025254-d81138bf.png",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ArZTUQvoqFidTpCQcV0s9GqJkZ/professional-headshot-of-a-mature-busine-1773353025254-d81138bf.png?_wi=4",
},
{
id: "4",
@@ -168,7 +168,7 @@ const AboutPage = () => {
handle: "@noor_alkhatt",
testimonial: "Best investment our startup made this year. Talimah streamlined our entire project workflow.",
rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ArZTUQvoqFidTpCQcV0s9GqJkZ/professional-headshot-of-a-creative-prof-1773353025174-b63e3e8a.png",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ArZTUQvoqFidTpCQcV0s9GqJkZ/professional-headshot-of-a-creative-prof-1773353025174-b63e3e8a.png?_wi=2",
},
]}
/>
@@ -176,7 +176,7 @@ const AboutPage = () => {
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ArZTUQvoqFidTpCQcV0s9GqJkZ/an-inspiring-workspace-showing-a-diverse-1773353026613-82b320fa.png"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ArZTUQvoqFidTpCQcV0s9GqJkZ/an-inspiring-workspace-showing-a-diverse-1773353026613-82b320fa.png?_wi=3"
imageAlt="Talimah Platform Background"
logoText="Talimah"
copyrightText="© 2025 Talimah. All rights reserved."

View File

@@ -105,7 +105,7 @@ const ContactPage = () => {
useInvertedBackground={false}
mediaAnimation="blur-reveal"
mediaPosition="right"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ArZTUQvoqFidTpCQcV0s9GqJkZ/a-modern-collaborative-workspace-with-pe-1773353026743-4227ac11.png"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ArZTUQvoqFidTpCQcV0s9GqJkZ/a-modern-collaborative-workspace-with-pe-1773353026743-4227ac11.png?_wi=2"
imageAlt="Contact Us"
buttonText="Send Message"
onSubmit={handleContactSubmit}
@@ -114,7 +114,7 @@ const ContactPage = () => {
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ArZTUQvoqFidTpCQcV0s9GqJkZ/an-inspiring-workspace-showing-a-diverse-1773353026613-82b320fa.png"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ArZTUQvoqFidTpCQcV0s9GqJkZ/an-inspiring-workspace-showing-a-diverse-1773353026613-82b320fa.png?_wi=4"
imageAlt="Talimah Platform Background"
logoText="Talimah"
copyrightText="© 2025 Talimah. All rights reserved."

View File

@@ -1,29 +1,69 @@
import type { Metadata } from "next";
import { Halant } from "next/font/google";
import { Inter } from "next/font/google";
import { Manrope } from "next/font/google";
import { DM_Sans } from "next/font/google";
import "./globals.css";
import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
import { getVisualEditScript } from "@/utils/visual-edit-script";
import { Manrope } from "next/font/google";
import { DM_Sans } from "next/font/google";
const halant = Halant({
variable: "--font-halant",
subsets: ["latin"],
weight: ["300", "400", "500", "600", "700"],
});
export const metadata: Metadata = {
title: "Webild components 2",
description: "Generated by create next app",
};
const inter = Inter({
variable: "--font-inter",
subsets: ["latin"],
});
const manrope = Manrope({
variable: "--font-manrope",
subsets: ["latin"],
});
const dmSans = DM_Sans({
variable: "--font-dm-sans",
subsets: ["latin"],
});
export const metadata: Metadata = {
title: "Talimah - Moroccan Project Collaboration Platform",
description: "Connect with talented teams and discover projects on Talimah. The leading SaaS platform for project listing and team collaboration in Morocco and beyond.",
keywords: "project management, team collaboration, Morocco, SaaS, freelance projects, business collaboration",
metadataBase: new URL("https://talimah.com"),
alternates: {
canonical: "https://talimah.com",
},
openGraph: {
title: "Talimah - Connect. Collaborate. Create.",
description: "Discover projects and build amazing teams on Talimah, the modern collaboration platform for Moroccan professionals.",
url: "https://talimah.com",
siteName: "Talimah",
type: "website",
images: [
{
url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ArZTUQvoqFidTpCQcV0s9GqJkZ/a-modern-collaborative-project-managemen-1773353027187-902ea5fe.png",
alt: "Talimah Platform",
},
],
},
twitter: {
card: "summary_large_image",
title: "Talimah - Project Collaboration Platform",
description: "Connect with talented teams and discover projects on Talimah",
images: [
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ArZTUQvoqFidTpCQcV0s9GqJkZ/a-modern-collaborative-project-managemen-1773353027187-902ea5fe.png",
],
},
robots: {
index: true,
follow: true,
},
};
export default function RootLayout({
children,
}: Readonly<{
@@ -32,7 +72,9 @@ export default function RootLayout({
return (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body className={`${manrope.variable} ${dmSans.variable} antialiased`}>
<body
className={`${halant.variable} ${inter.variable} ${manrope.variable} ${dmSans.variable} antialiased`}
>
<Tag />
{children}
<script
@@ -44,4 +86,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -91,21 +91,21 @@ export default function HomePage() {
handle: "CEO, Atlas Ventures",
testimonial: "Talimah transformed how our distributed team manages projects. The platform is intuitive and designed for our workflow.",
rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ArZTUQvoqFidTpCQcV0s9GqJkZ/professional-headshot-of-a-confident-bus-1773353026039-e162bec7.png",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ArZTUQvoqFidTpCQcV0s9GqJkZ/professional-headshot-of-a-confident-bus-1773353026039-e162bec7.png?_wi=1",
},
{
name: "Karim Benjelloun",
handle: "Founder, DevSync",
testimonial: "Finally, a project platform that understands Moroccan business culture and international standards. Highly recommended!",
rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ArZTUQvoqFidTpCQcV0s9GqJkZ/professional-headshot-of-a-young-female--1773353025388-963cefd4.png",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ArZTUQvoqFidTpCQcV0s9GqJkZ/professional-headshot-of-a-young-female--1773353025388-963cefd4.png?_wi=1",
},
{
name: "Leila Chakir",
handle: "Product Lead, TechHouse",
testimonial: "The collaboration features are unmatched. Our team's productivity increased by 40% in the first month.",
rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ArZTUQvoqFidTpCQcV0s9GqJkZ/professional-headshot-of-a-mature-busine-1773353025254-d81138bf.png",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ArZTUQvoqFidTpCQcV0s9GqJkZ/professional-headshot-of-a-mature-busine-1773353025254-d81138bf.png?_wi=1",
},
]}
buttons={[
@@ -167,7 +167,7 @@ export default function HomePage() {
description="Founded by entrepreneurs who understand the unique needs of Moroccan businesses"
subdescription="Talimah connects local talent with international projects"
icon={Heart}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ArZTUQvoqFidTpCQcV0s9GqJkZ/a-diverse-team-of-professionals-standing-1773353025797-84e555c8.png"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ArZTUQvoqFidTpCQcV0s9GqJkZ/a-diverse-team-of-professionals-standing-1773353025797-84e555c8.png?_wi=1"
imageAlt="Diverse Team Working Together"
mediaAnimation="blur-reveal"
useInvertedBackground={false}
@@ -231,7 +231,7 @@ export default function HomePage() {
handle: "@mkaddour_tech",
testimonial: "Talimah made it incredibly easy to find my next big project. The platform is intuitive and the support team is always helpful.",
rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ArZTUQvoqFidTpCQcV0s9GqJkZ/professional-headshot-of-a-confident-bus-1773353026039-e162bec7.png",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ArZTUQvoqFidTpCQcV0s9GqJkZ/professional-headshot-of-a-confident-bus-1773353026039-e162bec7.png?_wi=2",
},
{
id: "2",
@@ -239,7 +239,7 @@ export default function HomePage() {
handle: "@amina_creative",
testimonial: "As a freelancer from Marrakech, I was skeptical about finding quality projects. Talimah proved me wrong. Excellent platform!",
rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ArZTUQvoqFidTpCQcV0s9GqJkZ/professional-headshot-of-a-young-female--1773353025388-963cefd4.png",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ArZTUQvoqFidTpCQcV0s9GqJkZ/professional-headshot-of-a-young-female--1773353025388-963cefd4.png?_wi=2",
},
{
id: "3",
@@ -247,7 +247,7 @@ export default function HomePage() {
handle: "@hel_fassi",
testimonial: "The collaboration features saved us weeks of communication overhead. Our team works 30% faster now.",
rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ArZTUQvoqFidTpCQcV0s9GqJkZ/professional-headshot-of-a-mature-busine-1773353025254-d81138bf.png",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ArZTUQvoqFidTpCQcV0s9GqJkZ/professional-headshot-of-a-mature-busine-1773353025254-d81138bf.png?_wi=2",
},
{
id: "4",
@@ -255,7 +255,7 @@ export default function HomePage() {
handle: "@noor_alkhatt",
testimonial: "Best investment our startup made this year. Talimah streamlined our entire project workflow.",
rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ArZTUQvoqFidTpCQcV0s9GqJkZ/professional-headshot-of-a-creative-prof-1773353025174-b63e3e8a.png",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ArZTUQvoqFidTpCQcV0s9GqJkZ/professional-headshot-of-a-creative-prof-1773353025174-b63e3e8a.png?_wi=1",
},
]}
/>
@@ -337,7 +337,7 @@ export default function HomePage() {
useInvertedBackground={false}
mediaAnimation="blur-reveal"
mediaPosition="right"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ArZTUQvoqFidTpCQcV0s9GqJkZ/a-modern-collaborative-workspace-with-pe-1773353026743-4227ac11.png"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ArZTUQvoqFidTpCQcV0s9GqJkZ/a-modern-collaborative-workspace-with-pe-1773353026743-4227ac11.png?_wi=1"
imageAlt="Contact Us"
buttonText="Send Message"
/>
@@ -345,7 +345,7 @@ export default function HomePage() {
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ArZTUQvoqFidTpCQcV0s9GqJkZ/an-inspiring-workspace-showing-a-diverse-1773353026613-82b320fa.png"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ArZTUQvoqFidTpCQcV0s9GqJkZ/an-inspiring-workspace-showing-a-diverse-1773353026613-82b320fa.png?_wi=1"
imageAlt="Talimah Platform Background"
logoText="Talimah"
copyrightText="© 2025 Talimah. All rights reserved."

View File

@@ -147,7 +147,7 @@ export default function PricingPage() {
handle: "@mkaddour_tech",
testimonial: "The Professional plan gave us everything we needed to scale. Best pricing in the market for the features offered.",
rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ArZTUQvoqFidTpCQcV0s9GqJkZ/professional-headshot-of-a-confident-bus-1773353026039-e162bec7.png",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ArZTUQvoqFidTpCQcV0s9GqJkZ/professional-headshot-of-a-confident-bus-1773353026039-e162bec7.png?_wi=3",
},
{
id: "2",
@@ -155,7 +155,7 @@ export default function PricingPage() {
handle: "@amina_creative",
testimonial: "Started with Starter plan, moved to Professional within 3 months. The value is incredible and scaling is seamless.",
rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ArZTUQvoqFidTpCQcV0s9GqJkZ/professional-headshot-of-a-young-female--1773353025388-963cefd4.png",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ArZTUQvoqFidTpCQcV0s9GqJkZ/professional-headshot-of-a-young-female--1773353025388-963cefd4.png?_wi=3",
},
{
id: "3",
@@ -163,7 +163,7 @@ export default function PricingPage() {
handle: "@hel_fassi",
testimonial: "Enterprise support is outstanding. The dedicated team helped us customize workflows perfectly for our needs.",
rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ArZTUQvoqFidTpCQcV0s9GqJkZ/professional-headshot-of-a-mature-busine-1773353025254-d81138bf.png",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ArZTUQvoqFidTpCQcV0s9GqJkZ/professional-headshot-of-a-mature-busine-1773353025254-d81138bf.png?_wi=3",
},
]}
/>
@@ -214,7 +214,7 @@ export default function PricingPage() {
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ArZTUQvoqFidTpCQcV0s9GqJkZ/an-inspiring-workspace-showing-a-diverse-1773353026613-82b320fa.png"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ArZTUQvoqFidTpCQcV0s9GqJkZ/an-inspiring-workspace-showing-a-diverse-1773353026613-82b320fa.png?_wi=2"
imageAlt="Talimah Platform Background"
logoText="Talimah"
copyrightText="© 2025 Talimah. All rights reserved."