11 Commits

Author SHA1 Message Date
e4a536fb9f Merge version_2 into main
Merge version_2 into main
2026-05-22 18:10:56 +00:00
d5749f0092 Update src/app/page.tsx 2026-05-22 18:10:53 +00:00
de7657ba02 Merge version_2 into main
Merge version_2 into main
2026-05-22 18:10:25 +00:00
1f0949be17 Update src/app/styles/variables.css 2026-05-22 18:10:22 +00:00
242109ee6d Update src/app/page.tsx 2026-05-22 18:10:22 +00:00
49bacb2844 Merge version_1 into main
Merge version_1 into main
2026-05-22 17:40:51 +00:00
47d556df5f Merge version_1 into main
Merge version_1 into main
2026-05-22 17:38:25 +00:00
41921f31ee Merge version_1 into main
Merge version_1 into main
2026-05-22 17:29:12 +00:00
20f2b3d062 Merge version_1 into main
Merge version_1 into main
2026-05-22 17:24:59 +00:00
68b46a6032 Merge version_1 into main
Merge version_1 into main
2026-05-22 17:22:18 +00:00
86fd70f66d Merge version_1 into main
Merge version_1 into main
2026-05-22 17:20:18 +00:00
2 changed files with 64 additions and 300 deletions

View File

@@ -2,9 +2,9 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react"; import ReactLenis from "lenis/react";
import ContactCTA from '@/components/sections/contact/ContactCTA'; import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
import FeatureCardTwentySeven from '@/components/sections/feature/FeatureCardTwentySeven'; import FeatureCardTwentySeven from '@/components/sections/feature/FeatureCardTwentySeven';
import FooterBase from '@/components/sections/footer/FooterBase'; import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
import HeroCarouselLogo from '@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo'; import HeroCarouselLogo from '@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo';
import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven'; import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven';
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
@@ -30,32 +30,15 @@ export default function LandingPage() {
<div id="nav" data-section="nav"> <div id="nav" data-section="nav">
<NavbarStyleFullscreen <NavbarStyleFullscreen
navItems={[ navItems={[
{ { name: "What We Do", id: "#services" },
name: "What We Do", { name: "How It Works", id: "#how-it-works" },
id: "#services", { name: "About Us", id: "#about" },
}, { name: "Partners", id: "#network" },
{ { name: "Contact", id: "#contact" },
name: "How It Works",
id: "#how-it-works",
},
{
name: "About Us",
id: "#about",
},
{
name: "Partners",
id: "#network",
},
{
name: "Contact",
id: "#contact",
},
]} ]}
brandName="TareaGlobal" brandName="TareaGlobal"
button={{ button={{
text: "Book a Free Call", text: "Book a Free Call", href: "#contact"}}
href: "#contact",
}}
/> />
</div> </div>
@@ -64,40 +47,16 @@ export default function LandingPage() {
logoText="TareaGlobal" logoText="TareaGlobal"
description="We help Universities build global partnerships." description="We help Universities build global partnerships."
buttons={[ buttons={[
{ { text: "See How It Works", href: "#how-it-works" },
text: "See How It Works", { text: "Book a 20-Min Call", href: "#contact" },
href: "#how-it-works",
},
{
text: "Book a 20-Min Call",
href: "#contact",
},
]} ]}
slides={[ slides={[
{ { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3E3dlZXztnGOXm3l3IQqJ6oej2t/uploaded-1779470380379-mfqwdkcs.jpg", imageAlt: "university campus architecture" },
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3E3dlZXztnGOXm3l3IQqJ6oej2t/uploaded-1779470380379-mfqwdkcs.jpg", { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3E3dlZXztnGOXm3l3IQqJ6oej2t/uploaded-1779471600387-goawmqe4.jpg", imageAlt: "international students mobility" },
imageAlt: "university campus architecture", { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3E3dlZXztnGOXm3l3IQqJ6oej2t/uploaded-1779470578839-3s2xfmf5.jpg", imageAlt: "faculty academic exchange" },
}, { imageSrc: "http://img.b2bpic.net/free-photo/high-tech-view-futuristic-earth_23-2151100372.jpg", imageAlt: "global network connection" },
{ { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3E3dlZXztnGOXm3l3IQqJ6oej2t/uploaded-1779471026973-klyuptds.jpg", imageAlt: "student mobility graduate" },
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3E3dlZXztnGOXm3l3IQqJ6oej2t/uploaded-1779471600387-goawmqe4.jpg", { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3E3dlZXztnGOXm3l3IQqJ6oej2t/uploaded-1779471540902-gudim09o.jpg", imageAlt: "global academic strategy" },
imageAlt: "international students mobility",
},
{
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3E3dlZXztnGOXm3l3IQqJ6oej2t/uploaded-1779470578839-3s2xfmf5.jpg",
imageAlt: "faculty academic exchange",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/high-tech-view-futuristic-earth_23-2151100372.jpg",
imageAlt: "global network connection",
},
{
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3E3dlZXztnGOXm3l3IQqJ6oej2t/uploaded-1779471026973-klyuptds.jpg",
imageAlt: "student mobility graduate",
},
{
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3E3dlZXztnGOXm3l3IQqJ6oej2t/uploaded-1779471540902-gudim09o.jpg",
imageAlt: "global academic strategy",
},
]} ]}
/> />
</div> </div>
@@ -108,46 +67,10 @@ export default function LandingPage() {
textboxLayout="default" textboxLayout="default"
useInvertedBackground={false} useInvertedBackground={false}
metrics={[ metrics={[
{ { id: "m1", value: "47+", title: "Partner Universities", items: ["Top-tier institutions", "Diverse global locations", "Active collaborative network"] },
id: "m1", { id: "m2", value: "18+", title: "Countries", items: ["Expanding global reach", "Strategic market access", "International footprint"] },
value: "47+", { id: "m3", value: "1200+", title: "Students Placed", items: ["Life-changing experiences", "Academic mobility focus", "Successful student placements"] },
title: "Partner Universities", { id: "m4", value: "8+", title: "Years Experience", items: ["Industry proven expertise", "Deep domain knowledge", "Long-term partnership trust"] },
items: [
"Top-tier institutions",
"Diverse global locations",
"Active collaborative network",
],
},
{
id: "m2",
value: "18+",
title: "Countries",
items: [
"Expanding global reach",
"Strategic market access",
"International footprint",
],
},
{
id: "m3",
value: "1200+",
title: "Students Placed",
items: [
"Life-changing experiences",
"Academic mobility focus",
"Successful student placements",
],
},
{
id: "m4",
value: "8+",
title: "Years Experience",
items: [
"Industry proven expertise",
"Deep domain knowledge",
"Long-term partnership trust",
],
},
]} ]}
title="Our Global Reach" title="Our Global Reach"
description="Building momentum through measurable impact and strategic global partnerships." description="Building momentum through measurable impact and strategic global partnerships."
@@ -160,60 +83,12 @@ export default function LandingPage() {
textboxLayout="default" textboxLayout="default"
useInvertedBackground={false} useInvertedBackground={false}
features={[ features={[
{ { id: "s1", title: "Partnership Development", descriptions: ["Identifying strategic fit for academic growth."], imageSrc: "http://img.b2bpic.net/free-vector/people-social-behavior-patterns_1284-4217.jpg" },
id: "s1", { id: "s2", title: "MOU Support", descriptions: ["Streamlining legal and administrative frameworks."], imageSrc: "http://img.b2bpic.net/free-photo/business-people-sitting-desk-conference-hall-working-with-papers-laptop_549566-404.jpg" },
title: "Partnership Development", { id: "s3", title: "Student Mobility", descriptions: ["Facilitating exchange and credit programs."], imageSrc: "http://img.b2bpic.net/free-photo/shadow-worried-uniform-black-earth_1134-1302.jpg" },
descriptions: [ { id: "s4", title: "Faculty Exchange", descriptions: ["Supporting research and teaching collaborations."], imageSrc: "http://img.b2bpic.net/free-photo/thoughtful-people-talking-while-using-laptop-library_74855-1657.jpg" },
"Identifying strategic fit for academic growth.", { id: "s5", title: "Strategy Development", descriptions: ["Tailored roadmaps for global presence."], imageSrc: "http://img.b2bpic.net/free-photo/high-angle-pawns-world-continents_23-2149407880.jpg" },
], { id: "s6", title: "Network Access", descriptions: ["Exclusive connections to vetted partners."], imageSrc: "http://img.b2bpic.net/free-photo/city-committed-education-collage-concept_23-2150062207.jpg" },
imageSrc: "http://img.b2bpic.net/free-vector/people-social-behavior-patterns_1284-4217.jpg",
imageAlt: "partnership handshake business",
},
{
id: "s2",
title: "MOU Support",
descriptions: [
"Streamlining legal and administrative frameworks.",
],
imageSrc: "http://img.b2bpic.net/free-photo/business-people-sitting-desk-conference-hall-working-with-papers-laptop_549566-404.jpg",
imageAlt: "MOU signed contract",
},
{
id: "s3",
title: "Student Mobility",
descriptions: [
"Facilitating exchange and credit programs.",
],
imageSrc: "http://img.b2bpic.net/free-photo/shadow-worried-uniform-black-earth_1134-1302.jpg",
imageAlt: "student mobility international",
},
{
id: "s4",
title: "Faculty Exchange",
descriptions: [
"Supporting research and teaching collaborations.",
],
imageSrc: "http://img.b2bpic.net/free-photo/thoughtful-people-talking-while-using-laptop-library_74855-1657.jpg",
imageAlt: "faculty research exchange",
},
{
id: "s5",
title: "Strategy Development",
descriptions: [
"Tailored roadmaps for global presence.",
],
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-pawns-world-continents_23-2149407880.jpg",
imageAlt: "internationalization strategy board",
},
{
id: "s6",
title: "Network Access",
descriptions: [
"Exclusive connections to vetted partners.",
],
imageSrc: "http://img.b2bpic.net/free-photo/city-committed-education-collage-concept_23-2150062207.jpg",
imageAlt: "network access connection",
},
]} ]}
title="What We Do" title="What We Do"
description="Comprehensive services to accelerate your internationalisation goals." description="Comprehensive services to accelerate your internationalisation goals."
@@ -226,42 +101,10 @@ export default function LandingPage() {
textboxLayout="split" textboxLayout="split"
useInvertedBackground={false} useInvertedBackground={false}
features={[ features={[
{ { id: "w1", title: "1. Discovery Call", descriptions: ["A 30-minute introductory sync."], imageSrc: "http://img.b2bpic.net/free-photo/businessman-using-mobile-phone_107420-84784.jpg" },
id: "w1", { id: "w2", title: "2. Needs Assessment", descriptions: ["In-depth analysis of university requirements."], imageSrc: "http://img.b2bpic.net/free-photo/diverse-depository-workers-analyzing-bureaucracy-record-working-overhours-accountancy-report-arhive-room-businesspeople-checking-administrative-documents-corporate-repository_482257-71606.jpg" },
title: "1. Discovery Call", { id: "w3", title: "3. Partner Matching", descriptions: ["Curated list and vetting process."], imageSrc: "http://img.b2bpic.net/free-photo/puzzle-background-with-missing-piece_23-2149299128.jpg" },
descriptions: [ { id: "w4", title: "4. Agreement & Launch", descriptions: ["Closing agreements for ongoing growth."], imageSrc: "http://img.b2bpic.net/free-photo/young-woman-model-posing-with-books-earth-globe-red-wall_114579-56011.jpg" },
"A 30-minute introductory sync.",
],
imageSrc: "http://img.b2bpic.net/free-photo/businessman-using-mobile-phone_107420-84784.jpg",
imageAlt: "discovery business call",
},
{
id: "w2",
title: "2. Needs Assessment",
descriptions: [
"In-depth analysis of university requirements.",
],
imageSrc: "http://img.b2bpic.net/free-photo/diverse-depository-workers-analyzing-bureaucracy-record-working-overhours-accountancy-report-arhive-room-businesspeople-checking-administrative-documents-corporate-repository_482257-71606.jpg",
imageAlt: "needs assessment analysis",
},
{
id: "w3",
title: "3. Partner Matching",
descriptions: [
"Curated list and vetting process.",
],
imageSrc: "http://img.b2bpic.net/free-photo/puzzle-background-with-missing-piece_23-2149299128.jpg",
imageAlt: "partner matching puzzle",
},
{
id: "w4",
title: "4. Agreement & Launch",
descriptions: [
"Closing agreements for ongoing growth.",
],
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-model-posing-with-books-earth-globe-red-wall_114579-56011.jpg",
imageAlt: "agreement launch growth",
},
]} ]}
title="How It Works" title="How It Works"
description="Our seamless 4-step framework." description="Our seamless 4-step framework."
@@ -275,24 +118,9 @@ export default function LandingPage() {
tag="About Us" tag="About Us"
membersAnimation="slide-up" membersAnimation="slide-up"
members={[ members={[
{ { id: "t1", name: "Elena Rodriguez, Founder", imageSrc: "http://img.b2bpic.net/free-photo/children-expressions_23-2148010400.jpg" },
id: "t1", { id: "t2", name: "Dr. Marcus Chen, Partner Director", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-confident-man_176474-86008.jpg" },
name: "Elena Rodriguez, Founder", { id: "t3", name: "Sarah Jenkins, Ops Lead", imageSrc: "http://img.b2bpic.net/free-photo/focused-male-adult-student-doing-research-library_74855-1903.jpg" },
imageSrc: "http://img.b2bpic.net/free-photo/children-expressions_23-2148010400.jpg",
imageAlt: "professional founder woman",
},
{
id: "t2",
name: "Dr. Marcus Chen, Partner Director",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-confident-man_176474-86008.jpg",
imageAlt: "professional partner director",
},
{
id: "t3",
name: "Sarah Jenkins, Ops Lead",
imageSrc: "http://img.b2bpic.net/free-photo/focused-male-adult-student-doing-research-library_74855-1903.jpg",
imageAlt: "operations lead portrait",
},
]} ]}
memberVariant="card" memberVariant="card"
/> />
@@ -305,26 +133,9 @@ export default function LandingPage() {
rating={5} rating={5}
author="International Director, University of Oxford" author="International Director, University of Oxford"
avatars={[ avatars={[
{ { src: "http://img.b2bpic.net/free-photo/happy-college-students-communicating-with-their-professor-hallway_637285-9249.jpg", alt: "university director testimonial" },
src: "http://img.b2bpic.net/free-photo/happy-college-students-communicating-with-their-professor-hallway_637285-9249.jpg", { src: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-library_23-2149204737.jpg", alt: "international coordinator avatar" },
alt: "university director testimonial", { src: "http://img.b2bpic.net/free-photo/close-up-people-therapy_23-2148928792.jpg", alt: "university dean portrait" },
},
{
src: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-library_23-2149204737.jpg",
alt: "international coordinator avatar",
},
{
src: "http://img.b2bpic.net/free-photo/close-up-people-therapy_23-2148928792.jpg",
alt: "university dean portrait",
},
{
src: "http://img.b2bpic.net/free-photo/close-up-brunette-woman-holding-pen_1098-3146.jpg",
alt: "brunette woman holding a pen",
},
{
src: "http://img.b2bpic.net/free-photo/young-students-classroom_329181-13026.jpg",
alt: "Young students in the classroom",
},
]} ]}
ratingAnimation="slide-up" ratingAnimation="slide-up"
avatarsAnimation="slide-up" avatarsAnimation="slide-up"
@@ -335,98 +146,51 @@ export default function LandingPage() {
<SocialProofOne <SocialProofOne
textboxLayout="default" textboxLayout="default"
useInvertedBackground={false} useInvertedBackground={false}
names={[ names={["LSE", "Sorbonne", "TU Berlin", "HKU", "Monterrey", "Cairo University", "Kyoto University"]}
"LSE",
"Sorbonne",
"TU Berlin",
"HKU",
"Monterrey",
"Cairo University",
"Kyoto University",
]}
title="Global Partner Network" title="Global Partner Network"
description="Trusted by leading institutions globally." description="Trusted by leading institutions globally."
/> />
</div> </div>
<div id="contact" data-section="contact"> <div id="contact" data-section="contact">
<ContactCTA <ContactSplitForm
useInvertedBackground={false} title="Get in Touch"
background={{ description="Send us your inquiry and we'll be in touch shortly."
variant: "plain", inputs={[
}} { name: "name", type: "text", placeholder: "Full Name", required: true },
tag="Ready to get started?" { name: "email", type: "email", placeholder: "Email Address", required: true },
title="Book a Free Call"
description="Select a time for a 20-minute needs assessment."
buttons={[
{
text: "Connect with an Expert",
href: "#contact",
},
]} ]}
textarea={{ name: "message", placeholder: "How can we help?", rows: 4, required: true }}
useInvertedBackground={false}
/> />
</div> </div>
<div id="footer" data-section="footer"> <div id="footer" data-section="footer">
<FooterBase <FooterBaseCard
logoText="TGlobal"
columns={[ columns={[
{ {
title: "Company", title: "Organization", items: [
items: [ { label: "About Us", href: "#about" },
{ { label: "Contact", href: "#contact" },
label: "About Us",
href: "#about",
},
{
label: "Partnerships",
href: "#network",
},
], ],
}, },
{ {
title: "Services", title: "Platform", items: [
items: [ { label: "Partnerships", href: "#network" },
{ { label: "Mobility", href: "#services" },
label: "Mobility",
href: "#services",
},
{
label: "Consulting",
href: "#services",
},
], ],
}, },
{ {
title: "Resources", title: "Social", items: [
items: [ { label: "LinkedIn", href: "#" },
{ { label: "Twitter", href: "#" },
label: "Insights",
href: "#",
},
{
label: "Contact",
href: "#contact",
},
],
},
{
title: "Legal",
items: [
{
label: "Privacy Policy",
href: "#",
},
{
label: "Terms",
href: "#",
},
], ],
}, },
]} ]}
logoText="TGlobal"
/> />
</div> </div>
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }

View File

@@ -10,15 +10,15 @@
--accent: #ffffff; --accent: #ffffff;
--background-accent: #ffffff; */ --background-accent: #ffffff; */
--background: #ffffff; --background: #FDFDFD;
--card: #f9f9f9; --card: #F8F9F5;
--foreground: #000612e6; --foreground: #1A2E0C;
--primary-cta: #1A4A8A; --primary-cta: #2D5016;
--primary-cta-text: #ffffff; --primary-cta-text: #ffffff;
--secondary-cta: #f9f9f9; --secondary-cta: #7AB318;
--secondary-cta-text: #000612e6; --secondary-cta-text: #000612e6;
--accent: #E8A020; --accent: #7AB318;
--background-accent: #0D7E7E; --background-accent: #E8F0E2;
/* text sizing - set by ThemeProvider */ /* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);