Merge version_1 into main #3
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user