Update src/app/page.tsx
This commit is contained in:
@@ -109,10 +109,10 @@ export default function LandingPage() {
|
||||
|
||||
<div id="ecommerce" data-section="ecommerce">
|
||||
<ProductDetailCard
|
||||
layout="default"
|
||||
layout="section"
|
||||
name="Professional Tool Kit"
|
||||
price="$199.00"
|
||||
images={["http://img.b2bpic.net/free-photo/set-repair-tools_23-2147831892.jpg"]}
|
||||
images={[{ src: "http://img.b2bpic.net/free-photo/set-repair-tools_23-2147831892.jpg", alt: "Professional Tool Kit" }]}
|
||||
buttons={[{ text: "Buy Now", href: "#" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user