Merge version_1 into main #2
@@ -91,13 +91,12 @@ export default function LandingPage() {
|
||||
<TestimonialAboutCard
|
||||
useInvertedBackground={false}
|
||||
videoSrc="https://www.w3schools.com/html/mov_bbb.mp4"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/brown-concrete-building-clear-blue-sky_250224-217.jpg"
|
||||
imageAlt="modern school building architecture"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="ecommerce" data-section="ecommerce">
|
||||
<ProductCartItem item={{ id: "1", name: "Basic Lock", price: 50, quantity: 1, image: "" }} />
|
||||
<ProductCartItem item={{ id: "1", name: "Basic Lock", price: "50", quantity: 1, image: "" }} />
|
||||
</div>
|
||||
|
||||
<div id="contact-strip" data-section="contact-strip">
|
||||
|
||||
Reference in New Issue
Block a user