Merge version_3 into main

Merge version_3 into main
This commit was merged in pull request #4.
This commit is contained in:
2026-06-02 19:38:12 +00:00

View File

@@ -48,7 +48,7 @@ export default function LandingPage() {
]}
button={{
text: "Get a Quote", href: "#contact"}}
brandName="Sparcraft CC"
brandName="Sparcraft Stainless & Architectural CC"
/>
</div>
@@ -56,7 +56,7 @@ export default function LandingPage() {
<HeroSplitDualMedia
background={{
variant: "plain"}}
title="Sparcraft: Forging Unyielding Architectural Visions"
title="Sparcraft Stainless & Architectural: Forging Unyielding Visions"
description="We specialize in precision stainless steel fabrication and architectural solutions, delivering unparalleled strength, durability, and aesthetic excellence for every project. Built to last, designed to inspire."
tag="Architectural Excellence"
tagAnimation="blur-reveal"
@@ -82,7 +82,7 @@ export default function LandingPage() {
<div id="about" data-section="about">
<TextSplitAbout
useInvertedBackground={true}
title="The Core of Sparcraft: Precision, Durability, Innovation"
title="The Core of Sparcraft Stainless & Architectural: 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."
]}
@@ -227,15 +227,15 @@ export default function LandingPage() {
variant: "animated-grid"}}
tag="Direct Line to Precision"
tagAnimation="blur-reveal"
title="Connect with Sparcraft: Forge Unyielding Solutions."
title="Connect with Sparcraft Stainless & Architectural: 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: "#contact"},
{
text: "Call Us Now", href: "tel:+1234567890"},
text: "Call Us Now", href: "tel:0217035020"},
{
text: "Our Location", href: "https://maps.app.goo.gl/YourBusinessLocation"}
text: "Our Location", href: "https://maps.app.goo.gl/?q=1+Shawcamp+Rd,+Ottery,+Cape+Town,+7800"}
]}
buttonAnimation="blur-reveal"
/>
@@ -243,7 +243,7 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterBaseCard
logoText="Sparcraft CC"
logoText="Sparcraft Stainless & Architectural CC"
columns={[
{
title: "Company", items: [
@@ -274,16 +274,16 @@ export default function LandingPage() {
{
label: "Email: info@sparcraft.com", href: "mailto:info@sparcraft.com"},
{
label: "Phone: +1 (234) 567-8900", href: "tel:+1234567890"},
label: "Phone: 021 703 5020", href: "tel:0217035020"},
{
label: "Address: 123 Industrial Rd, Steel City, ST 98765", href: "https://maps.app.goo.gl/YourBusinessLocation"}
label: "Address: 1 Shawcamp Rd, Ottery, Cape Town, 7800", href: "https://maps.app.goo.gl/?q=1+Shawcamp+Rd,+Ottery,+Cape+Town,+7800"}
],
},
]}
copyrightText="© 2024 Sparcraft Stainless and Architectural CC. All rights reserved. Built for resilience."
copyrightText="© 2024 Sparcraft Stainless & Architectural CC. All rights reserved. Built for resilience."
/>
</div>
</ReactLenis>
</ThemeProvider>
);
}
}