From 97165a1b3d8c3a1697fa56c353dc021aef686698 Mon Sep 17 00:00:00 2001 From: akashluca-l Date: Fri, 18 Jul 2025 15:14:11 +0530 Subject: [PATCH] Bannre Changes Updated --- app/(products)/product/page.jsx | 30 +--- app/(turnkey)/turnkey-solutions/page.jsx | 79 ++++++++++ components/homes/home-1/Products/product.jsx | 4 +- components/homes/home-1/turnkey-solutions.jsx | 140 ++++++++++++++++++ data/menu.js | 22 +-- 5 files changed, 235 insertions(+), 40 deletions(-) create mode 100644 app/(turnkey)/turnkey-solutions/page.jsx create mode 100644 components/homes/home-1/turnkey-solutions.jsx diff --git a/app/(products)/product/page.jsx b/app/(products)/product/page.jsx index 314f7bd..eaaa7c3 100644 --- a/app/(products)/product/page.jsx +++ b/app/(products)/product/page.jsx @@ -15,16 +15,8 @@ export default function page() {
-
- img -
@@ -46,30 +38,10 @@ export default function page() {
  • Products
  • -
    - img -
    - img -
    -
    - {/*
    - -
    */} ); diff --git a/app/(turnkey)/turnkey-solutions/page.jsx b/app/(turnkey)/turnkey-solutions/page.jsx new file mode 100644 index 0000000..45cf1f7 --- /dev/null +++ b/app/(turnkey)/turnkey-solutions/page.jsx @@ -0,0 +1,79 @@ +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 Testimonials from "@/components/homes/home-1/Testimonials"; +import TurnKey from "@/components/homes/home-1/turnkey-solutions"; +import Image from "next/image"; +import Link from "next/link"; +import React from "react"; +export const metadata = { + title: "About || Xbuild - Constriction nextjs Template", + description: "Xbuild - Constriction nextjs Template", +}; + +export default function page() { + return ( + <> + +
    +
    + img +
    +
    +
    +
    +
    +

    + Turnkey Solutions +

    +
    +
      +
    • + Home +
    • +
    • + +
    • +
    • Turnkey Solutions
    • +
    +
    +
    + img +
    + img +
    +
    +
    +
    +
    + + + + ); +} diff --git a/components/homes/home-1/Products/product.jsx b/components/homes/home-1/Products/product.jsx index 098cfdf..61a5709 100644 --- a/components/homes/home-1/Products/product.jsx +++ b/components/homes/home-1/Products/product.jsx @@ -5,7 +5,7 @@ import { products } from "@/data/services"; import Link from "next/link"; import Image from "next/image"; import AnimatedText from "@/components/common/AnimatedText"; -export default function Products() { +export default function Products() { return (
    @@ -44,7 +44,7 @@ export default function Products() {
    -

    {product.number}

    + {/*

    {product.number}

    */}

    {product.title} diff --git a/components/homes/home-1/turnkey-solutions.jsx b/components/homes/home-1/turnkey-solutions.jsx new file mode 100644 index 0000000..e368700 --- /dev/null +++ b/components/homes/home-1/turnkey-solutions.jsx @@ -0,0 +1,140 @@ +"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 TurnKey() { + const [isOpen, setOpen] = useState(false); + return ( + <> +
    +
    + img +
    +
    + img +
    +
    +
    +
    +
    +
    + img +
    + img +
    +
    + img +
    +
    +
    +
    +
    +
    +
    + Our Solutions + +
    +

    + +

    +
    +

    + 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/data/menu.js b/data/menu.js index db5ab12..8a931a3 100644 --- a/data/menu.js +++ b/data/menu.js @@ -51,18 +51,22 @@ export const menuData = [ { label: "404 Page", href: "/404" }, ], }, - { - label: "Services", - href: "#", - iconClass: "fa-regular fa-plus", - submenu: [ - { label: "Services", href: "/service" }, - { label: "Service Details", href: "/service-details/1" }, - ], - }, + // { + // label: "Services", + // href: "#", + // iconClass: "fa-regular fa-plus", + // submenu: [ + // { label: "Services", href: "/service" }, + // { label: "Service Details", href: "/service-details/1" }, + // ], + // }, { label: "Products", href: "/product", + }, + { + label: "Turnkey Solutions", + href: "/turnkey-solutions", }, { label: "Projects",