Update src/app/page.tsx
This commit is contained in:
@@ -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>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user