Merge version_1 into main #5

Merged
bender merged 1 commits from version_1 into main 2026-04-06 16:00:07 +00:00

View File

@@ -38,12 +38,12 @@ export default function ContactPage() {
<div id="contact-section" data-section="contact-section">
<ContactText
useInvertedBackground={false}
background={{
variant: "plain"}}
background={{ variant: "plain" }}
text="Ready to get started? Contact OM STEEL today for professional metal supply, custom cutting services, and bulk pricing inquiries."
buttons={[
{
text: "Call Now", href: "tel:+1234567890"},
text: "Call Now", href: "tel:+1234567890"
},
]}
/>
</div>
@@ -55,7 +55,8 @@ export default function ContactPage() {
sections={[
{
heading: "Standard Terms", content: {
text: "All orders are subject to availability and credit approval."},
type: "paragraph", text: "All orders are subject to availability and credit approval."
},
},
]}
/>