Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-04-06 15:59:10 +00:00

View File

@@ -7,7 +7,7 @@ import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
import LegalSection from '@/components/legal/LegalSection';
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
export default function LandingPage() {
export default function ContactPage() {
return (
<ThemeProvider
defaultButtonVariant="shift-hover"
@@ -54,7 +54,7 @@ export default function LandingPage() {
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."},
},
]}
/>