Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #6.
This commit is contained in:
2026-04-06 16:00:41 +00:00

View File

@@ -6,7 +6,6 @@ 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 Link from 'next/link';
export default function ContactPage() {
return (
@@ -55,7 +54,7 @@ export default function ContactPage() {
sections={[
{
heading: "Standard Terms", content: {
type: "paragraph", text: "All orders are subject to availability and credit approval."
text: "All orders are subject to availability and credit approval."
},
},
]}
@@ -88,4 +87,4 @@ export default function ContactPage() {
</ReactLenis>
</ThemeProvider>
);
}
}