Merge version_2 into main #9
@@ -88,7 +88,16 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="ecommerce" data-section="ecommerce">
|
||||
<ProductCart isOpen={false} onClose={() => {}} items={[]} total="0" buttons={[]} />
|
||||
<ProductCart
|
||||
isOpen={false}
|
||||
onClose={() => {}}
|
||||
items={[]}
|
||||
total="0"
|
||||
buttons={[]}
|
||||
title="Coșul tău"
|
||||
totalLabel="Total"
|
||||
emptyMessage="Coșul tău este gol"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
|
||||
Reference in New Issue
Block a user