Merge version_1 into main #5
@@ -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."
|
||||
},
|
||||
},
|
||||
]}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user