From 6c6772b17d64b424fed3c6ac518d1ba0e05c81df Mon Sep 17 00:00:00 2001 From: selvi Date: Fri, 18 Jul 2025 14:55:32 +0530 Subject: [PATCH] about page structure updated --- app/(about)/about/page.jsx | 22 ++-- components/about/Team.jsx | 4 +- components/about/Team2.jsx | 78 +++++++++++++++ components/headers/Header1.jsx | 6 +- components/homes/home-1/AboutPage.jsx | 138 ++++++++++++++++++++++++++ public/assets/scss/_header.scss | 2 +- 6 files changed, 233 insertions(+), 17 deletions(-) create mode 100644 components/about/Team2.jsx create mode 100644 components/homes/home-1/AboutPage.jsx diff --git a/app/(about)/about/page.jsx b/app/(about)/about/page.jsx index 78c517e..6e786fd 100644 --- a/app/(about)/about/page.jsx +++ b/app/(about)/about/page.jsx @@ -2,8 +2,8 @@ import Achievments from "@/components/about/Achievments"; import Team from "@/components/about/Team"; import Brands from "@/components/common/Brands"; import Footer1 from "@/components/footers/Footer1"; -import Header2 from "@/components/headers/Header2"; -import About from "@/components/homes/home-1/About"; +import Header1 from "@/components/headers/Header1"; +import About from "@/components/homes/home-1/AboutPage"; import Testimonials from "@/components/homes/home-1/Testimonials"; import Image from "next/image"; @@ -17,19 +17,19 @@ export const metadata = { export default function page() { return ( <> - +
-
+ {/*
img -
+
*/}
@@ -52,13 +52,13 @@ export default function page() {
- img + /> */}
- + {/* */} -
+ {/*
-
+
*/} ); diff --git a/components/about/Team.jsx b/components/about/Team.jsx index 7be24f3..2992ad0 100644 --- a/components/about/Team.jsx +++ b/components/about/Team.jsx @@ -22,7 +22,7 @@ export default function Team() { />
-
+ {/*
our team members @@ -31,7 +31,7 @@ export default function Team() {

-
+
*/}
{teamMembers2.map((member) => (
+
+ img +
+
+ img +
+
+
+
+ + our team members + +
+

+ +

+
+
+ {teamMembers2.map((member) => ( +
+
+
+ {member.socials.map((link, index) => ( + + + + ))} +
+
+ Team +
+
+
+ + {member.name} + +
+

{member.role}

+ + + +
+
+
+ ))} +
+
+ + ); +} diff --git a/components/headers/Header1.jsx b/components/headers/Header1.jsx index 450bc3f..7585525 100644 --- a/components/headers/Header1.jsx +++ b/components/headers/Header1.jsx @@ -28,10 +28,10 @@ export default function Header1() {
logo-img
diff --git a/components/homes/home-1/AboutPage.jsx b/components/homes/home-1/AboutPage.jsx new file mode 100644 index 0000000..76c45ce --- /dev/null +++ b/components/homes/home-1/AboutPage.jsx @@ -0,0 +1,138 @@ +"use client"; +import Image from "next/image"; +import AnimatedText from "@/components/common/AnimatedText"; +import ModalVideo from "react-modal-video"; +import { useState } from "react"; +export default function About() { + const [isOpen, setOpen] = useState(false); + return ( + <> +
+
+ img +
+
+ img +
+
+
+
+
+
+ img +
+ img +
+
+ img +
+
+
+
+
+
+
+ About Us + +
+

+ +

+
+

+ We are pioneers in designing and delivering high-performance coconut processing equipment built for modern food processing industries. With decades of expertise, we offer complete turnkey solutions - from coconut deshelling to drying, grinding, and packaging. +

+

+ Our engineering capabilities include: +

+
    +
  • + + Complete plant design & optimization +
  • +
  • + + Custom-built coconut machinery for various capacities +
  • +
  • + + Upgradation and automation of existing setups +
  • +
+

+ Let us help you boost your production efficiency and minimize downtime. +

+ {/*
+
+ author-img +
+

Xbuild, CEO

+

Brooklyn Simmons

+
+
+ img +
*/} +
+
+
+
+
+
{" "} + setOpen(false)} + />{" "} + + ); +} diff --git a/public/assets/scss/_header.scss b/public/assets/scss/_header.scss index c254144..70e5fce 100644 --- a/public/assets/scss/_header.scss +++ b/public/assets/scss/_header.scss @@ -957,7 +957,7 @@ @include before; z-index: -1; opacity: 0.85; - background: $header-color; + // background: $header-color; } .shape-image {