From 0b3dec8fbd0888b5c5f03b5699383ff42fd9b523 Mon Sep 17 00:00:00 2001 From: Ayodejioladimeji Date: Thu, 25 Jul 2024 16:25:58 +0100 Subject: [PATCH 1/4] implemenented the about us page --- public/images/about-us/aboutus1.svg | 379 ++++++++++++++++++ public/images/about-us/background.svg | 4 + public/images/about-us/ellipse.svg | 3 + public/images/about-us/our-mission.svg | 125 ++++++ public/images/about-us/our-vision.svg | 120 ++++++ public/images/about-us/team1.svg | 15 + public/images/about-us/team2.svg | 9 + public/images/about-us/team3.svg | 15 + public/images/about-us/team4.svg | 15 + src/app/(landing-routes)/about-us/page.tsx | 33 +- .../(landing-routes)/career/[slug]/page.tsx | 6 +- src/app/(landing-routes)/help-center/page.tsx | 23 +- src/components/common/TeamCard/teamcard.tsx | 100 +++++ src/components/layouts/aboutUs/Blog.tsx | 44 ++ src/components/layouts/aboutUs/CoreValues.tsx | 77 ++++ .../layouts/aboutUs/ExecutiveTeam.tsx | 73 ++++ src/components/layouts/aboutUs/Hero.tsx | 37 ++ src/components/layouts/aboutUs/Join.tsx | 29 ++ src/components/layouts/aboutUs/Mission.tsx | 41 ++ .../layouts/aboutUs/OurServices.tsx | 46 +++ src/components/layouts/aboutUs/Vision.tsx | 38 ++ 21 files changed, 1211 insertions(+), 21 deletions(-) create mode 100644 public/images/about-us/aboutus1.svg create mode 100644 public/images/about-us/background.svg create mode 100644 public/images/about-us/ellipse.svg create mode 100644 public/images/about-us/our-mission.svg create mode 100644 public/images/about-us/our-vision.svg create mode 100644 public/images/about-us/team1.svg create mode 100644 public/images/about-us/team2.svg create mode 100644 public/images/about-us/team3.svg create mode 100644 public/images/about-us/team4.svg create mode 100644 src/components/common/TeamCard/teamcard.tsx create mode 100644 src/components/layouts/aboutUs/Blog.tsx create mode 100644 src/components/layouts/aboutUs/CoreValues.tsx create mode 100644 src/components/layouts/aboutUs/ExecutiveTeam.tsx create mode 100644 src/components/layouts/aboutUs/Hero.tsx create mode 100644 src/components/layouts/aboutUs/Join.tsx create mode 100644 src/components/layouts/aboutUs/Mission.tsx create mode 100644 src/components/layouts/aboutUs/OurServices.tsx create mode 100644 src/components/layouts/aboutUs/Vision.tsx diff --git a/public/images/about-us/aboutus1.svg b/public/images/about-us/aboutus1.svg new file mode 100644 index 000000000..a84b70458 --- /dev/null +++ b/public/images/about-us/aboutus1.svg @@ -0,0 +1,379 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/public/images/about-us/background.svg b/public/images/about-us/background.svg new file mode 100644 index 000000000..aac51553b --- /dev/null +++ b/public/images/about-us/background.svg @@ -0,0 +1,4 @@ + + + + diff --git a/public/images/about-us/ellipse.svg b/public/images/about-us/ellipse.svg new file mode 100644 index 000000000..90f6606cd --- /dev/null +++ b/public/images/about-us/ellipse.svg @@ -0,0 +1,3 @@ + + + diff --git a/public/images/about-us/our-mission.svg b/public/images/about-us/our-mission.svg new file mode 100644 index 000000000..5edbe9e52 --- /dev/null +++ b/public/images/about-us/our-mission.svg @@ -0,0 +1,125 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/public/images/about-us/our-vision.svg b/public/images/about-us/our-vision.svg new file mode 100644 index 000000000..2cf93fe6c --- /dev/null +++ b/public/images/about-us/our-vision.svg @@ -0,0 +1,120 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/public/images/about-us/team1.svg b/public/images/about-us/team1.svg new file mode 100644 index 000000000..86ec04997 --- /dev/null +++ b/public/images/about-us/team1.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/public/images/about-us/team2.svg b/public/images/about-us/team2.svg new file mode 100644 index 000000000..acea4179b --- /dev/null +++ b/public/images/about-us/team2.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/public/images/about-us/team3.svg b/public/images/about-us/team3.svg new file mode 100644 index 000000000..a4d3f8f0a --- /dev/null +++ b/public/images/about-us/team3.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/public/images/about-us/team4.svg b/public/images/about-us/team4.svg new file mode 100644 index 000000000..9a20b3bb5 --- /dev/null +++ b/public/images/about-us/team4.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/src/app/(landing-routes)/about-us/page.tsx b/src/app/(landing-routes)/about-us/page.tsx index db4d38750..35a6f7778 100644 --- a/src/app/(landing-routes)/about-us/page.tsx +++ b/src/app/(landing-routes)/about-us/page.tsx @@ -1,5 +1,30 @@ -const page = () => { - return
page
; -}; +import React from 'react' +import Blog from '~/components/layouts/aboutUs/Blog' +import CoreValues from '~/components/layouts/aboutUs/CoreValues' +import ExecutiveTeam from '~/components/layouts/aboutUs/ExecutiveTeam' +import Hero from '~/components/layouts/aboutUs/Hero' +import Join from '~/components/layouts/aboutUs/Join' +import Mission from '~/components/layouts/aboutUs/Mission' +import OurServices from '~/components/layouts/aboutUs/OurServices' +import Vision from '~/components/layouts/aboutUs/Vision' -export default page; +interface Props { + +} + +const AboutUs= (props: Props) => { + return ( + <> + + + + + + + + + + ) +} + +export default AboutUs diff --git a/src/app/(landing-routes)/career/[slug]/page.tsx b/src/app/(landing-routes)/career/[slug]/page.tsx index 10f3a2eac..e7ff22f45 100644 --- a/src/app/(landing-routes)/career/[slug]/page.tsx +++ b/src/app/(landing-routes)/career/[slug]/page.tsx @@ -24,17 +24,17 @@ const JobDetails = () => { { name: "Career", href: "/career" }, { name: "Job Details", - href: "/job-details", + href: "/career/2", isCurrent: true, style: { color: "hsl(25, 95%, 53%)" }, }, ] : [ { name: "Home", href: "/" }, - { name: "Job Listings", href: "/job-listings" }, + { name: "Job Listings", href: "/career" }, { name: "Job Details", - href: "/job-listings/job-detail", + href: "/career/2", isCurrent: true, }, ]; diff --git a/src/app/(landing-routes)/help-center/page.tsx b/src/app/(landing-routes)/help-center/page.tsx index 2e1d754ec..d65e6dac2 100644 --- a/src/app/(landing-routes)/help-center/page.tsx +++ b/src/app/(landing-routes)/help-center/page.tsx @@ -1,6 +1,7 @@ "use client"; import { Search } from "lucide-react"; +import Link from "next/link"; import { Button } from "~/components/common/common-button"; import { Input } from "~/components/common/input"; @@ -86,14 +87,11 @@ const HelpCenter = () => { {` We couldn’t answer your question?`}

- + @@ -110,14 +108,11 @@ const HelpCenter = () => { Contact us for more inquiries and information about our services.

- + + Contact us + diff --git a/src/components/common/TeamCard/teamcard.tsx b/src/components/common/TeamCard/teamcard.tsx new file mode 100644 index 000000000..b7920e8e1 --- /dev/null +++ b/src/components/common/TeamCard/teamcard.tsx @@ -0,0 +1,100 @@ +import { Facebook, Instagram, Twitter } from "lucide-react"; +import Image from "next/image"; +import Link from "next/link"; + +import { Card, CardContent, CardFooter, CardTitle } from "~/components/ui/card"; + + +interface TeamCardProperties { + name: string; + imageSrc: string; + imageAlt: string; + role: string; + description: string; + facebookURL?: string; + instagramURL?: string; + twitterURL?: string; +} + +const TeamCard: React.FC = ({ + name, + imageSrc, + imageAlt, + role, + description, + facebookURL, + instagramURL, + twitterURL, +}) => { + return ( + +
+ {imageAlt} +
+ + +
+ + {name} + +

+ {role} +

+

+ {description} +

+
+ + + {facebookURL && ( + + + + + + )} + + {instagramURL && ( + + + + + + )} + {twitterURL && ( + + + + + + )} + +
+
+ ); +}; + +export default TeamCard; diff --git a/src/components/layouts/aboutUs/Blog.tsx b/src/components/layouts/aboutUs/Blog.tsx new file mode 100644 index 000000000..7f4da19b5 --- /dev/null +++ b/src/components/layouts/aboutUs/Blog.tsx @@ -0,0 +1,44 @@ +const Blog = () => { + return ( +
+
+
+
+

+ 10 years +

+

+ In Business +

+
+
+

+ 75,000+ +

+

+ Customers +

+
+
+

+ 100k+ +

+

+ Monthly Blog Readers +

+
+
+

+ 1.2m+ +

+

+ Social Followers +

+
+
+
+
+ ); +}; + +export default Blog; diff --git a/src/components/layouts/aboutUs/CoreValues.tsx b/src/components/layouts/aboutUs/CoreValues.tsx new file mode 100644 index 000000000..4899ff043 --- /dev/null +++ b/src/components/layouts/aboutUs/CoreValues.tsx @@ -0,0 +1,77 @@ +const CoreValues = () => { + return ( +
+
+
+
+

+ Our Core Values +

+

+ Our Value shapes the core of our organization, and defines the + character of our industry +

+
+ +
+
+

+ Integrity +

+

+ We uphold the highest ethical standards in everything we do, + fostering trust and transparency with our clients, partners, and + employees. We believe that honesty and integrity are the foundation + of lasting success. +

+
+ +
+

+ Customer Centricity +

+

+ Our customers are at the heart of our business. We strive to + understand their needs, exceed their expectations, and build lasting + relationships based on trust and mutual respect. We believe that + putting our customers first is the key to long-term success. +

+
+ +
+

+ Innovation +

+

+ We embrace a culture of continuous improvement and creativity, + constantly seeking new ways to evolve and enhance our products, + services, and processes. We encourage experimentation and + risk-taking, recognizing that innovation is essential for growth. +

+
+ +
+

+ Excellence +

+

+ We are committed to delivering exceptional quality in everything we + do, from our products and services to our customer interactions and + internal processes. We strive for continuous improvement and hold + ourselves to the highest standards of performance. +

+
+
+
+
+
+ ); +}; + +export default CoreValues; diff --git a/src/components/layouts/aboutUs/ExecutiveTeam.tsx b/src/components/layouts/aboutUs/ExecutiveTeam.tsx new file mode 100644 index 000000000..5b30f8eff --- /dev/null +++ b/src/components/layouts/aboutUs/ExecutiveTeam.tsx @@ -0,0 +1,73 @@ + +import TeamCard from "~/components/common/TeamCard/teamcard"; + + +const ExecutiveTeam = () => { + return ( +
+
+

+ The Executive Team +

+ +

+ Meet Our Exclusive team that have been trained to meet your needs. +

+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ ); +}; + +export default ExecutiveTeam; \ No newline at end of file diff --git a/src/components/layouts/aboutUs/Hero.tsx b/src/components/layouts/aboutUs/Hero.tsx new file mode 100644 index 000000000..a3316fc4a --- /dev/null +++ b/src/components/layouts/aboutUs/Hero.tsx @@ -0,0 +1,37 @@ +import Image from "next/image"; + +const Hero = () => { + return ( +
+
+
+

+ About Us +

+

+ More Than Just A BoilerPlate +

+ +

+ Welcome to Hng Boilerplate, where passion meets innovation. Discover + how we started, the challenges we overcame, and the milestones that + define our journey. +

+
+ +
+ Hero_image +
+
+
+ ); +}; + +export default Hero; diff --git a/src/components/layouts/aboutUs/Join.tsx b/src/components/layouts/aboutUs/Join.tsx new file mode 100644 index 000000000..3e4792dbc --- /dev/null +++ b/src/components/layouts/aboutUs/Join.tsx @@ -0,0 +1,29 @@ +"use client"; + +import Link from "next/link"; + + +const Join = () => { + // + + return ( +
+
+

+ Join Our Team +

+ +

+ Interested in joining our team? View our Job Listing page for openings + and apply with an equal chance of working with us! +

+ + + Join us + +
+
+ ); +}; + +export default Join; diff --git a/src/components/layouts/aboutUs/Mission.tsx b/src/components/layouts/aboutUs/Mission.tsx new file mode 100644 index 000000000..8e4707ce1 --- /dev/null +++ b/src/components/layouts/aboutUs/Mission.tsx @@ -0,0 +1,41 @@ +import Image from "next/image"; + +const Mission = () => { + return ( +
+
+
+ mask +
+ +
+

+ Our Mission +

+

+ We are committed to giving you the best +

+

+ At Hng Boilerplate, we are dedicated to exceeding your expectations. + We strive to understand your unique needs and challenges, providing + tailored solutions that drive real results and empower your success. +

+
+
+
+ ); +}; + +export default Mission; diff --git a/src/components/layouts/aboutUs/OurServices.tsx b/src/components/layouts/aboutUs/OurServices.tsx new file mode 100644 index 000000000..d9edef5b8 --- /dev/null +++ b/src/components/layouts/aboutUs/OurServices.tsx @@ -0,0 +1,46 @@ +"use client"; + +import Image from "next/image"; +import Link from "next/link"; + +const OurServices = () => { + return ( +
+
+
+

+ Our Services +

+ +

+ Trained to Give You The Best + + eclipse + +

+ + + Contact Us + +
+ +
+

+ Since our founding in, Hng Boilerplate has been dedicated to + constantly evolving to stay ahead of the curve. Our agile mindset and + relentless pursuit of innovation ensure that you're always equipped + with the most effective tools and strategies. +

+
+
+
+ ); +}; + +export default OurServices; diff --git a/src/components/layouts/aboutUs/Vision.tsx b/src/components/layouts/aboutUs/Vision.tsx new file mode 100644 index 000000000..075071b77 --- /dev/null +++ b/src/components/layouts/aboutUs/Vision.tsx @@ -0,0 +1,38 @@ +import Image from "next/image"; + +const Vision = () => { + return ( +
+
+
+

+ Our Vision +

+

+ Leading the Way, Redefining Industries +

+

+ At Hng Boilerplate, Our vision is to revolutionize the industry + landscape by continuously pushing the boundaries of innovation, + setting new standards, and inspiring others to follow. +

+
+ +
+ mask +
+
+
+ ); +}; + +export default Vision; From a8b4ff484cfd7972d3d6580ca2003e396b9191fb Mon Sep 17 00:00:00 2001 From: Ayodejioladimeji Date: Thu, 25 Jul 2024 16:58:36 +0100 Subject: [PATCH 2/4] completed about us page --- src/app/(landing-routes)/about-us/page.tsx | 50 ++++--- src/app/(landing-routes)/help-center/page.tsx | 20 ++- src/components/common/TeamCard/teamcard.tsx | 60 ++++---- src/components/layouts/aboutUs/Blog.tsx | 68 ++++----- src/components/layouts/aboutUs/CoreValues.tsx | 123 +++++++++-------- .../layouts/aboutUs/ExecutiveTeam.tsx | 130 +++++++++--------- src/components/layouts/aboutUs/Hero.tsx | 48 +++---- src/components/layouts/aboutUs/Join.tsx | 38 ++--- src/components/layouts/aboutUs/Mission.tsx | 2 +- .../layouts/aboutUs/OurServices.tsx | 69 +++++----- 10 files changed, 300 insertions(+), 308 deletions(-) diff --git a/src/app/(landing-routes)/about-us/page.tsx b/src/app/(landing-routes)/about-us/page.tsx index 35a6f7778..541ebff57 100644 --- a/src/app/(landing-routes)/about-us/page.tsx +++ b/src/app/(landing-routes)/about-us/page.tsx @@ -1,30 +1,26 @@ -import React from 'react' -import Blog from '~/components/layouts/aboutUs/Blog' -import CoreValues from '~/components/layouts/aboutUs/CoreValues' -import ExecutiveTeam from '~/components/layouts/aboutUs/ExecutiveTeam' -import Hero from '~/components/layouts/aboutUs/Hero' -import Join from '~/components/layouts/aboutUs/Join' -import Mission from '~/components/layouts/aboutUs/Mission' -import OurServices from '~/components/layouts/aboutUs/OurServices' -import Vision from '~/components/layouts/aboutUs/Vision' +import Blog from "~/components/layouts/aboutUs/Blog"; +import CoreValues from "~/components/layouts/aboutUs/CoreValues"; +import ExecutiveTeam from "~/components/layouts/aboutUs/ExecutiveTeam"; +import Hero from "~/components/layouts/aboutUs/Hero"; +import Join from "~/components/layouts/aboutUs/Join"; +import Mission from "~/components/layouts/aboutUs/Mission"; +import OurServices from "~/components/layouts/aboutUs/OurServices"; +import Vision from "~/components/layouts/aboutUs/Vision"; -interface Props { - -} -const AboutUs= (props: Props) => { - return ( - <> - - - - - - - - - - ) -} +const AboutUs = () => { + return ( + <> + + + + + + + + + + ); +}; -export default AboutUs +export default AboutUs; diff --git a/src/app/(landing-routes)/help-center/page.tsx b/src/app/(landing-routes)/help-center/page.tsx index d65e6dac2..514d7e4b8 100644 --- a/src/app/(landing-routes)/help-center/page.tsx +++ b/src/app/(landing-routes)/help-center/page.tsx @@ -3,16 +3,12 @@ import { Search } from "lucide-react"; import Link from "next/link"; -import { Button } from "~/components/common/common-button"; import { Input } from "~/components/common/input"; import FaqAccordion from "~/components/layouts/accordion/FaqsAccordion"; import TopicsAccordions from "~/components/layouts/accordion/TopicAccordion"; import { faqData } from "~/constants/faqsdata"; // -const handleButtonClickTest = () => { - alert("Contact Button Click Test"); -}; const HelpCenter = () => { // @@ -87,8 +83,9 @@ const HelpCenter = () => { {` We couldn’t answer your question?`}

- Contact us @@ -108,11 +105,12 @@ const HelpCenter = () => { Contact us for more inquiries and information about our services.

- - Contact us - + + Contact us + diff --git a/src/components/common/TeamCard/teamcard.tsx b/src/components/common/TeamCard/teamcard.tsx index b7920e8e1..86a973003 100644 --- a/src/components/common/TeamCard/teamcard.tsx +++ b/src/components/common/TeamCard/teamcard.tsx @@ -4,7 +4,6 @@ import Link from "next/link"; import { Card, CardContent, CardFooter, CardTitle } from "~/components/ui/card"; - interface TeamCardProperties { name: string; imageSrc: string; @@ -27,7 +26,7 @@ const TeamCard: React.FC = ({ twitterURL, }) => { return ( - +
= ({ {facebookURL && ( - - - - - + + + )} {instagramURL && ( - - - - - + + + )} {twitterURL && ( - - - - - + + + )} diff --git a/src/components/layouts/aboutUs/Blog.tsx b/src/components/layouts/aboutUs/Blog.tsx index 7f4da19b5..bdbbf1986 100644 --- a/src/components/layouts/aboutUs/Blog.tsx +++ b/src/components/layouts/aboutUs/Blog.tsx @@ -1,43 +1,43 @@ const Blog = () => { return (
-
-
-
-

- 10 years -

-

- In Business -

-
-
-

- 75,000+ -

-

- Customers -

-
-
-

- 100k+ -

-

- Monthly Blog Readers -

-
-
-

- 1.2m+ -

-

- Social Followers -

+
+
+
+

+ 10 years +

+

+ In Business +

+
+
+

+ 75,000+ +

+

+ Customers +

+
+
+

+ 100k+ +

+

+ Monthly Blog Readers +

+
+
+

+ 1.2m+ +

+

+ Social Followers +

+
-
); }; diff --git a/src/components/layouts/aboutUs/CoreValues.tsx b/src/components/layouts/aboutUs/CoreValues.tsx index 4899ff043..42c47e327 100644 --- a/src/components/layouts/aboutUs/CoreValues.tsx +++ b/src/components/layouts/aboutUs/CoreValues.tsx @@ -1,76 +1,79 @@ const CoreValues = () => { return (
-
-
-
-

- Our Core Values -

-

- Our Value shapes the core of our organization, and defines the - character of our industry -

-
- -
-
-

- Integrity +
+
+
+

+ Our Core Values

-

- We uphold the highest ethical standards in everything we do, - fostering trust and transparency with our clients, partners, and - employees. We believe that honesty and integrity are the foundation - of lasting success. +

+ Our Value shapes the core of our organization, and defines the + character of our industry

-
-

- Customer Centricity -

-

- Our customers are at the heart of our business. We strive to - understand their needs, exceed their expectations, and build lasting - relationships based on trust and mutual respect. We believe that - putting our customers first is the key to long-term success. -

-
+
+
+

+ Integrity +

+

+ We uphold the highest ethical standards in everything we do, + fostering trust and transparency with our clients, partners, and + employees. We believe that honesty and integrity are the + foundation of lasting success. +

+
-
-

- Innovation -

-

- We embrace a culture of continuous improvement and creativity, - constantly seeking new ways to evolve and enhance our products, - services, and processes. We encourage experimentation and - risk-taking, recognizing that innovation is essential for growth. -

-
+
+

+ Customer Centricity +

+

+ Our customers are at the heart of our business. We strive to + understand their needs, exceed their expectations, and build + lasting relationships based on trust and mutual respect. We + believe that putting our customers first is the key to long-term + success. +

+
-
-

- Excellence -

-

- We are committed to delivering exceptional quality in everything we - do, from our products and services to our customer interactions and - internal processes. We strive for continuous improvement and hold - ourselves to the highest standards of performance. -

+
+

+ Innovation +

+

+ We embrace a culture of continuous improvement and creativity, + constantly seeking new ways to evolve and enhance our products, + services, and processes. We encourage experimentation and + risk-taking, recognizing that innovation is essential for + growth. +

+
+ +
+

+ Excellence +

+

+ We are committed to delivering exceptional quality in everything + we do, from our products and services to our customer + interactions and internal processes. We strive for continuous + improvement and hold ourselves to the highest standards of + performance. +

+
-

); }; diff --git a/src/components/layouts/aboutUs/ExecutiveTeam.tsx b/src/components/layouts/aboutUs/ExecutiveTeam.tsx index 5b30f8eff..4c9241959 100644 --- a/src/components/layouts/aboutUs/ExecutiveTeam.tsx +++ b/src/components/layouts/aboutUs/ExecutiveTeam.tsx @@ -1,73 +1,73 @@ - import TeamCard from "~/components/common/TeamCard/teamcard"; - const ExecutiveTeam = () => { - return ( -
-
-

- The Executive Team -

+ return ( +
+
+

+ The Executive Team +

-

- Meet Our Exclusive team that have been trained to meet your needs. -

+

+ Meet Our Exclusive team that have been trained to meet your needs. +

-
-
- -
-
- -
-
- -
-
- -
-
- -
+
+
+ +
+
+ +
+
+ +
+
+ +
- ); +
+
+ ); }; -export default ExecutiveTeam; \ No newline at end of file +export default ExecutiveTeam; diff --git a/src/components/layouts/aboutUs/Hero.tsx b/src/components/layouts/aboutUs/Hero.tsx index a3316fc4a..a2d0d7259 100644 --- a/src/components/layouts/aboutUs/Hero.tsx +++ b/src/components/layouts/aboutUs/Hero.tsx @@ -3,34 +3,34 @@ import Image from "next/image"; const Hero = () => { return (
-
-
-

- About Us -

-

- More Than Just A BoilerPlate -

+
+
+

+ About Us +

+

+ More Than Just A BoilerPlate +

-

- Welcome to Hng Boilerplate, where passion meets innovation. Discover - how we started, the challenges we overcame, and the milestones that - define our journey. -

-
+

+ Welcome to Hng Boilerplate, where passion meets innovation. Discover + how we started, the challenges we overcame, and the milestones that + define our journey. +

+
-
- Hero_image +
+ Hero_image +
-
); }; diff --git a/src/components/layouts/aboutUs/Join.tsx b/src/components/layouts/aboutUs/Join.tsx index 3e4792dbc..5e9348f9b 100644 --- a/src/components/layouts/aboutUs/Join.tsx +++ b/src/components/layouts/aboutUs/Join.tsx @@ -2,28 +2,30 @@ import Link from "next/link"; - const Join = () => { - // + // - return ( -
-
-

- Join Our Team -

+ return ( +
+
+

+ Join Our Team +

-

- Interested in joining our team? View our Job Listing page for openings - and apply with an equal chance of working with us! -

+

+ Interested in joining our team? View our Job Listing page for openings + and apply with an equal chance of working with us! +

- - Join us - -
-
- ); + + Join us + +
+
+ ); }; export default Join; diff --git a/src/components/layouts/aboutUs/Mission.tsx b/src/components/layouts/aboutUs/Mission.tsx index 8e4707ce1..c6131b9ac 100644 --- a/src/components/layouts/aboutUs/Mission.tsx +++ b/src/components/layouts/aboutUs/Mission.tsx @@ -2,7 +2,7 @@ import Image from "next/image"; const Mission = () => { return ( -
+
{ - return ( -
-
-
-

- Our Services -

+ return ( +
+
+
+

+ Our Services +

-

- Trained to Give You The Best - - eclipse - -

+

+ Trained to Give You The Best + + eclipse + +

- - Contact Us - -
+ + Contact Us + +
-
-

- Since our founding in, Hng Boilerplate has been dedicated to - constantly evolving to stay ahead of the curve. Our agile mindset and - relentless pursuit of innovation ensure that you're always equipped - with the most effective tools and strategies. -

-
-
+
+

+ {`Since our founding in, Hng Boilerplate has been dedicated to + constantly evolving to stay ahead of the curve. Our agile mindset + and relentless pursuit of innovation ensure that you're always + equipped with the most effective tools and strategies.`} +

- ); +
+
+ ); }; export default OurServices; From 549afee7eea063a2601b60dd1a83d4b501b4a1cd Mon Sep 17 00:00:00 2001 From: Ayodejioladimeji Date: Thu, 25 Jul 2024 17:00:47 +0100 Subject: [PATCH 3/4] linting --- src/app/(landing-routes)/about-us/page.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/app/(landing-routes)/about-us/page.tsx b/src/app/(landing-routes)/about-us/page.tsx index 541ebff57..f028309b9 100644 --- a/src/app/(landing-routes)/about-us/page.tsx +++ b/src/app/(landing-routes)/about-us/page.tsx @@ -7,7 +7,6 @@ import Mission from "~/components/layouts/aboutUs/Mission"; import OurServices from "~/components/layouts/aboutUs/OurServices"; import Vision from "~/components/layouts/aboutUs/Vision"; - const AboutUs = () => { return ( <> From 8e3302ffb5768f4eda3e5853f89e10112447c229 Mon Sep 17 00:00:00 2001 From: Ayodejioladimeji Date: Thu, 25 Jul 2024 17:04:42 +0100 Subject: [PATCH 4/4] pulled from upstream --- src/components/layouts/aboutUs/ExecutiveTeam.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/layouts/aboutUs/ExecutiveTeam.tsx b/src/components/layouts/aboutUs/ExecutiveTeam.tsx index 4c9241959..055ba9c55 100644 --- a/src/components/layouts/aboutUs/ExecutiveTeam.tsx +++ b/src/components/layouts/aboutUs/ExecutiveTeam.tsx @@ -11,11 +11,11 @@ const ExecutiveTeam = () => { The Executive Team -

+

Meet Our Exclusive team that have been trained to meet your needs.

-
+