Merge version_2 into main #10
@@ -75,7 +75,12 @@ export default function Page() {
|
||||
</div>
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBase
|
||||
columns={[{ title: "Links", items: [{ label: "Home", href: "/" }] }]}
|
||||
logoText="Borgo C"
|
||||
copyrightText="© 2025 | Borgo C Restaurant"
|
||||
columns={[
|
||||
{ title: "Menu", items: [{ label: "Lunch", href: "#" }, { label: "Dinner", href: "#" }] },
|
||||
{ title: "Company", items: [{ label: "About Us", href: "#" }, { label: "Privacy", href: "#" }] }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
|
||||
Reference in New Issue
Block a user