Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #3.
This commit is contained in:
@@ -11,8 +11,8 @@ import { Nunito_Sans } from "next/font/google";
|
||||
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: 'Wacker GmbH Lebensmittel | Natürliche Spezialitäten',
|
||||
description: 'Wacker GmbH Lebensmittel - Ihr Experte für handgemachte Bio-Nudeln, Gemüsebrühe und mehr. Online bestellen & abholen.',
|
||||
title: 'Wacker GmbH Lebensmittel',
|
||||
description: 'Natürliche Zutaten und liebevoll zubereitete Spezialitäten für Genießer.',
|
||||
openGraph: {
|
||||
"title": "Wacker GmbH Lebensmittel",
|
||||
"description": "Entdecken Sie handgemachte Lebensmittelqualität.",
|
||||
|
||||
@@ -27,7 +27,7 @@ export default function LandingPage() {
|
||||
<TestimonialCardSix animationType="slide-up" textboxLayout="default" useInvertedBackground={false} title="Kundenstimmen" description="Was unsere Partner sagen" testimonials={[{id: "1", name: "Hans", role: "Chef", testimonial: "Top."}]} />
|
||||
</div>
|
||||
<div id="pricing" data-section="pricing">
|
||||
<PricingCardOne animationType="slide-up" textboxLayout="default" useInvertedBackground={false} title="Angebote" description="Unsere Pakete" plans={[{price: "10", description: "Start", features: ["A", "B"]}, {price: "20", description: "Mehr", features: ["C", "D"]}]} />
|
||||
<PricingCardOne animationType="slide-up" textboxLayout="default" useInvertedBackground={false} title="Angebote" description="Unsere Pakete" plans={[{price: "10", features: ["A", "B"]}, {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" />
|
||||
|
||||
Reference in New Issue
Block a user