Added bgcolor to Item page
This commit is contained in:
@@ -38,6 +38,7 @@ export default function Product() {
|
||||
const discountedPrice = item.price * (1 - item.discount / 100);
|
||||
|
||||
return (
|
||||
<div className='page-background'>
|
||||
<Container maxWidth="lg" sx={{ py: 4 }} >
|
||||
<Grid container spacing={4}>
|
||||
{/* Left Column - Image */}
|
||||
@@ -137,5 +138,6 @@ export default function Product() {
|
||||
|
||||
</Grid>
|
||||
</Container>
|
||||
</div>
|
||||
);
|
||||
};
|
||||
Reference in New Issue
Block a user