Merge version_2 into main #2

Merged
bender merged 1 commits from version_2 into main 2026-05-18 09:21:27 +00:00

View File

@@ -13,7 +13,7 @@ import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleAp
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
import { Box, CheckCircle, Clock, Briefcase, Building2, Settings, Wrench } from "lucide-react";
import { Box, CheckCircle, Clock, Briefcase, Building2, Settings, Wrench, FileText } from "lucide-react";
export default function LandingPage() {
return (
@@ -79,7 +79,7 @@ export default function LandingPage() {
useInvertedBackground={true}
features={[
{ icon: Wrench, title: "Custom Fabrication", description: "Tailor-made fabrication for specific industrial needs." },
{ icon: Database, title: "Precision Machining", description: "High-accuracy machining with state-of-the-art CNC." },
{ icon: FileText, title: "Precision Machining", description: "High-accuracy machining with state-of-the-art CNC." },
{ icon: Building2, title: "Industrial Components", description: "High-durability components for heavy equipment." },
{ icon: Briefcase, title: "Heavy Engineering", description: "Complex engineering for massive infrastructure." },
{ icon: Settings, title: "OEM Manufacturing", description: "Seamless OEM integration and manufacturing." },
@@ -153,6 +153,7 @@ export default function LandingPage() {
description="Common inquiries regarding our manufacturing processes."
textboxLayout="split"
faqsAnimation="slide-up"
useInvertedBackground={false}
faqs={[
{ id: "1", title: "How do I request a quote?", content: "Submit your requirements via our contact form." },
{ id: "2", title: "What is the typical lead time?", content: "Dependent on technical complexity and material availability." },
@@ -166,6 +167,8 @@ export default function LandingPage() {
tag="Contact"
title="Connect With Us"
description="Reach out to discuss your manufacturing requirements and partnership opportunities."
background={{ variant: "plain" }}
useInvertedBackground={false}
buttons={[{ text: "Get In Touch", href: "#" }]}
/>
</div>