Merge version_1 into main #2
@@ -93,18 +93,12 @@ export default function LandingPage() {
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
title="Preise"
|
||||
description="Unsere fairen Angebote."
|
||||
plans={[
|
||||
{ title: "Standard", price: "CHF 50", features: ["Feature 1", "Feature 2"] },
|
||||
{ title: "Premium", price: "CHF 100", features: ["Feature 1", "Feature 2", "Feature 3"] }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="ecommerce" data-section="ecommerce">
|
||||
<ProductCartItem
|
||||
item={{ id: "1", name: "Placeholder", price: "10", imageSrc: "" }}
|
||||
item={{ id: "1", name: "Placeholder", price: "10", imageSrc: "", quantity: 1 }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user