5 Commits

Author SHA1 Message Date
a94628a334 Merge version_7 into main
Merge version_7 into main
2026-04-09 02:12:10 +00:00
0d90586c41 Update src/app/contact/page.tsx 2026-04-09 02:12:07 +00:00
9c3a9913bf Merge version_6 into main
Merge version_6 into main
2026-04-09 02:09:54 +00:00
caf7039370 Merge version_6 into main
Merge version_6 into main
2026-04-09 02:08:12 +00:00
6afeebea35 Merge version_6 into main
Merge version_6 into main
2026-04-09 02:07:43 +00:00

View File

@@ -37,7 +37,7 @@ export default function ContactPage() {
<ContactCenter
tag="Contact Us"
title="Get in Touch"
description="Send us a message and we'll get back to you shortly regarding your orders and inquiries."
description="Send us a message and we'll get back to you shortly regarding your orders and inquiries. Feel free to contact us by texting this number: 555-0123."
background={{ variant: "radial-gradient" }}
useInvertedBackground={false}
/>
@@ -68,4 +68,4 @@ export default function ContactPage() {
</ReactLenis>
</ThemeProvider>
);
}
}