Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 5cc1fadacd | |||
| 3c06f3580d | |||
| e8191d1adb | |||
| 015c8e2665 | |||
| dbeb90985a | |||
| 948781428f | |||
| b8b950ca6d |
@@ -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,9 +82,10 @@ 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."]}
|
||||
"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."
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Our Story", href: "#"},
|
||||
@@ -223,16 +224,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 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: "#"},
|
||||
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/?q=1+Shawcamp+Rd,+Ottery,+Cape+Town,+7800"}
|
||||
]}
|
||||
buttonAnimation="blur-reveal"
|
||||
/>
|
||||
@@ -240,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: [
|
||||
@@ -269,20 +272,18 @@ 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: 021 703 5020", href: "tel:0217035020"},
|
||||
{
|
||||
label: "Location", href: "#"},
|
||||
{
|
||||
label: "Careers", href: "#"},
|
||||
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."
|
||||
copyrightText="© 2024 Sparcraft Stainless & Architectural CC. All rights reserved. Built for resilience."
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user