From 0a65bdcf7ceb9316c019d08c22671066ef331a40 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 16 May 2026 22:33:30 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 267 +++++++++-------------------------------------- 1 file changed, 48 insertions(+), 219 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7e8169b..aa23543 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -34,21 +34,13 @@ export default function LandingPage() { @@ -57,19 +49,14 @@ export default function LandingPage() {
@@ -348,25 +196,13 @@ export default function LandingPage() { useInvertedBackground={false} faqs={[ { - id: "f1", - title: "What metals do you work with?", - content: "We specialize in steel, stainless steel, aluminum, and custom alloy fabrication.", - }, + id: "f1", title: "What metals do you work with?", content: "We specialize in steel, stainless steel, aluminum, and custom alloy fabrication."}, { - id: "f2", - title: "What is the typical lead time?", - content: "Lead times vary based on project complexity but typically range from 2 to 6 weeks.", - }, + id: "f2", title: "What is the typical lead time?", content: "Lead times vary based on project complexity but typically range from 2 to 6 weeks."}, { - id: "f3", - title: "Do you offer design services?", - content: "Yes, our engineering team provides full design and prototyping assistance.", - }, + id: "f3", title: "Do you offer design services?", content: "Yes, our engineering team provides full design and prototyping assistance."}, { - id: "f4", - title: "Can you handle volume orders?", - content: "We are equipped for both one-off custom prototypes and large-scale manufacturing runs.", - }, + id: "f4", title: "Can you handle volume orders?", content: "We are equipped for both one-off custom prototypes and large-scale manufacturing runs."}, ]} title="Frequently Asked Questions" description="Answers to common inquiries regarding our fabrication capabilities." @@ -378,10 +214,9 @@ export default function LandingPage() {
@@ -393,23 +228,17 @@ export default function LandingPage() { socialLinks={[ { icon: Linkedin, - href: "#", - ariaLabel: "LinkedIn", - }, + href: "#", ariaLabel: "LinkedIn"}, { icon: Twitter, - href: "#", - ariaLabel: "Twitter", - }, + href: "#", ariaLabel: "Twitter"}, { icon: Instagram, - href: "#", - ariaLabel: "Instagram", - }, + href: "#", ariaLabel: "Instagram"}, ]} /> ); -} +} \ No newline at end of file