Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-04-15 16:06:35 +00:00

View File

@@ -101,7 +101,7 @@ export default function LandingPage() {
</div>
<div id="ecommerce" data-section="ecommerce">
<ProductCartItem item={{ id: "product-1", name: "Consultation Session", price: 500, quantity: 1 }} />
<ProductCartItem item={{ id: "product-1", name: "Consultation Session", price: "500", quantity: 1 }} />
</div>
<div id="contact" data-section="contact">
@@ -109,7 +109,7 @@ export default function LandingPage() {
useInvertedBackground={false}
title="Connect with us"
description="Let us know how we can help you."
inputs={[{ type: "text", label: "Name", placeholder: "Your Name" }, { type: "email", label: "Email", placeholder: "Your Email" }]}
inputs={[{ type: "text", placeholder: "Your Name" }, { type: "email", placeholder: "Your Email" }]}
/>
</div>