Merge version_2 into main #2
@@ -2,127 +2,39 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import FaqSplitText from '@/components/sections/faq/FaqSplitText';
|
||||
import FooterMedia from '@/components/sections/footer/FooterMedia';
|
||||
import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout';
|
||||
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
||||
import MediaAbout from '@/components/sections/about/MediaAbout';
|
||||
import FooterMedia from '@/components/sections/footer/FooterMedia';
|
||||
|
||||
export default function LandingPage() {
|
||||
export default function AboutPage() {
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="directional-hover"
|
||||
defaultTextAnimation="reveal-blur"
|
||||
borderRadius="rounded"
|
||||
contentWidth="small"
|
||||
sizing="large"
|
||||
background="blurBottom"
|
||||
cardStyle="inset"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="radial-glow"
|
||||
headingFontWeight="extrabold"
|
||||
>
|
||||
<ThemeProvider>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "/about",
|
||||
},
|
||||
{
|
||||
name: "Products",
|
||||
id: "/products",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "/contact",
|
||||
},
|
||||
]}
|
||||
brandName="JUPITER Roots Blower"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<InlineImageSplitTextAbout
|
||||
useInvertedBackground={false}
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "Engineering Excellence by ",
|
||||
},
|
||||
{
|
||||
type: "image",
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BYvOovfPz3h4E9jyDuJHMcg55K/professional-interior-shot-of-an-enginee-1774678827534-09daf8af.png",
|
||||
alt: "Factory",
|
||||
},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Learn More",
|
||||
href: "/about",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqSplitText
|
||||
useInvertedBackground={false}
|
||||
sideTitle="Frequently Asked"
|
||||
sideDescription="Questions about our engineering, support, and technical services."
|
||||
faqsAnimation="slide-up"
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "What applications do your blowers serve?",
|
||||
content: "JUPITER blowers are used in cement plants, water treatment, and pneumatic conveying.",
|
||||
},
|
||||
{
|
||||
id: "q2",
|
||||
title: "Do you provide technical support?",
|
||||
content: "Yes, our engineers provide complete lifecycle support from selection to installation.",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BYvOovfPz3h4E9jyDuJHMcg55K/a-professional-high-resolution-close-up--1774678828084-a04da5ac.png?_wi=3"
|
||||
columns={[
|
||||
{
|
||||
title: "Solutions",
|
||||
items: [
|
||||
{
|
||||
label: "Products",
|
||||
href: "/products",
|
||||
},
|
||||
{
|
||||
label: "Industries",
|
||||
href: "/industries",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "/about",
|
||||
},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "/contact",
|
||||
},
|
||||
],
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "About", id: "/about" },
|
||||
{ name: "Why Choose Us", id: "/why-choose-us" },
|
||||
{ name: "Products", id: "/products" },
|
||||
{ name: "Contact", id: "/contact" },
|
||||
]}
|
||||
brandName="JUPITER Roots Blower"
|
||||
/>
|
||||
</div>
|
||||
<MediaAbout
|
||||
title="About Asdee Udyog"
|
||||
description="Since our inception, Asdee Udyog has been committed to engineering excellence in air movement solutions. The JUPITER brand represents our dedication to precision, durability, and reliability for industrial operators worldwide."
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BYvOovfPz3h4E9jyDuJHMcg55K/sturdy-industrial-heavy-duty-machine-gea-1774678828120-e651e262.png?_wi=1"
|
||||
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"
|
||||
columns={[
|
||||
{ title: "Solutions", items: [{ label: "Products", href: "/products" }] },
|
||||
{ title: "Company", items: [{ label: "About Us", href: "/about" }, { label: "Why Choose Us", href: "/why-choose-us" }, { label: "Contact", href: "/contact" }] },
|
||||
]}
|
||||
/>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
|
||||
@@ -2,123 +2,25 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import ContactCTA from '@/components/sections/contact/ContactCTA';
|
||||
import FaqSplitText from '@/components/sections/faq/FaqSplitText';
|
||||
import FooterMedia from '@/components/sections/footer/FooterMedia';
|
||||
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
||||
import FooterMedia from '@/components/sections/footer/FooterMedia';
|
||||
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
||||
|
||||
export default function LandingPage() {
|
||||
export default function ContactPage() {
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="directional-hover"
|
||||
defaultTextAnimation="reveal-blur"
|
||||
borderRadius="rounded"
|
||||
contentWidth="small"
|
||||
sizing="large"
|
||||
background="blurBottom"
|
||||
cardStyle="inset"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="radial-glow"
|
||||
headingFontWeight="extrabold"
|
||||
>
|
||||
<ThemeProvider>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "/about",
|
||||
},
|
||||
{
|
||||
name: "Products",
|
||||
id: "/products",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "/contact",
|
||||
},
|
||||
]}
|
||||
brandName="JUPITER Roots Blower"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqSplitText
|
||||
useInvertedBackground={false}
|
||||
sideTitle="Support Inquiry"
|
||||
sideDescription="Get quick answers to common purchasing or technical inquiries."
|
||||
faqsAnimation="blur-reveal"
|
||||
faqs={[
|
||||
{
|
||||
id: "c1",
|
||||
title: "How long is the delivery time?",
|
||||
content: "Most orders are processed within 2-4 weeks depending on the configuration.",
|
||||
},
|
||||
{
|
||||
id: "c2",
|
||||
title: "Can you handle custom specifications?",
|
||||
content: "Absolutely, our R&D team can customize blowers for specific flow or pressure needs.",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
tag="Inquire Today"
|
||||
title="Ready to speak with an engineer?"
|
||||
description="Send us your technical requirements and receive a comprehensive proposal within 24 hours."
|
||||
buttons={[
|
||||
{
|
||||
text: "Contact Support",
|
||||
href: "/contact",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BYvOovfPz3h4E9jyDuJHMcg55K/a-professional-high-resolution-close-up--1774678828084-a04da5ac.png?_wi=6"
|
||||
columns={[
|
||||
{
|
||||
title: "Solutions",
|
||||
items: [
|
||||
{
|
||||
label: "Products",
|
||||
href: "/products",
|
||||
},
|
||||
{
|
||||
label: "Industries",
|
||||
href: "/industries",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "/about",
|
||||
},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "/contact",
|
||||
},
|
||||
],
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<NavbarLayoutFloatingOverlay navItems={[{ name: "Home", id: "/" }, { name: "Technical Resources", id: "/resources" }, { name: "Contact", id: "/contact" }]} brandName="JUPITER Roots Blower" />
|
||||
<main className="pt-32 pb-20">
|
||||
<ContactSplit
|
||||
tag="Contact Us"
|
||||
title="Get in Touch"
|
||||
description="Submit your inquiry below or reach out via our direct contact channels for personalized service."
|
||||
buttonText="Submit Inquiry"
|
||||
/>
|
||||
</main>
|
||||
<FooterMedia columns={[{ title: "Solutions", items: [{ label: "Products", href: "/products" }, { label: "Resources", href: "/resources" }] }, { title: "Company", items: [{ label: "About Us", href: "/about" }, { label: "Contact", href: "/contact" }] }]} />
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
163
src/app/page.tsx
163
src/app/page.tsx
@@ -27,22 +27,9 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "/about",
|
||||
},
|
||||
{
|
||||
name: "Products",
|
||||
id: "/products",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "/contact",
|
||||
},
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Technical Resources", id: "/resources" },
|
||||
{ name: "Contact", id: "/contact" },
|
||||
]}
|
||||
brandName="JUPITER Roots Blower"
|
||||
/>
|
||||
@@ -50,54 +37,17 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitTestimonial
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="High-Efficiency JUPITER Roots Blowers"
|
||||
description="Engineered for excellence by Asdee Udyog. Delivering reliable, oil-free, and energy-efficient air solutions for modern industry."
|
||||
testimonials={[
|
||||
{
|
||||
name: "A. Kumar",
|
||||
handle: "@FactoryOps",
|
||||
testimonial: "The durability of JUPITER blowers is unmatched in our plant.",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BYvOovfPz3h4E9jyDuJHMcg55K/professional-headshot-of-a-middle-aged-i-1774678826310-0b6ca0ad.png?_wi=1",
|
||||
},
|
||||
{
|
||||
name: "R. Sharma",
|
||||
handle: "@Procurement",
|
||||
testimonial: "Exceptional energy efficiency has reduced our operational costs significantly.",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BYvOovfPz3h4E9jyDuJHMcg55K/professional-headshot-of-a-procurement-m-1774678827449-ea0d63af.png",
|
||||
},
|
||||
{
|
||||
name: "V. Gupta",
|
||||
handle: "@EngLead",
|
||||
testimonial: "Low noise operation is a game changer for our facility floor.",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BYvOovfPz3h4E9jyDuJHMcg55K/portrait-of-a-plant-maintenance-lead-wea-1774678827601-3beb4a2c.png",
|
||||
},
|
||||
{
|
||||
name: "S. Mehta",
|
||||
handle: "@Production",
|
||||
testimonial: "Robust construction and great technical support from Asdee Udyog.",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BYvOovfPz3h4E9jyDuJHMcg55K/close-up-professional-portrait-of-a-seni-1774678826559-d7da8f1f.png",
|
||||
},
|
||||
{
|
||||
name: "J. Peterson",
|
||||
handle: "@LeadEngineer",
|
||||
testimonial: "Seamless integration and consistent performance in our high-pressure cycles.",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BYvOovfPz3h4E9jyDuJHMcg55K/professional-headshot-of-a-middle-aged-i-1774678826310-0b6ca0ad.png?_wi=2",
|
||||
},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Get Quote",
|
||||
href: "/contact",
|
||||
},
|
||||
{ name: "A. Kumar", handle: "@FactoryOps", testimonial: "The durability of JUPITER blowers is unmatched in our plant.", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BYvOovfPz3h4E9jyDuJHMcg55K/professional-headshot-of-a-middle-aged-i-1774678826310-0b6ca0ad.png?_wi=1" },
|
||||
{ name: "R. Sharma", handle: "@Procurement", testimonial: "Exceptional energy efficiency has reduced our operational costs significantly.", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BYvOovfPz3h4E9jyDuJHMcg55K/professional-headshot-of-a-procurement-m-1774678827449-ea0d63af.png" },
|
||||
{ name: "V. Gupta", handle: "@EngLead", testimonial: "Low noise operation is a game changer for our facility floor.", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BYvOovfPz3h4E9jyDuJHMcg55K/portrait-of-a-plant-maintenance-lead-wea-1774678827601-3beb4a2c.png" },
|
||||
{ name: "S. Mehta", handle: "@Production", testimonial: "Robust construction and great technical support from Asdee Udyog.", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BYvOovfPz3h4E9jyDuJHMcg55K/close-up-professional-portrait-of-a-seni-1774678826559-d7da8f1f.png" },
|
||||
{ name: "J. Peterson", handle: "@LeadEngineer", testimonial: "Seamless integration and consistent performance in our high-pressure cycles.", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BYvOovfPz3h4E9jyDuJHMcg55K/professional-headshot-of-a-middle-aged-i-1774678826310-0b6ca0ad.png?_wi=2" },
|
||||
]}
|
||||
buttons={[{ text: "Get Quote", href: "/contact" }]}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BYvOovfPz3h4E9jyDuJHMcg55K/a-professional-high-resolution-close-up--1774678828084-a04da5ac.png?_wi=1"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
@@ -110,24 +60,9 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Oil-Free Delivery",
|
||||
description: "Guaranteed pure airflow for sensitive industrial applications.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BYvOovfPz3h4E9jyDuJHMcg55K/visual-representation-of-clean-oil-free--1774678826864-259ac382.png?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Low Noise Operation",
|
||||
description: "Advanced design ensures quiet performance on the shop floor.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BYvOovfPz3h4E9jyDuJHMcg55K/visual-graphic-showing-low-noise-operati-1774678826996-e9b1dac8.png?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Heavy-Duty Construction",
|
||||
description: "Built to last in the most demanding environments.",
|
||||
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: "f1", title: "Oil-Free Delivery", description: "Guaranteed pure airflow for sensitive industrial applications.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BYvOovfPz3h4E9jyDuJHMcg55K/visual-representation-of-clean-oil-free--1774678826864-259ac382.png?_wi=1" },
|
||||
{ id: "f2", title: "Low Noise Operation", description: "Advanced design ensures quiet performance on the shop floor.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BYvOovfPz3h4E9jyDuJHMcg55K/visual-graphic-showing-low-noise-operati-1774678826996-e9b1dac8.png?_wi=1" },
|
||||
{ id: "f3", title: "Heavy-Duty Construction", description: "Built to last in the most demanding environments.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BYvOovfPz3h4E9jyDuJHMcg55K/sturdy-industrial-heavy-duty-machine-gea-1774678828120-e651e262.png?_wi=1" },
|
||||
]}
|
||||
title="Unrivaled Technical Strength"
|
||||
description="Key advantages of the JUPITER Roots Blower range."
|
||||
@@ -143,24 +78,9 @@ export default function LandingPage() {
|
||||
title="Unrivaled Technical Strength"
|
||||
description="Engineered for maximum reliability and industrial-grade air performance."
|
||||
features={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Oil-Free Delivery",
|
||||
description: "Ensuring pure airflow for sensitive pharmaceutical and food-grade processes.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BYvOovfPz3h4E9jyDuJHMcg55K/visual-representation-of-clean-oil-free--1774678826864-259ac382.png?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Low Noise Operation",
|
||||
description: "Engineered to operate well within industrial safety standards for noise levels.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BYvOovfPz3h4E9jyDuJHMcg55K/visual-graphic-showing-low-noise-operati-1774678826996-e9b1dac8.png?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Heavy-Duty Build",
|
||||
description: "Constructed with cast iron and high-precision gears for 24/7 reliability.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BYvOovfPz3h4E9jyDuJHMcg55K/sturdy-industrial-heavy-duty-machine-gea-1774678828120-e651e262.png?_wi=2",
|
||||
},
|
||||
{ id: "f1", title: "Oil-Free Delivery", description: "Ensuring pure airflow for sensitive pharmaceutical and food-grade processes.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BYvOovfPz3h4E9jyDuJHMcg55K/visual-representation-of-clean-oil-free--1774678826864-259ac382.png?_wi=2" },
|
||||
{ id: "f2", title: "Low Noise Operation", description: "Engineered to operate well within industrial safety standards for noise levels.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BYvOovfPz3h4E9jyDuJHMcg55K/visual-graphic-showing-low-noise-operati-1774678826996-e9b1dac8.png?_wi=2" },
|
||||
{ id: "f3", title: "Heavy-Duty Build", description: "Constructed with cast iron and high-precision gears for 24/7 reliability.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BYvOovfPz3h4E9jyDuJHMcg55K/sturdy-industrial-heavy-duty-machine-gea-1774678828120-e651e262.png?_wi=2" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -174,16 +94,8 @@ export default function LandingPage() {
|
||||
title="JUPITER Performance Metrics"
|
||||
description="Proven results for industrial manufacturers worldwide."
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "30%",
|
||||
description: "Reduced energy consumption compared to standard blowers.",
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "15+ Yrs",
|
||||
description: "Average service life of JUPITER blower equipment.",
|
||||
},
|
||||
{ id: "m1", value: "30%", description: "Reduced energy consumption compared to standard blowers." },
|
||||
{ id: "m2", value: "15+ Yrs", description: "Average service life of JUPITER blower equipment." },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -191,18 +103,11 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
background={{ variant: "plain" }}
|
||||
tag="Ready to get started?"
|
||||
title="Optimize Your Air Infrastructure"
|
||||
description="Contact our engineering team at Asdee Udyog to select the right JUPITER blower for your application."
|
||||
buttons={[
|
||||
{
|
||||
text: "Get Custom Quote",
|
||||
href: "/contact",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Get Custom Quote", href: "/contact" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -210,32 +115,8 @@ export default function LandingPage() {
|
||||
<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"
|
||||
columns={[
|
||||
{
|
||||
title: "Solutions",
|
||||
items: [
|
||||
{
|
||||
label: "Products",
|
||||
href: "/products",
|
||||
},
|
||||
{
|
||||
label: "Industries",
|
||||
href: "/industries",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "/about",
|
||||
},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "/contact",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ title: "Solutions", items: [{ label: "Products", href: "/products" }, { label: "Resources", href: "/resources" }] },
|
||||
{ title: "Company", items: [{ label: "About Us", href: "/about" }, { label: "Contact", href: "/contact" }] },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
34
src/app/resources/page.tsx
Normal file
34
src/app/resources/page.tsx
Normal file
@@ -0,0 +1,34 @@
|
||||
"use client";
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
||||
import ContactCTA from '@/components/sections/contact/ContactCTA';
|
||||
import FooterMedia from '@/components/sections/footer/FooterMedia';
|
||||
|
||||
export default function TechnicalResourcesPage() {
|
||||
return (
|
||||
<ThemeProvider>
|
||||
<ReactLenis root>
|
||||
<NavbarLayoutFloatingOverlay navItems={[{ name: "Home", id: "/" }, { name: "Technical Resources", id: "/resources" }, { name: "Contact", id: "/contact" }]} brandName="JUPITER Roots Blower" />
|
||||
<main className="pt-32 pb-20 px-6 max-w-5xl mx-auto">
|
||||
<h1 className="text-4xl font-bold mb-8">Technical Resources</h1>
|
||||
<p className="text-lg mb-12">Access our comprehensive library of technical documentation, installation guides, and performance specifications.</p>
|
||||
<div className="grid gap-8">
|
||||
{[{ title: "Blower Installation Guide", desc: "Complete setup instructions." }, { title: "Technical Data Sheet", desc: "Detailed performance specs." }, { title: "Maintenance Manual", desc: "Recommended care procedures." }].map((doc, i) => (
|
||||
<div key={i} className="p-6 border rounded-xl flex items-center justify-between">
|
||||
<div>
|
||||
<h3 className="text-xl font-semibold">{doc.title}</h3>
|
||||
<p className="text-gray-600">{doc.desc}</p>
|
||||
</div>
|
||||
<a href="#" className="px-6 py-3 bg-blue-600 text-white rounded-lg hover:opacity-90">Download PDF</a>
|
||||
</div>
|
||||
))}
|
||||
</div>
|
||||
</main>
|
||||
<ContactCTA tag="Need help?" title="Direct Technical Support" description="Reach out for specialized engineering assistance." buttons={[{ text: "Contact Support", href: "/contact" }]} />
|
||||
<FooterMedia columns={[{ title: "Solutions", items: [{ label: "Products", href: "/products" }, { label: "Resources", href: "/resources" }] }, { title: "Company", items: [{ label: "About Us", href: "/about" }, { label: "Contact", href: "/contact" }] }]} />
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
@@ -10,15 +10,15 @@
|
||||
--accent: #ffffff;
|
||||
--background-accent: #ffffff; */
|
||||
|
||||
--background: #f5faff;
|
||||
--card: #f1f8ff;
|
||||
--foreground: #001122;
|
||||
--primary-cta: #15479c;
|
||||
--background: #0a0c10;
|
||||
--card: #151921;
|
||||
--foreground: #e2e8f0;
|
||||
--primary-cta: #3b82f6;
|
||||
--primary-cta-text: #f5faff;
|
||||
--secondary-cta: #ffffff;
|
||||
--secondary-cta: #64748b;
|
||||
--secondary-cta-text: #001122;
|
||||
--accent: #a8cce8;
|
||||
--background-accent: #7ba3cf;
|
||||
--accent: #2563eb;
|
||||
--background-accent: #1e293b;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
48
src/app/why-choose-us/page.tsx
Normal file
48
src/app/why-choose-us/page.tsx
Normal file
@@ -0,0 +1,48 @@
|
||||
"use client";
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
||||
import FeatureCardThree from '@/components/sections/feature/featureCardThree/FeatureCardThree';
|
||||
import FooterMedia from '@/components/sections/footer/FooterMedia';
|
||||
|
||||
export default function WhyChooseUsPage() {
|
||||
return (
|
||||
<ThemeProvider>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "About", id: "/about" },
|
||||
{ name: "Why Choose Us", id: "/why-choose-us" },
|
||||
{ name: "Products", id: "/products" },
|
||||
{ name: "Contact", id: "/contact" },
|
||||
]}
|
||||
brandName="JUPITER Roots Blower"
|
||||
/>
|
||||
</div>
|
||||
<FeatureCardThree
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
title="Why Industrial Leaders Choose JUPITER"
|
||||
description="We provide a competitive advantage through uncompromising technical standards."
|
||||
features={[
|
||||
{ id: "1", title: "Superior Engineering", description: "High-precision tolerances ensure minimal wear and tear." },
|
||||
{ id: "2", title: "Energy Optimized", description: "Designed to reduce power consumption across industrial cycles." },
|
||||
{ id: "3", title: "Dedicated Support", description: "Fast-response technical assistance for continuous operation." },
|
||||
]}
|
||||
/>
|
||||
<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"
|
||||
columns={[
|
||||
{ title: "Solutions", items: [{ label: "Products", href: "/products" }] },
|
||||
{ title: "Company", items: [{ label: "About Us", href: "/about" }, { label: "Why Choose Us", href: "/why-choose-us" }, { label: "Contact", href: "/contact" }] },
|
||||
]}
|
||||
/>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user