Merge version_1 into main #8
@@ -2,10 +2,10 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import ContactText from '@/components/sections/contact/ContactText';
|
||||
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
|
||||
import LegalSection from '@/components/legal/LegalSection';
|
||||
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
||||
import { Phone } from 'lucide-react';
|
||||
|
||||
export default function ContactPage() {
|
||||
return (
|
||||
@@ -35,16 +35,14 @@ export default function ContactPage() {
|
||||
</div>
|
||||
|
||||
<div id="contact-section" data-section="contact-section">
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
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"
|
||||
},
|
||||
]}
|
||||
/>
|
||||
<div className="container mx-auto py-20">
|
||||
<h2 className="text-4xl font-bold mb-6">Get in touch</h2>
|
||||
<p className="text-lg mb-8">Ready to get started? Contact OM STEEL today for professional metal supply, custom cutting services, and bulk pricing inquiries.</p>
|
||||
<a href="tel:+1234567890" className="inline-flex items-center gap-2 px-6 py-3 bg-primary text-white rounded-lg hover:opacity-90">
|
||||
<Phone className="w-5 h-5" />
|
||||
Call Now
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="legal" data-section="legal">
|
||||
@@ -53,7 +51,7 @@ export default function ContactPage() {
|
||||
title="Terms of Trade"
|
||||
sections={[
|
||||
{
|
||||
heading: "Standard Terms", content: "All orders are subject to availability and credit approval."
|
||||
heading: "Standard Terms", content: [{ title: "Availability", text: "All orders are subject to availability and credit approval." }]
|
||||
},
|
||||
]}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user