Merge version_1 into main #8
@@ -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>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user