Merge version_3 into main

Merge version_3 into main
This commit was merged in pull request #3.
This commit is contained in:
2026-01-06 08:49:12 +00:00
2 changed files with 3 additions and 3 deletions

View File

@@ -1277,4 +1277,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -132,7 +132,7 @@ export default function LandingPage() {
/>
</div>
<div id="products" data-section="products">
<div id="products" data-section="products" style={{ backgroundColor: "#ef4444" }}>
<ProductCardFive
title="Our Menu"
description="Handcrafted dishes prepared with the finest seasonal ingredients"
@@ -319,4 +319,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}