19 Commits

Author SHA1 Message Date
7c1ef1acea Merge version_2 into main
Merge version_2 into main
2026-03-28 06:24:01 +00:00
b416e29565 Update src/app/why-choose-us/page.tsx 2026-03-28 06:23:55 +00:00
cc28776fe2 Update src/app/about/page.tsx 2026-03-28 06:23:55 +00:00
7c79e93326 Merge version_2 into main
Merge version_2 into main
2026-03-28 06:23:34 +00:00
c0e27e69d9 Update src/app/why-choose-us/page.tsx 2026-03-28 06:23:31 +00:00
b32841ae57 Update src/app/about/page.tsx 2026-03-28 06:23:30 +00:00
5b7c97d09f Merge version_2 into main
Merge version_2 into main
2026-03-28 06:23:04 +00:00
265bae0318 Update src/app/why-choose-us/page.tsx 2026-03-28 06:23:01 +00:00
3a629a5bbb Update src/app/resources/page.tsx 2026-03-28 06:23:01 +00:00
8fa52e574d Update src/app/contact/page.tsx 2026-03-28 06:23:01 +00:00
ab353ac98c Update src/app/about/page.tsx 2026-03-28 06:23:00 +00:00
74f5f0b9f7 Merge version_2 into main
Merge version_2 into main
2026-03-28 06:22:30 +00:00
6b10b16ac5 Add src/app/why-choose-us/page.tsx 2026-03-28 06:22:27 +00:00
3f926f4dbd Update src/app/styles/variables.css 2026-03-28 06:22:26 +00:00
ba2e4f5845 Add src/app/resources/page.tsx 2026-03-28 06:22:26 +00:00
30d862d750 Update src/app/page.tsx 2026-03-28 06:22:26 +00:00
dfcf95663c Update src/app/contact/page.tsx 2026-03-28 06:22:25 +00:00
7b3577fdce Update src/app/about/page.tsx 2026-03-28 06:22:25 +00:00
b007c11d30 Merge version_1 into main
Merge version_1 into main
2026-03-28 06:20:43 +00:00
6 changed files with 164 additions and 379 deletions

View File

@@ -2,128 +2,37 @@
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 InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout';
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 defaultButtonVariant="text-stagger" defaultTextAnimation="entrance-slide" borderRadius="rounded" contentWidth="medium" sizing="medium" background="circleGradient" cardStyle="glass-elevated" primaryButtonStyle="gradient" secondaryButtonStyle="glass" headingFontWeight="normal">
<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" },
]}
/>
</div>
<InlineImageSplitTextAbout
heading={[{ type: 'text', content: "About Asdee Udyog" }]}
useInvertedBackground={false}
/>
<FooterMedia
videoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BYvOovfPz3h4E9jyDuJHMcg55K/a-professional-high-resolution-close-up--1774678828084-a04da5ac.mp4?_wi=1"
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>
);
}
}

View File

@@ -2,123 +2,32 @@
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 defaultButtonVariant="text-stagger" defaultTextAnimation="entrance-slide" borderRadius="rounded" contentWidth="medium" sizing="medium" background="circleGradient" cardStyle="glass-elevated" primaryButtonStyle="gradient" secondaryButtonStyle="glass" headingFontWeight="normal">
<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>
<div id="nav" data-section="nav">
<NavbarLayoutFloatingOverlay navItems={[{ name: "Home", id: "/" }, { name: "Technical Resources", id: "/resources" }, { name: "Contact", id: "/contact" }]} brandName="JUPITER Roots Blower" />
</div>
<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"
background={{ variant: "plain" }}
useInvertedBackground={false}
/>
</main>
<FooterMedia
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" }, { label: "Resources", href: "/resources" }] }, { title: "Company", items: [{ label: "About Us", href: "/about" }, { label: "Contact", href: "/contact" }] }]}
/>
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -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>

View File

@@ -0,0 +1,39 @@
"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 defaultButtonVariant="text-stagger" defaultTextAnimation="entrance-slide" borderRadius="rounded" contentWidth="medium" sizing="medium" background="circleGradient" cardStyle="glass-elevated" primaryButtonStyle="gradient" secondaryButtonStyle="glass" headingFontWeight="normal">
<ReactLenis root>
<div id="nav" data-section="nav">
<NavbarLayoutFloatingOverlay navItems={[{ name: "Home", id: "/" }, { name: "Technical Resources", id: "/resources" }, { name: "Contact", id: "/contact" }]} brandName="JUPITER Roots Blower" />
</div>
<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" }]} background={{ variant: "plain" }} useInvertedBackground={false} />
<FooterMedia
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" }, { label: "Resources", href: "/resources" }] }, { title: "Company", items: [{ label: "About Us", href: "/about" }, { label: "Contact", href: "/contact" }] }]}
/>
</ReactLenis>
</ThemeProvider>
);
}

View File

@@ -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);

View File

@@ -0,0 +1,47 @@
"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 defaultButtonVariant="text-stagger" defaultTextAnimation="entrance-slide" borderRadius="rounded" contentWidth="medium" sizing="medium" background="circleGradient" cardStyle="glass-elevated" primaryButtonStyle="gradient" secondaryButtonStyle="glass" headingFontWeight="normal">
<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" },
]}
/>
</div>
<FeatureCardThree
animationType="slide-up"
gridVariant="three-columns-all-equal-width"
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" },
{ id: "3", title: "Dedicated Support", description: "Fast-response technical assistance for continuous operation.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BYvOovfPz3h4E9jyDuJHMcg55K/sturdy-industrial-heavy-duty-machine-gea-1774678828120-e651e262.png?_wi=1" },
]}
/>
<FooterMedia
videoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BYvOovfPz3h4E9jyDuJHMcg55K/a-professional-high-resolution-close-up--1774678828084-a04da5ac.mp4?_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>
);
}