Merge version_3 into main #3

Merged
development merged 2 commits from version_3 into main 2026-01-06 08:49:12 +00:00
Showing only changes of commit 12ce32e485 - Show all commits

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>
);
}
}