From 242109ee6deb4a0594a2a5b81406b713a8e0dd86 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 22 May 2026 18:10:22 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 347 ++++++++--------------------------------------- 1 file changed, 55 insertions(+), 292 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7bac425..236f530 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,9 +2,9 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; 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 FooterBase from '@/components/sections/footer/FooterBase'; +import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; import HeroCarouselLogo from '@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo'; import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; @@ -30,32 +30,15 @@ export default function LandingPage() { @@ -64,40 +47,16 @@ export default function LandingPage() { logoText="TareaGlobal" description="We help Universities build global partnerships." buttons={[ - { - text: "See How It Works", - href: "#how-it-works", - }, - { - text: "Book a 20-Min Call", - href: "#contact", - }, + { text: "See How It Works", href: "#how-it-works" }, + { text: "Book a 20-Min Call", href: "#contact" }, ]} 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-1779471600387-goawmqe4.jpg", - 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", - }, + { 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-1779471600387-goawmqe4.jpg", 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" }, ]} /> @@ -108,46 +67,10 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} metrics={[ - { - id: "m1", - value: "47+", - title: "Partner Universities", - 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", - ], - }, + { id: "m1", value: "47+", title: "Partner Universities", 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" description="Building momentum through measurable impact and strategic global partnerships." @@ -160,60 +83,12 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} 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", - 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", - }, + { 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: "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" }, + { 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" }, + { 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" }, + { 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" }, ]} title="What We Do" description="Comprehensive services to accelerate your internationalisation goals." @@ -226,42 +101,10 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} 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", - 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", - }, + { 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: "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" }, + { 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" }, + { 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" }, ]} title="How It Works" description="Our seamless 4-step framework." @@ -275,24 +118,9 @@ export default function LandingPage() { tag="About Us" membersAnimation="slide-up" members={[ - { - id: "t1", - name: "Elena Rodriguez, Founder", - 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", - }, + { id: "t1", name: "Elena Rodriguez, Founder", imageSrc: "http://img.b2bpic.net/free-photo/children-expressions_23-2148010400.jpg" }, + { id: "t2", name: "Dr. Marcus Chen, Partner Director", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-confident-man_176474-86008.jpg" }, + { id: "t3", name: "Sarah Jenkins, Ops Lead", imageSrc: "http://img.b2bpic.net/free-photo/focused-male-adult-student-doing-research-library_74855-1903.jpg" }, ]} memberVariant="card" /> @@ -305,26 +133,9 @@ export default function LandingPage() { rating={5} author="International Director, University of Oxford" 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/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", - }, + { 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/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" }, ]} ratingAnimation="slide-up" avatarsAnimation="slide-up" @@ -335,95 +146,47 @@ export default function LandingPage() {
-
-- 2.49.1 From 1f0949be17c67b978ecd744304bb80ef0ce8386e Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 22 May 2026 18:10:22 +0000 Subject: [PATCH 2/2] Update src/app/styles/variables.css --- src/app/styles/variables.css | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 773d870..d738cce 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #ffffff; - --card: #f9f9f9; - --foreground: #000612e6; - --primary-cta: #1A4A8A; + --background: #FDFDFD; + --card: #F8F9F5; + --foreground: #1A2E0C; + --primary-cta: #2D5016; --primary-cta-text: #ffffff; - --secondary-cta: #f9f9f9; + --secondary-cta: #7AB318; --secondary-cta-text: #000612e6; - --accent: #E8A020; - --background-accent: #0D7E7E; + --accent: #7AB318; + --background-accent: #E8F0E2; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1