Update src/app/page.tsx

This commit is contained in:
2026-06-02 19:33:59 +00:00
parent b8b950ca6d
commit 948781428f

View File

@@ -84,7 +84,7 @@ export default function LandingPage() {
useInvertedBackground={true}
title="The Core of Sparcraft: Precision, Durability, Innovation"
description={[
"At Sparcraft, we don't just fabricate stainless steel; we engineer architectural solutions that stand the test of time. Our commitment to precision craftsmanship and innovative design ensures every project, from custom railings to complex structural elements, embodies superior quality and lasting performance.", "With decades of experience, our team brings a 'hard core' dedication to every detail. We blend traditional expertise with cutting-edge technology to transform raw materials into stunning, functional architectural components. Trust us to bring your most ambitious visions to life with unwavering strength and an uncompromising finish."]}
"At Sparcraft, we don't just fabricate stainless steel; we engineer architectural solutions that stand the test of time. Our commitment to precision craftsmanship and innovative design ensures every project, from custom railings to complex structural elements, embodies superior quality and lasting performance.", "With decades of experience, our team brings a 'hard core' dedication to every detail. We blend traditional expertise with cutting-edge technology to transform raw materials into stunning, functional architectural components. Trust us to bring your most ambitious visions to life with unwavering strength and an uncompromising finish." mar]
buttons={[
{
text: "Our Story", href: "#"},
@@ -223,16 +223,18 @@ export default function LandingPage() {
<ContactCTA
useInvertedBackground={false}
background={{
variant: "sparkles-gradient"}}
tag="Let's Build Together"
variant: "animated-grid"}}
tag="Direct Line to Precision"
tagAnimation="blur-reveal"
title="Ready to Forge Your Vision?"
description="Whether you're planning a new architectural masterpiece or need precision stainless steel fabrication, Sparcraft is ready to deliver. Reach out today for a consultation or a detailed quote."
title="Connect with Sparcraft: Forge Unyielding Solutions."
description="From initial consultation to final installation, our experts are ready to partner with you. Reach out to discuss your project requirements and receive a detailed quote."
buttons={[
{
text: "Request a Quote", href: "#"},
text: "Request a Quote", href: "#contact"},
{
text: "Call Us Now", href: "tel:+1234567890"},
{
text: "Our Location", href: "https://maps.app.goo.gl/YourBusinessLocation"}
]}
buttonAnimation="blur-reveal"
/>
@@ -269,17 +271,15 @@ export default function LandingPage() {
{
title: "Contact", items: [
{
label: "Get a Quote", href: "#contact"},
label: "Email: info@sparcraft.com", href: "mailto:info@sparcraft.com"},
{
label: "Support", href: "#"},
label: "Phone: +1 (234) 567-8900", href: "tel:+1234567890"},
{
label: "Location", href: "#"},
{
label: "Careers", href: "#"},
label: "Address: 123 Industrial Rd, Steel City, ST 98765", href: "https://maps.app.goo.gl/YourBusinessLocation"}
],
},
]}
copyrightText="© 2024 Sparcraft Stainless and Architectural CC. All rights reserved."
copyrightText="© 2024 Sparcraft Stainless and Architectural CC. All rights reserved. Built for resilience."
/>
</div>
</ReactLenis>