Merge version_1 into main #4

Merged
bender merged 1 commits from version_1 into main 2026-04-15 16:07:16 +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, imageSrc: "http://img.b2bpic.net/free-photo/business-analytics_53876-163234.jpg", imageAlt: "Consultation" }} />
</div>
<div id="contact" data-section="contact">
@@ -109,7 +109,10 @@ export default function LandingPage() {
useInvertedBackground={false}
title="Connect with us"
description="Let us know how we can help you."
inputs={[{ type: "text", placeholder: "Your Name" }, { type: "email", placeholder: "Your Email" }]}
inputs={[
{ name: "name", type: "text", placeholder: "Your Name" },
{ name: "email", type: "email", placeholder: "Your Email" }
]}
/>
</div>