Update src/app/page.tsx
This commit is contained in:
@@ -30,7 +30,7 @@ export default function LandingPage() {
|
||||
<PricingCardOne animationType="slide-up" textboxLayout="default" useInvertedBackground={false} title="Angebote" description="Unsere Pakete" plans={[{id: "p1", badge: "Start", subtitle: "Basis", price: "10", features: ["A", "B"]}, {id: "p2", badge: "Pro", subtitle: "Premium", price: "20", features: ["C", "D"]}]} />
|
||||
</div>
|
||||
<div id="socialProof" data-section="socialProof">
|
||||
<SocialProofOne textboxLayout="default" useInvertedBackground={false} names={["Anna", "Bob"]} title="Partner" description="Wir vertrauen auf" />
|
||||
<SocialProofOne textboxLayout="default" useInvertedBackground={false} names={["Edeka", "Rewe", "Bio-Markt regional", "Feinkost Handel"]} title="Partner" description="Wir vertrauen auf" />
|
||||
</div>
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterSimple columns={[{title: "Service", items: [{label: "Online Bestellung", href: "/order"}, {label: "Speisekarte", href: "/menu"}]}, {title: "Rechtliches", items: [{label: "Impressum", href: "#"}, {label: "Datenschutz", href: "#"}]}]} bottomLeftText="© 2024 Wacker GmbH Lebensmittel" bottomRightText="Handgemacht aus Lampertheim" />
|
||||
@@ -38,4 +38,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user