Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 4cc3e0e326 | |||
| 7d0e1d01a3 | |||
| 73ad830ef6 | |||
| 89ea5addfc |
@@ -11,7 +11,8 @@ const geistMono = Geist_Mono({
|
|||||||
});
|
});
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: "MBG Kitchens", description: "Custom kitchen design and cabinetry solutions for Los Angeles homeowners"};
|
title: "MBG Kitchens", description: "Custom kitchen design and cabinetry solutions for Los Angeles homeowners"
|
||||||
|
};
|
||||||
|
|
||||||
export default function RootLayout({
|
export default function RootLayout({
|
||||||
children,
|
children,
|
||||||
|
|||||||
@@ -44,6 +44,12 @@ export default function HomePage() {
|
|||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div id="logo-slot" data-section="logo-slot">
|
||||||
|
<div className="flex items-center justify-center py-8 bg-background">
|
||||||
|
<img src="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AgsfEK7AJjOjkwtwoFiYFE6krF/uploaded-1773028810233-vzl3yg3u.png" alt="MBG Kitchens Logo" className="h-16 w-auto" />
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroBillboardGallery
|
<HeroBillboardGallery
|
||||||
title="Custom Kitchens Designed for Modern Living"
|
title="Custom Kitchens Designed for Modern Living"
|
||||||
|
|||||||
Reference in New Issue
Block a user