Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-05-06 06:34:25 +00:00

View File

@@ -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>