From 4518e208c8574974c0b505b2cedd0813e0cca3b9 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 6 Apr 2026 15:59:35 +0000 Subject: [PATCH] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index da889b3..12df933 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -6,6 +6,7 @@ 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 ( @@ -54,7 +55,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."}, }, ]} /> -- 2.49.1