Merge version_2 into main #9

Merged
bender merged 1 commits from version_2 into main 2026-04-09 07:48:27 +00:00

View File

@@ -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">