Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 17b1770088 | |||
| 34c2a1661d | |||
| 91839ae967 |
285
src/app/page.tsx
285
src/app/page.tsx
@@ -9,7 +9,7 @@ import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'
|
|||||||
import HeroBillboardTestimonial from '@/components/sections/hero/HeroBillboardTestimonial';
|
import HeroBillboardTestimonial from '@/components/sections/hero/HeroBillboardTestimonial';
|
||||||
import MediaAbout from '@/components/sections/about/MediaAbout';
|
import MediaAbout from '@/components/sections/about/MediaAbout';
|
||||||
import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven';
|
import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven';
|
||||||
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
||||||
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
|
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
@@ -28,28 +28,13 @@ export default function LandingPage() {
|
|||||||
>
|
>
|
||||||
<ReactLenis root>
|
<ReactLenis root>
|
||||||
<div id="nav" data-section="nav">
|
<div id="nav" data-section="nav">
|
||||||
<NavbarStyleApple
|
<NavbarLayoutFloatingOverlay
|
||||||
navItems={[
|
navItems={[
|
||||||
{
|
{ name: "Home", id: "hero" },
|
||||||
name: "Home",
|
{ name: "About", id: "about" },
|
||||||
id: "hero",
|
{ name: "Services", id: "services" },
|
||||||
},
|
{ name: "Gallery", id: "gallery" },
|
||||||
{
|
{ name: "Contact", id: "contact" },
|
||||||
name: "About",
|
|
||||||
id: "about",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "Services",
|
|
||||||
id: "services",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "Gallery",
|
|
||||||
id: "gallery",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "Contact",
|
|
||||||
id: "contact",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
brandName="CNG Tech India"
|
brandName="CNG Tech India"
|
||||||
/>
|
/>
|
||||||
@@ -58,98 +43,23 @@ export default function LandingPage() {
|
|||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroBillboardTestimonial
|
<HeroBillboardTestimonial
|
||||||
background={{
|
background={{
|
||||||
variant: "gradient-bars",
|
variant: "gradient-bars"}}
|
||||||
}}
|
|
||||||
title="Certified Safety for Every Cylinder"
|
title="Certified Safety for Every Cylinder"
|
||||||
description="Professional CNG and Cascade cylinder testing services in India. Ensuring peak safety through advanced hydro testing, degassing, and certified inspections."
|
description="Professional CNG and Cascade cylinder testing services in India. Ensuring peak safety through advanced hydro testing, degassing, and certified inspections."
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
name: "Ramesh Kumar",
|
name: "Ramesh Kumar", handle: "Fleet Manager", testimonial: "Excellent service and quick turnaround. Highly recommended for hydro testing.", rating: 5,
|
||||||
handle: "Fleet Manager",
|
imageSrc: "http://img.b2bpic.net/free-photo/close-up-bicycle-parts-workshop_23-2147892368.jpg?_wi=1", imageAlt: "industrial gas testing facility"},
|
||||||
testimonial: "Excellent service and quick turnaround. Highly recommended for hydro testing.",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-bicycle-parts-workshop_23-2147892368.jpg?_wi=1",
|
|
||||||
imageAlt: "industrial gas testing facility",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Sanjay Singh",
|
name: "Sanjay Singh", handle: "Bus Operator", testimonial: "Complete peace of mind knowing our cylinders are certified and safe.", rating: 5,
|
||||||
handle: "Bus Operator",
|
imageSrc: "http://img.b2bpic.net/free-photo/empty-hallway-background_23-2149408812.jpg?_wi=1", imageAlt: "industrial gas testing facility"},
|
||||||
testimonial: "Complete peace of mind knowing our cylinders are certified and safe.",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/empty-hallway-background_23-2149408812.jpg?_wi=1",
|
|
||||||
imageAlt: "industrial gas testing facility",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "Anita Verma",
|
|
||||||
handle: "Energy Consultant",
|
|
||||||
testimonial: "Professional team with great technical expertise in cascade testing.",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-vector/business-designs-collection_1209-38.jpg?_wi=1",
|
|
||||||
imageAlt: "industrial gas testing facility",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "Vikram Patel",
|
|
||||||
handle: "Transport Co.",
|
|
||||||
testimonial: "Fast, compliant, and very organized. Best in the region.",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-vector/set-fatherland-defender-day-badges_23-2148799914.jpg?_wi=1",
|
|
||||||
imageAlt: "industrial gas testing facility",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "Amit Sharma",
|
|
||||||
handle: "Logistics Lead",
|
|
||||||
testimonial: "Efficient testing and clear documentation. Perfect partner for safety.",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-world-intellectual-property-day_23-2151325896.jpg?_wi=1",
|
|
||||||
imageAlt: "industrial gas testing facility",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-bicycle-parts-workshop_23-2147892368.jpg?_wi=2"
|
imageSrc="http://img.b2bpic.net/free-photo/close-up-bicycle-parts-workshop_23-2147892368.jpg?_wi=2"
|
||||||
imageAlt="Industrial CNG cylinder testing plant"
|
imageAlt="Industrial CNG cylinder testing plant"
|
||||||
avatars={[
|
|
||||||
{
|
|
||||||
src: "http://img.b2bpic.net/free-photo/steel-interlocking-machine-shiny-teamwork_1112-1056.jpg",
|
|
||||||
alt: "steel interlocking machine",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
src: "http://img.b2bpic.net/free-photo/gears-cogwheels_1112-918.jpg",
|
|
||||||
alt: "gears and cogwheels",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
src: "http://img.b2bpic.net/free-photo/technological-piece-background_23-2148882601.jpg",
|
|
||||||
alt: "technological piece",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
src: "http://img.b2bpic.net/free-photo/black-background-with-gears_23-2149872528.jpg",
|
|
||||||
alt: "black gears background",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
src: "http://img.b2bpic.net/free-vector/work-process-designs-set_1209-13.jpg",
|
|
||||||
alt: "work process design",
|
|
||||||
},
|
|
||||||
]}
|
|
||||||
avatarText="Trusted by over 500+ fleet partners"
|
|
||||||
marqueeItems={[
|
marqueeItems={[
|
||||||
{
|
{ type: "text", text: "PESO Certified" },
|
||||||
type: "text",
|
{ type: "text", text: "High Pressure Tech" },
|
||||||
text: "PESO Certified",
|
{ type: "text", text: "Rapid Turnaround" },
|
||||||
},
|
|
||||||
{
|
|
||||||
type: "text",
|
|
||||||
text: "High Pressure Tech",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
type: "text",
|
|
||||||
text: "Rapid Turnaround",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
type: "text",
|
|
||||||
text: "Expert Inspection",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
type: "text",
|
|
||||||
text: "Safety Assured",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -171,44 +81,10 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
id: "svc1",
|
id: "svc1", label: "Hydro Testing", title: "Hydraulic Testing", items: ["Volumetric expansion measurement", "Burst testing", "Pressure testing"],
|
||||||
label: "Hydro Testing",
|
|
||||||
title: "Hydraulic Testing",
|
|
||||||
items: [
|
|
||||||
"Volumetric expansion measurement",
|
|
||||||
"Burst testing",
|
|
||||||
"Pressure testing",
|
|
||||||
],
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "svc2",
|
id: "svc2", label: "Degassing", title: "Cylinder Degassing", items: ["Safe purging process", "VOC remediation", "Environmentally controlled"],
|
||||||
label: "Degassing",
|
|
||||||
title: "Cylinder Degassing",
|
|
||||||
items: [
|
|
||||||
"Safe purging process",
|
|
||||||
"VOC remediation",
|
|
||||||
"Environmentally controlled",
|
|
||||||
],
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "svc3",
|
|
||||||
label: "Testing",
|
|
||||||
title: "Water Jacket Testing",
|
|
||||||
items: [
|
|
||||||
"High-pressure accuracy",
|
|
||||||
"Leak detection",
|
|
||||||
"Standardized testing",
|
|
||||||
],
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "svc4",
|
|
||||||
label: "Certify",
|
|
||||||
title: "Cylinder Certification",
|
|
||||||
items: [
|
|
||||||
"PESO compliance",
|
|
||||||
"Test reports",
|
|
||||||
"Lifetime tracking",
|
|
||||||
],
|
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
title="Comprehensive Testing Services"
|
title="Comprehensive Testing Services"
|
||||||
@@ -223,26 +99,7 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
metrics={[
|
metrics={[
|
||||||
{
|
{
|
||||||
id: "m1",
|
id: "m1", value: "10k+", title: "Cylinders Tested", description: "Successfully completed tests.", imageSrc: "http://img.b2bpic.net/free-vector/business-designs-collection_1209-38.jpg?_wi=2"},
|
||||||
value: "10k+",
|
|
||||||
title: "Cylinders Tested",
|
|
||||||
description: "Successfully completed tests.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-vector/business-designs-collection_1209-38.jpg?_wi=2",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "m2",
|
|
||||||
value: "15+",
|
|
||||||
title: "Years Experience",
|
|
||||||
description: "Proven industry track record.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-vector/set-fatherland-defender-day-badges_23-2148799914.jpg?_wi=2",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "m3",
|
|
||||||
value: "99.9%",
|
|
||||||
title: "Safety Record",
|
|
||||||
description: "Consistent compliance and safety.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-world-intellectual-property-day_23-2151325896.jpg?_wi=2",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Expertise Measured in Results"
|
title="Expertise Measured in Results"
|
||||||
description="Why industrial leaders trust us."
|
description="Why industrial leaders trust us."
|
||||||
@@ -256,45 +113,8 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
id: "t1",
|
id: "t1", name: "Facility A", handle: "Plant", testimonial: "High-precision testing rig in action.", rating: 5,
|
||||||
name: "Facility A",
|
imageSrc: "http://img.b2bpic.net/free-photo/still-life-little-music-boxes_52683-121766.jpg"},
|
||||||
handle: "Plant",
|
|
||||||
testimonial: "High-precision testing rig in action.",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-little-music-boxes_52683-121766.jpg",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "t2",
|
|
||||||
name: "Facility B",
|
|
||||||
handle: "Degassing",
|
|
||||||
testimonial: "Safe extraction protocols.",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/steel-pipelines-cables-plant_1359-138.jpg",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "t3",
|
|
||||||
name: "Facility C",
|
|
||||||
handle: "Certification",
|
|
||||||
testimonial: "Documented compliant process.",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/male-worker-talking-mobile-phone-cold-drink-factory_107420-96508.jpg",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "t4",
|
|
||||||
name: "Facility D",
|
|
||||||
handle: "Setup",
|
|
||||||
testimonial: "Modern water jacket setup.",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-glucose-patch-sensor_23-2150766862.jpg",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "t5",
|
|
||||||
name: "Facility E",
|
|
||||||
handle: "Testing",
|
|
||||||
testimonial: "Thorough valve inspections.",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/bike-creation-workshop_23-2148866635.jpg",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
showRating={true}
|
showRating={true}
|
||||||
title="Operational Excellence"
|
title="Operational Excellence"
|
||||||
@@ -308,20 +128,7 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
faqs={[
|
faqs={[
|
||||||
{
|
{
|
||||||
id: "q1",
|
id: "q1", title: "How often should cylinders be tested?", content: "PESO regulations specify intervals based on cylinder type, usually 3 or 5 years."},
|
||||||
title: "How often should cylinders be tested?",
|
|
||||||
content: "PESO regulations specify intervals based on cylinder type, usually 3 or 5 years.",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "q2",
|
|
||||||
title: "What does hydro testing ensure?",
|
|
||||||
content: "It ensures the cylinder retains structural integrity under extreme pressure.",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "q3",
|
|
||||||
title: "Is degassing mandatory?",
|
|
||||||
content: "Degassing is essential to remove hazardous remnants before inspection.",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Safety Compliance FAQs"
|
title="Safety Compliance FAQs"
|
||||||
description="Answers to common questions about cylinder safety."
|
description="Answers to common questions about cylinder safety."
|
||||||
@@ -335,23 +142,11 @@ export default function LandingPage() {
|
|||||||
title="Schedule Your Testing"
|
title="Schedule Your Testing"
|
||||||
description="Ready to get your fleet certified? Reach out to our expert team for a quote or inquiry."
|
description="Ready to get your fleet certified? Reach out to our expert team for a quote or inquiry."
|
||||||
inputs={[
|
inputs={[
|
||||||
{
|
{ name: "name", type: "text", placeholder: "Your Name", required: true },
|
||||||
name: "name",
|
{ name: "email", type: "email", placeholder: "Your Email", required: true },
|
||||||
type: "text",
|
|
||||||
placeholder: "Your Name",
|
|
||||||
required: true,
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "email",
|
|
||||||
type: "email",
|
|
||||||
placeholder: "Your Email",
|
|
||||||
required: true,
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
textarea={{
|
textarea={{
|
||||||
name: "message",
|
name: "message", placeholder: "Describe your requirements", required: true,
|
||||||
placeholder: "Describe your requirements",
|
|
||||||
required: true,
|
|
||||||
}}
|
}}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/clipboard-template-with-business-elements_23-2147986535.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/clipboard-template-with-business-elements_23-2147986535.jpg"
|
||||||
/>
|
/>
|
||||||
@@ -362,34 +157,8 @@ export default function LandingPage() {
|
|||||||
columns={[
|
columns={[
|
||||||
{
|
{
|
||||||
items: [
|
items: [
|
||||||
{
|
{ label: "Home", href: "#hero" },
|
||||||
label: "Home",
|
{ label: "About Us", href: "#about" },
|
||||||
href: "#hero",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
label: "About Us",
|
|
||||||
href: "#about",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
label: "Services",
|
|
||||||
href: "#services",
|
|
||||||
},
|
|
||||||
],
|
|
||||||
},
|
|
||||||
{
|
|
||||||
items: [
|
|
||||||
{
|
|
||||||
label: "Hydro Testing",
|
|
||||||
href: "#services",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
label: "Degassing",
|
|
||||||
href: "#services",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
label: "Contact Us",
|
|
||||||
href: "#contact",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
@@ -399,4 +168,4 @@ export default function LandingPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user