Compare commits
3 Commits
version_2_
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| c12b6e22d9 | |||
|
|
6c36c5c184 | ||
| 3bf1cf6f57 |
@@ -4,6 +4,7 @@ import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary";
|
||||
import SiteBackgroundSlot from "@/components/ui/SiteBackgroundSlot";
|
||||
import { Outlet } from 'react-router-dom';
|
||||
import { StyleProvider } from "@/components/ui/StyleProvider";
|
||||
import Button from "@/components/ui/Button";
|
||||
|
||||
export default function Layout() {
|
||||
const navItems = [
|
||||
@@ -52,6 +53,9 @@ export default function Layout() {
|
||||
<main className="flex-grow">
|
||||
<Outlet />
|
||||
</main>
|
||||
<div className="fixed bottom-6 right-6 z-50">
|
||||
<Button text="Order Now" href="#contact" variant="primary" className="shadow-xl" />
|
||||
</div>
|
||||
<SectionErrorBoundary name="footer">
|
||||
<FooterSimpleCard
|
||||
brand="Artisanal Bakes"
|
||||
|
||||
Reference in New Issue
Block a user