Compare commits
9 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| b684202d67 | |||
| 710bbef969 | |||
| e81f2a160e | |||
| e44157b50c | |||
| 875396593f | |||
| 32510f233f | |||
| 2700516f8b | |||
| 229b3cbe62 | |||
| 8bb319a166 |
@@ -88,7 +88,16 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="ecommerce" data-section="ecommerce">
|
<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>
|
||||||
|
|
||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
|
|||||||
Reference in New Issue
Block a user