Merge version_1 into main #8

Merged
bender merged 1 commits from version_1 into main 2026-04-06 13:23:23 +00:00

View File

@@ -37,7 +37,7 @@ export default function Page() {
<ContactSplitForm title="Get in Touch" description="Reserve your table or reach out for catering." useInvertedBackground={false} inputs={[{ name: 'name', type: 'text', placeholder: 'Name' }, { name: 'email', type: 'email', placeholder: 'Email' }]} />
</div>
<div id="footer" data-section="footer">
<FooterLogoEmphasis logoText="Culinary Mastery" columns={[{ items: [{ label: 'About' }, { label: 'Contact' }] }]} />
<FooterLogoEmphasis logoText="Culinary Mastery" columns={[{ items: [{ label: 'About', href: '/about' }, { label: 'Contact', href: '/contact' }] }]} />
</div>
</ThemeProvider>
);