Merge version_1 into main #3
@@ -58,7 +58,7 @@ export default function LandingPage() {
|
||||
{
|
||||
id: "p1", title: "Carlos D.", subtitle: "CEO", detail: "15+ years experience", imageSrc: "http://img.b2bpic.net/free-photo/young-lady-standing-with-crossed-arms-checked-shirt-hat-looking-confident_176474-47786.jpg"},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-girl-laying-sofa-living-room-reading-magazine_176420-42537.jpg", imageAlt: "happy customer living room portrait"},
|
||||
imageAlt: "happy customer living room portrait"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -103,7 +103,7 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="ecommerce" data-section="ecommerce">
|
||||
<ProductDetailCard layout="grid" name="Basic Repair Kit" price="$99" images={["http://img.b2bpic.net/free-photo/medium-shot-man-working-as-plumber_23-2150746316.jpg"]} buttons={[{ text: "Buy Now" }]} />
|
||||
<ProductDetailCard name="Basic Repair Kit" price="$99" images={[{ src: "http://img.b2bpic.net/free-photo/medium-shot-man-working-as-plumber_23-2150746316.jpg", alt: "Basic Repair Kit" }]} buttons={[{ text: "Buy Now" }]} />
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
|
||||
Reference in New Issue
Block a user