Merge version_2 into main #4
@@ -3,7 +3,7 @@
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
||||
import MediaAbout from '@/components/sections/about/MediaAbout';
|
||||
import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout';
|
||||
import FooterMedia from '@/components/sections/footer/FooterMedia';
|
||||
|
||||
export default function AboutPage() {
|
||||
@@ -19,15 +19,13 @@ export default function AboutPage() {
|
||||
{ name: "Products", id: "/products" },
|
||||
{ name: "Contact", id: "/contact" },
|
||||
]}
|
||||
brandName="JUPITER Roots Blower"
|
||||
/>
|
||||
</div>
|
||||
<MediaAbout
|
||||
<InlineImageSplitTextAbout
|
||||
heading={[{ type: 'text', content: "About Asdee Udyog" }]}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
<FooterMedia
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BYvOovfPz3h4E9jyDuJHMcg55K/a-professional-high-resolution-close-up--1774678828084-a04da5ac.png?_wi=2"
|
||||
videoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BYvOovfPz3h4E9jyDuJHMcg55K/a-professional-high-resolution-close-up--1774678828084-a04da5ac.mp4"
|
||||
columns={[
|
||||
{ title: "Solutions", items: [{ label: "Products", href: "/products" }] },
|
||||
|
||||
@@ -19,7 +19,6 @@ export default function WhyChooseUsPage() {
|
||||
{ name: "Products", id: "/products" },
|
||||
{ name: "Contact", id: "/contact" },
|
||||
]}
|
||||
brandName="JUPITER Roots Blower"
|
||||
/>
|
||||
</div>
|
||||
<FeatureCardThree
|
||||
@@ -28,6 +27,7 @@ export default function WhyChooseUsPage() {
|
||||
useInvertedBackground={false}
|
||||
title="Why Industrial Leaders Choose JUPITER"
|
||||
description="We provide a competitive advantage through uncompromising technical standards."
|
||||
textboxLayout="default"
|
||||
features={[
|
||||
{ id: "1", title: "Superior Engineering", description: "High-precision tolerances ensure minimal wear and tear.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BYvOovfPz3h4E9jyDuJHMcg55K/sturdy-industrial-heavy-duty-machine-gea-1774678828120-e651e262.png?_wi=1" },
|
||||
{ id: "2", title: "Energy Optimized", description: "Designed to reduce power consumption across industrial cycles.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BYvOovfPz3h4E9jyDuJHMcg55K/sturdy-industrial-heavy-duty-machine-gea-1774678828120-e651e262.png?_wi=1" },
|
||||
|
||||
Reference in New Issue
Block a user