Merge version_1 into main #1
259
src/app/page.tsx
259
src/app/page.tsx
@@ -12,7 +12,7 @@ import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen
|
||||
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||
import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
|
||||
import { Award, Settings, Users, Wrench } from "lucide-react";
|
||||
import { Award, Users, Wrench, Settings, DraftingCompass, Cpu } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -32,22 +32,10 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#hero",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "#about",
|
||||
},
|
||||
{
|
||||
name: "Features",
|
||||
id: "#features",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
{ name: "Home", id: "#hero" },
|
||||
{ name: "About", id: "#about" },
|
||||
{ name: "Features", id: "#features" },
|
||||
{ name: "Contact", id: "#contact" },
|
||||
]}
|
||||
brandName="Velavan Engineering"
|
||||
/>
|
||||
@@ -55,65 +43,27 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroCentered
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Precision Engineering Solutions for a Modern World"
|
||||
description="Velavan Engineering Works delivers high-precision manufacturing, industrial design, and structural solutions tailored to your unique specifications."
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiley-business-man-outdoor_23-2148479594.jpg",
|
||||
alt: "portrait professional male engineer",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/pretty-young-handsome-man-thinking-writing-notes-notebook_285396-1639.jpg",
|
||||
alt: "female project manager portrait",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-portrait-beautiful-woman_23-2148317338.jpg",
|
||||
alt: "professional business owner portrait",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/happy-business-woman-white-shirt_23-2148095748.jpg",
|
||||
alt: "female professional portrait",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/male-engineer-female-factory-employees-hardhats-walking-plant-floor-talking-man-pointing-equipment-instructing-women_74855-16405.jpg",
|
||||
alt: "mechanical engineer portrait",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/smiley-business-man-outdoor_23-2148479594.jpg", alt: "portrait professional male engineer" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/pretty-young-handsome-man-thinking-writing-notes-notebook_285396-1639.jpg", alt: "female project manager portrait" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/front-view-portrait-beautiful-woman_23-2148317338.jpg", alt: "professional business owner portrait" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/happy-business-woman-white-shirt_23-2148095748.jpg", alt: "female professional portrait" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/male-engineer-female-factory-employees-hardhats-walking-plant-floor-talking-man-pointing-equipment-instructing-women_74855-16405.jpg", alt: "mechanical engineer portrait" }
|
||||
]}
|
||||
avatarText="Trusted by 500+ industrial partners"
|
||||
buttons={[
|
||||
{
|
||||
text: "Explore Services",
|
||||
href: "#features",
|
||||
},
|
||||
{
|
||||
text: "Contact Us",
|
||||
href: "#contact",
|
||||
},
|
||||
{ text: "Explore Services", href: "#features" },
|
||||
{ text: "Contact Us", href: "#contact" }
|
||||
]}
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "ISO 9001 Certified",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "25+ Years Experience",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Global Supply Chain",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Precision Machining",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Structural Analysis",
|
||||
},
|
||||
{ type: "text", text: "ISO 9001 Certified" },
|
||||
{ type: "text", text: "25+ Years Experience" },
|
||||
{ type: "text", text: "Global Supply Chain" },
|
||||
{ type: "text", text: "Precision Machining" },
|
||||
{ type: "text", text: "Structural Analysis" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -123,21 +73,9 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="Decades of Industrial Mastery"
|
||||
metrics={[
|
||||
{
|
||||
icon: Wrench,
|
||||
label: "Projects Completed",
|
||||
value: "1200+",
|
||||
},
|
||||
{
|
||||
icon: Award,
|
||||
label: "Years of Experience",
|
||||
value: "25+",
|
||||
},
|
||||
{
|
||||
icon: Users,
|
||||
label: "Satisfied Clients",
|
||||
value: "500+",
|
||||
},
|
||||
{ icon: Wrench, label: "Projects Completed", value: "1200+" },
|
||||
{ icon: Award, label: "Years of Experience", value: "25+" },
|
||||
{ icon: Users, label: "Satisfied Clients", value: "500+" }
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -150,35 +88,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "Precision Fabrication",
|
||||
description: "High-accuracy metal fabrication and welding solutions for complex industrial components.",
|
||||
bentoComponent: {
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Settings,
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/carpenter-drawing-blueprints-notepad-studio-make-wooden-art-piece_482257-93677.jpg",
|
||||
imageAlt: "industrial engineering machine workshop",
|
||||
title: "Precision Fabrication", description: "High-accuracy metal fabrication and welding solutions for complex industrial components.", bentoComponent: { bentoComponent: "reveal-icon", icon: Settings },
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/carpenter-drawing-blueprints-notepad-studio-make-wooden-art-piece_482257-93677.jpg", imageAlt: "industrial engineering machine workshop"
|
||||
},
|
||||
{
|
||||
title: "Structural Design",
|
||||
description: "Custom engineering plans and structural analysis tailored for heavy-duty industrial applications.",
|
||||
bentoComponent: {
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: DraftingCompass,
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-graphic-artists-sketching-mechanical-asset-using-advanced-software-technology-modeling-expert-optimising-polygon-count-geometry-mesh-order-improve-visual-quality_482257-42941.jpg",
|
||||
imageAlt: "industrial engineering machine workshop",
|
||||
title: "Structural Design", description: "Custom engineering plans and structural analysis tailored for heavy-duty industrial applications.", bentoComponent: { bentoComponent: "reveal-icon", icon: DraftingCompass },
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-graphic-artists-sketching-mechanical-asset-using-advanced-software-technology-modeling-expert-optimising-polygon-count-geometry-mesh-order-improve-visual-quality_482257-42941.jpg", imageAlt: "industrial engineering machine workshop"
|
||||
},
|
||||
{
|
||||
title: "CNC Machining",
|
||||
description: "Advanced automated CNC machining for high-volume, repeatable, and precise production runs.",
|
||||
bentoComponent: {
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Cpu,
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-business-man-outdoor_23-2148479594.jpg",
|
||||
imageAlt: "industrial engineering machine workshop",
|
||||
},
|
||||
title: "CNC Machining", description: "Advanced automated CNC machining for high-volume, repeatable, and precise production runs.", bentoComponent: { bentoComponent: "reveal-icon", icon: Cpu },
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-business-man-outdoor_23-2148479594.jpg", imageAlt: "industrial engineering machine workshop"
|
||||
}
|
||||
]}
|
||||
title="Our Specialized Engineering Services"
|
||||
description="We combine state-of-the-art technology with veteran craftsmanship to deliver durable, efficient, and innovative engineering outcomes."
|
||||
@@ -190,13 +110,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"TechCorp",
|
||||
"BuildGroup",
|
||||
"InnovateLabs",
|
||||
"PrimeSteel",
|
||||
"GlobalLogistics",
|
||||
"MetroSystems",
|
||||
"DynamicWorks",
|
||||
"TechCorp", "BuildGroup", "InnovateLabs", "PrimeSteel", "GlobalLogistics", "MetroSystems", "DynamicWorks"
|
||||
]}
|
||||
title="Industry Partners Who Trust Us"
|
||||
description="We are proud to support leading companies across the manufacturing and construction industries."
|
||||
@@ -209,21 +123,9 @@ export default function LandingPage() {
|
||||
title="Our Impact Metrics"
|
||||
tag="Reliability Guaranteed"
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "99.9%",
|
||||
description: "Accuracy in custom parts",
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "24/7",
|
||||
description: "Project support available",
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "15%",
|
||||
description: "Average cost efficiency improvement",
|
||||
},
|
||||
{ id: "m1", value: "99.9%", description: "Accuracy in custom parts" },
|
||||
{ id: "m2", value: "24/7", description: "Project support available" },
|
||||
{ id: "m3", value: "15%", description: "Average cost efficiency improvement" }
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -235,41 +137,11 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "John Doe",
|
||||
role: "Chief Engineer",
|
||||
testimonial: "Velavan Engineering Works has been our go-to partner for complex metal fabrication for over a decade.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-manual-worker_1398-1720.jpg",
|
||||
},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Jane Smith",
|
||||
role: "Project Manager",
|
||||
testimonial: "Exceptional accuracy and fast turnaround on every single order we've placed with them.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-female-employee-standing-with-crossed-arms-looking-confident-wearing-white-shirt-standing-office_141793-21248.jpg",
|
||||
},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Robert Miller",
|
||||
role: "CEO",
|
||||
testimonial: "Their structural design capabilities are second to none in the industry.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-cheerful-man-sitting-desk_329181-15290.jpg",
|
||||
},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Sarah Connor",
|
||||
role: "Logistics Lead",
|
||||
testimonial: "Extremely reliable team that understands the critical nature of our tight production timelines.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-business-woman-white-shirt_23-2148095748.jpg",
|
||||
},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Mark Wilson",
|
||||
role: "Operations Manager",
|
||||
testimonial: "A true professional outfit that delivers value and consistency in all aspects of their service.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-engineer-female-factory-employees-hardhats-walking-plant-floor-talking-man-pointing-equipment-instructing-women_74855-16405.jpg",
|
||||
},
|
||||
{ id: "t1", name: "John Doe", role: "Chief Engineer", testimonial: "Velavan Engineering Works has been our go-to partner for complex metal fabrication for over a decade.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-manual-worker_1398-1720.jpg" },
|
||||
{ id: "t2", name: "Jane Smith", role: "Project Manager", testimonial: "Exceptional accuracy and fast turnaround on every single order we've placed with them.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-female-employee-standing-with-crossed-arms-looking-confident-wearing-white-shirt-standing-office_141793-21248.jpg" },
|
||||
{ id: "t3", name: "Robert Miller", role: "CEO", testimonial: "Their structural design capabilities are second to none in the industry.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-cheerful-man-sitting-desk_329181-15290.jpg" },
|
||||
{ id: "t4", name: "Sarah Connor", role: "Logistics Lead", testimonial: "Extremely reliable team that understands the critical nature of our tight production timelines.", imageSrc: "http://img.b2bpic.net/free-photo/happy-business-woman-white-shirt_23-2148095748.jpg" },
|
||||
{ id: "t5", name: "Mark Wilson", role: "Operations Manager", testimonial: "A true professional outfit that delivers value and consistency in all aspects of their service.", imageSrc: "http://img.b2bpic.net/free-photo/male-engineer-female-factory-employees-hardhats-walking-plant-floor-talking-man-pointing-equipment-instructing-women_74855-16405.jpg" }
|
||||
]}
|
||||
title="What Our Clients Say"
|
||||
description="Trusted by partners globally to deliver excellence in every project."
|
||||
@@ -281,21 +153,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "What industries do you serve?",
|
||||
content: "We serve a broad range of sectors including manufacturing, construction, aerospace, and renewable energy.",
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Do you handle custom designs?",
|
||||
content: "Yes, we specialize in providing custom engineering design solutions based on your specific requirements.",
|
||||
},
|
||||
{
|
||||
id: "f3",
|
||||
title: "What is your typical turnaround time?",
|
||||
content: "Timelines vary by project complexity, but we pride ourselves on rapid and transparent delivery schedules.",
|
||||
},
|
||||
{ id: "f1", title: "What industries do you serve?", content: "We serve a broad range of sectors including manufacturing, construction, aerospace, and renewable energy." },
|
||||
{ id: "f2", title: "Do you handle custom designs?", content: "Yes, we specialize in providing custom engineering design solutions based on your specific requirements." },
|
||||
{ id: "f3", title: "What is your typical turnaround time?", content: "Timelines vary by project complexity, but we pride ourselves on rapid and transparent delivery schedules." }
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Have questions about our engineering processes? We've got answers."
|
||||
@@ -306,18 +166,11 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
background={{ variant: "radial-gradient" }}
|
||||
tag="Contact Us"
|
||||
title="Ready to Start Your Project?"
|
||||
description="Reach out today to discuss your requirements with our expert engineering team and get a detailed quote."
|
||||
buttons={[
|
||||
{
|
||||
text: "Contact Support",
|
||||
href: "mailto:hello@velavaneng.com",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Contact Support", href: "mailto:hello@velavaneng.com" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -325,32 +178,8 @@ export default function LandingPage() {
|
||||
<FooterBaseReveal
|
||||
logoText="Velavan Engineering"
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
{
|
||||
label: "Our Work",
|
||||
href: "#features",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "#faq",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ title: "Company", items: [{ label: "About Us", href: "#about" }, { label: "Our Work", href: "#features" }] },
|
||||
{ title: "Support", items: [{ label: "Contact", href: "#contact" }, { label: "FAQ", href: "#faq" }] }
|
||||
]}
|
||||
copyrightText="© 2024 Velavan Engineering Works. All rights reserved."
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user