Merge version_5 into main #3

Merged
bender merged 1 commits from version_5 into main 2026-04-27 05:16:26 +00:00

View File

@@ -137,12 +137,12 @@ export default function LandingPage() {
<FaqSplitText
useInvertedBackground={false}
faqs={[
{ id: "q1", title: "How do I request a quote?", content: "Simply provide us with your blueprints or specifications and our team will prepare a detailed estimate." },
{ id: "q2", title: "Do you handle industrial projects?", content: "Yes, we are highly experienced in large-scale industrial and infrastructure fabrication." },
{ id: "q3", title: "What materials do you work with?", content: "We work with steel, aluminum, stainless steel, and various custom alloys." },
{ id: "q1", title: "What certifications do you hold?", content: "We are ISO 9001 certified and strictly adhere to AWS and ASME welding standards for all fabrication." },
{ id: "q2", title: "What is your standard turnaround time?", content: "Turnaround times depend on project complexity, typically ranging from 2-6 weeks from design approval." },
{ id: "q3", title: "Do you provide on-site installation?", content: "Yes, our certified installation team handles on-site assembly and setup for structural projects." },
]}
sideTitle="Frequently Asked Questions"
sideDescription="Common inquiries regarding our fabrication services."
sideDescription="Everything you need to know about our fabrication processes and quality standards."
faqsAnimation="slide-up"
/>
</div>
@@ -151,7 +151,7 @@ export default function LandingPage() {
<ContactText
useInvertedBackground={false}
background={{ variant: "gradient-bars" }}
text="Ready for your next precision project? Contact FAC Metal Works Corp today to discuss your requirements."
text="Ready for your next precision project? Our team is standing by to assist with your engineering requirements. Contact us at hello@facmetalworks.com or call (555) 123-4567."
buttons={[{ text: "Get a Consultation", href: "#" }]}
/>
</div>
@@ -159,10 +159,10 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterLogoEmphasis
columns={[
{ items: [{ label: "Home", href: "#hero" }, { label: "About Us", href: "#about" }] },
{ items: [{ label: "Services", href: "#services" }, { label: "Privacy Policy", href: "#" }] },
{ items: [{ label: "Home", href: "#hero" }, { label: "About Us", href: "#about" }, { label: "Services", href: "#services" }] },
{ items: [{ label: "Support", href: "#faq" }, { label: "Contact", href: "#contact" }, { label: "Privacy Policy", href: "#" }] },
]}
logoText="FAC Metal Works Corp"
logoText="FAC Metal Works Corp | Quality Craftsmanship"
/>
</div>
</ReactLenis>