Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 7bdd5aaf04 | |||
| 3443d6c9a6 | |||
| 99d033fdcc |
@@ -7,41 +7,26 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
|
|||||||
import Tag from "@/tag/Tag";
|
import Tag from "@/tag/Tag";
|
||||||
|
|
||||||
const halant = Halant({
|
const halant = Halant({
|
||||||
variable: "--font-halant",
|
variable: "--font-halant", subsets: ["latin"],
|
||||||
subsets: ["latin"],
|
|
||||||
weight: ["300", "400", "500", "600", "700"],
|
weight: ["300", "400", "500", "600", "700"],
|
||||||
});
|
});
|
||||||
|
|
||||||
const dmSans = DM_Sans({
|
const dmSans = DM_Sans({
|
||||||
variable: "--font-dm-sans",
|
variable: "--font-dm-sans", subsets: ["latin"],
|
||||||
subsets: ["latin"],
|
|
||||||
});
|
});
|
||||||
|
|
||||||
const inter = Inter({
|
const inter = Inter({
|
||||||
variable: "--font-inter",
|
variable: "--font-inter", subsets: ["latin"],
|
||||||
subsets: ["latin"],
|
|
||||||
});
|
});
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: "Cannabags – Cannabis-Apotheken Verpackung | B2B Standbodenbeutel",
|
title: "Cannabags – Cannabis-Apotheken Verpackung | B2B Standbodenbeutel", description: "B2B E-Commerce für Cannabis-Apotheken: Standbodenbeutel (7 Varianten, 5 Größen), CMYK Bedruckung ab 5.000 Stück, Schweißgeräte. Staffelpreise ab 1.000 Stück. Alle Preise netto.", keywords: "Standbodenbeutel Apotheke, Cannabis Verpackung, B2B Packaging, CMYK Druck, Schweißgerät, Beutel Bedruckung", metadataBase: new URL("https://cannabags.de"),
|
||||||
description: "B2B E-Commerce für Cannabis-Apotheken: Standbodenbeutel (7 Varianten, 5 Größen), CMYK Bedruckung ab 5.000 Stück, Schweißgeräte. Staffelpreise ab 1.000 Stück. Alle Preise netto.",
|
|
||||||
keywords: "Standbodenbeutel Apotheke, Cannabis Verpackung, B2B Packaging, CMYK Druck, Schweißgerät, Beutel Bedruckung",
|
|
||||||
metadataBase: new URL("https://cannabags.de"),
|
|
||||||
alternates: {
|
alternates: {
|
||||||
canonical: "https://cannabags.de",
|
canonical: "https://cannabags.de"},
|
||||||
},
|
|
||||||
openGraph: {
|
openGraph: {
|
||||||
title: "Cannabags – B2B Cannabis-Apotheken Verpackung",
|
title: "Cannabags – B2B Cannabis-Apotheken Verpackung", description: "Premium Standbodenbeutel mit sieben Materialvarianten und individueller CMYK-Bedruckung für Cannabis-Apotheken.", url: "https://cannabags.de", siteName: "Cannabags", type: "website"},
|
||||||
description: "Premium Standbodenbeutel mit sieben Materialvarianten und individueller CMYK-Bedruckung für Cannabis-Apotheken.",
|
|
||||||
url: "https://cannabags.de",
|
|
||||||
siteName: "Cannabags",
|
|
||||||
type: "website",
|
|
||||||
},
|
|
||||||
twitter: {
|
twitter: {
|
||||||
card: "summary_large_image",
|
card: "summary_large_image", title: "Cannabags – B2B Verpackungslösungen für Cannabis-Apotheken", description: "Transparente Staffelpreise, 7 Materialvarianten, CMYK Druck ab 5.000 Stück."},
|
||||||
title: "Cannabags – B2B Verpackungslösungen für Cannabis-Apotheken",
|
|
||||||
description: "Transparente Staffelpreise, 7 Materialvarianten, CMYK Druck ab 5.000 Stück.",
|
|
||||||
},
|
|
||||||
robots: {
|
robots: {
|
||||||
index: true,
|
index: true,
|
||||||
follow: true,
|
follow: true,
|
||||||
|
|||||||
156
src/app/page.tsx
156
src/app/page.tsx
@@ -45,9 +45,7 @@ export default function HomePage() {
|
|||||||
brandName="Cannabags"
|
brandName="Cannabags"
|
||||||
navItems={navLinks}
|
navItems={navLinks}
|
||||||
button={{
|
button={{
|
||||||
text: "B2B-Konto",
|
text: "B2B-Konto", href: "/login"}}
|
||||||
href: "/login",
|
|
||||||
}}
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -64,35 +62,17 @@ export default function HomePage() {
|
|||||||
background={{ variant: "plain" }}
|
background={{ variant: "plain" }}
|
||||||
carouselItems={[
|
carouselItems={[
|
||||||
{
|
{
|
||||||
id: "carousel-1",
|
id: "carousel-1", imageSrc: "http://img.b2bpic.net/free-photo/food-packaging-kraft-bag-delivery_53876-129990.jpg?_wi=1", imageAlt: "standbodenbeutel packaging stand-up pouch cannabis"},
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/food-packaging-kraft-bag-delivery_53876-129990.jpg?_wi=1",
|
|
||||||
imageAlt: "standbodenbeutel packaging stand-up pouch cannabis",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "carousel-2",
|
id: "carousel-2", imageSrc: "http://img.b2bpic.net/free-photo/heap-raw-popcorn-grains-texture_114579-39020.jpg?_wi=1", imageAlt: "clear pouch transparent packaging stand-up bag"},
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/heap-raw-popcorn-grains-texture_114579-39020.jpg?_wi=1",
|
|
||||||
imageAlt: "clear pouch transparent packaging stand-up bag",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "carousel-3",
|
id: "carousel-3", imageSrc: "http://img.b2bpic.net/free-vector/black-foil-pouch-with-zipper-doypack-food_107791-2237.jpg?_wi=1", imageAlt: "black matte bag packaging stand-up pouch"},
|
||||||
imageSrc: "http://img.b2bpic.net/free-vector/black-foil-pouch-with-zipper-doypack-food_107791-2237.jpg?_wi=1",
|
|
||||||
imageAlt: "black matte bag packaging stand-up pouch",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "carousel-4",
|
id: "carousel-4", imageSrc: "http://img.b2bpic.net/free-photo/black-pouch-with-red-text_23-2152002410.jpg?_wi=1", imageAlt: "glossy pouch premium packaging shiny bag"},
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/black-pouch-with-red-text_23-2152002410.jpg?_wi=1",
|
|
||||||
imageAlt: "glossy pouch premium packaging shiny bag",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "carousel-5",
|
id: "carousel-5", imageSrc: "http://img.b2bpic.net/free-photo/photos-sterile-production-area-with-stainless-steel-machine-production-sorting-pills-medicines_645730-366.jpg", imageAlt: "sealing machine heat sealer industrial equipment"},
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/photos-sterile-production-area-with-stainless-steel-machine-production-sorting-pills-medicines_645730-366.jpg",
|
|
||||||
imageAlt: "sealing machine heat sealer industrial equipment",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "carousel-6",
|
id: "carousel-6", imageSrc: "http://img.b2bpic.net/free-photo/food-packaging-kraft-bag-delivery_53876-129990.jpg?_wi=2", imageAlt: "standbodenbeutel packaging stand-up pouch cannabis"},
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/food-packaging-kraft-bag-delivery_53876-129990.jpg?_wi=2",
|
|
||||||
imageAlt: "standbodenbeutel packaging stand-up pouch cannabis",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
autoPlay={true}
|
autoPlay={true}
|
||||||
autoPlayInterval={4000}
|
autoPlayInterval={4000}
|
||||||
@@ -105,23 +85,11 @@ export default function HomePage() {
|
|||||||
description="Vertrauen durch Qualität, Transparenz und Zuverlässigkeit für Ihre Apothekenabgabe"
|
description="Vertrauen durch Qualität, Transparenz und Zuverlässigkeit für Ihre Apothekenabgabe"
|
||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
title: "Apotheken-taugliche Abgabe",
|
title: "Apotheken-taugliche Abgabe", description: "Diskrete Optik, sauberer Zip-Lock Verschluss, stabile Standform mit zuverlässiger Qualität für sichere Patientenabgabe", imageSrc: "http://img.b2bpic.net/free-photo/top-view-private-written-note-yellow-green-background-job-office-school-business-copybook-salary-color-money-college_179666-18258.jpg", imageAlt: "privacy discrete confidential"},
|
||||||
description: "Diskrete Optik, sauberer Zip-Lock Verschluss, stabile Standform mit zuverlässiger Qualität für sichere Patientenabgabe",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-private-written-note-yellow-green-background-job-office-school-business-copybook-salary-color-money-college_179666-18258.jpg",
|
|
||||||
imageAlt: "privacy discrete confidential",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
title: "Planbare Staffelpreise",
|
title: "Planbare Staffelpreise", description: "Transparente Staffelmengen (1.000 / 3.000 / 5.000 / 7.000 / 10.000 Stück) mit sofort sichtbarer Preisreduktion", imageSrc: "http://img.b2bpic.net/free-photo/coins-jar-statistics_23-2148081099.jpg?_wi=1", imageAlt: "pricing transparent costs budget"},
|
||||||
description: "Transparente Staffelmengen (1.000 / 3.000 / 5.000 / 7.000 / 10.000 Stück) mit sofort sichtbarer Preisreduktion",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/coins-jar-statistics_23-2148081099.jpg?_wi=1",
|
|
||||||
imageAlt: "pricing transparent costs budget",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
title: "Branding optional",
|
title: "Branding optional", description: "Individueller CMYK-Druck ab 5.000 Stück mit transparenten Setup- und Plattenkosten", imageSrc: "http://img.b2bpic.net/free-photo/architect-customer-discussing-floor-plan_74855-2577.jpg?_wi=1", imageAlt: "branding design print service"},
|
||||||
description: "Individueller CMYK-Druck ab 5.000 Stück mit transparenten Setup- und Plattenkosten",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/architect-customer-discussing-floor-plan_74855-2577.jpg?_wi=1",
|
|
||||||
imageAlt: "branding design print service",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
gridVariant="uniform-all-items-equal"
|
gridVariant="uniform-all-items-equal"
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
@@ -136,23 +104,11 @@ export default function HomePage() {
|
|||||||
description="Drei einfache Schritte zu Ihrer Bestellung"
|
description="Drei einfache Schritte zu Ihrer Bestellung"
|
||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
title: "Material und Größe wählen",
|
title: "Material und Größe wählen", description: "Sieben Materialvarianten (Transparent, Hochtransparent, Silber Hochglanz, Mattschwarz, Mattweiß, Schwarz Hochglanz, Weiß Hochglanz) und fünf Größen (100–2.000 ml) im interaktiven Konfigurator", imageSrc: "http://img.b2bpic.net/free-vector/people-using-aumented-reality-smartphones_23-2148778828.jpg", imageAlt: "selection choice product selection"},
|
||||||
description: "Sieben Materialvarianten (Transparent, Hochtransparent, Silber Hochglanz, Mattschwarz, Mattweiß, Schwarz Hochglanz, Weiß Hochglanz) und fünf Größen (100–2.000 ml) im interaktiven Konfigurator",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-vector/people-using-aumented-reality-smartphones_23-2148778828.jpg",
|
|
||||||
imageAlt: "selection choice product selection",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
title: "Menge wählen",
|
title: "Menge wählen", description: "Staffelpreise ab 1.000 Stück. Je höher die Bestellmenge, desto günstiger der Preis pro Stück", imageSrc: "http://img.b2bpic.net/free-photo/calculator-numbers-paper-closeup-finance-concept_169016-24473.jpg?_wi=1", imageAlt: "quantity numbers order amount"},
|
||||||
description: "Staffelpreise ab 1.000 Stück. Je höher die Bestellmenge, desto günstiger der Preis pro Stück",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/calculator-numbers-paper-closeup-finance-concept_169016-24473.jpg?_wi=1",
|
|
||||||
imageAlt: "quantity numbers order amount",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
title: "Checkout und Lieferung",
|
title: "Checkout und Lieferung", description: "Sichere B2B-Zahlungsoptionen. Alle Preise netto zzgl. MwSt. und Versand. Schnelle und zuverlässige Lieferung", imageSrc: "http://img.b2bpic.net/free-photo/empty-toy-shopping-carts-wooden-table_157027-4376.jpg?_wi=1", imageAlt: "checkout delivery shopping cart"},
|
||||||
description: "Sichere B2B-Zahlungsoptionen. Alle Preise netto zzgl. MwSt. und Versand. Schnelle und zuverlässige Lieferung",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/empty-toy-shopping-carts-wooden-table_157027-4376.jpg?_wi=1",
|
|
||||||
imageAlt: "checkout delivery shopping cart",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
gridVariant="uniform-all-items-equal"
|
gridVariant="uniform-all-items-equal"
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
@@ -169,29 +125,11 @@ export default function HomePage() {
|
|||||||
tagIcon={TrendingUp}
|
tagIcon={TrendingUp}
|
||||||
products={[
|
products={[
|
||||||
{
|
{
|
||||||
id: "transparent-100",
|
id: "transparent-100", name: "Standbodenbeutel Transparent Klarsicht", price: "ab 0,14 EUR/Stk. netto", variant: "100 ml | MOQ 1.000 | ca. 140 EUR netto", imageSrc: "http://img.b2bpic.net/free-photo/heap-raw-popcorn-grains-texture_114579-39020.jpg?_wi=2", imageAlt: "clear pouch transparent packaging stand-up bag"},
|
||||||
name: "Standbodenbeutel Transparent Klarsicht",
|
|
||||||
price: "ab 0,14 EUR/Stk. netto",
|
|
||||||
variant: "100 ml | 5 Größen | MOQ 1.000",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/heap-raw-popcorn-grains-texture_114579-39020.jpg?_wi=2",
|
|
||||||
imageAlt: "clear pouch transparent packaging stand-up bag",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "mattschwarz-bestseller",
|
id: "mattschwarz-bestseller", name: "Standbodenbeutel Mattschwarz (BESTSELLER)", price: "ab 0,19 EUR/Stk. netto", variant: "100–2.000 ml | MOQ 1.000 | ca. 190 EUR netto (100ml)", imageSrc: "http://img.b2bpic.net/free-vector/black-foil-pouch-with-zipper-doypack-food_107791-2237.jpg?_wi=2", imageAlt: "black matte bag packaging stand-up pouch"},
|
||||||
name: "Standbodenbeutel Mattschwarz (BESTSELLER)",
|
|
||||||
price: "ab 0,19 EUR/Stk. netto",
|
|
||||||
variant: "100–2.000 ml | 5 Größen | MOQ 1.000",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-vector/black-foil-pouch-with-zipper-doypack-food_107791-2237.jpg?_wi=2",
|
|
||||||
imageAlt: "black matte bag packaging stand-up pouch",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "hochglanz-silber",
|
id: "hochglanz-silber", name: "Standbodenbeutel Silber Hochglanz", price: "ab 0,22 EUR/Stk. netto", variant: "100–2.000 ml | MOQ 1.000 | ca. 220 EUR netto (100ml)", imageSrc: "http://img.b2bpic.net/free-photo/black-pouch-with-red-text_23-2152002410.jpg?_wi=2", imageAlt: "glossy pouch premium packaging shiny bag"},
|
||||||
name: "Standbodenbeutel Silber Hochglanz",
|
|
||||||
price: "ab 0,22 EUR/Stk. netto",
|
|
||||||
variant: "100–2.000 ml | 5 Größen | MOQ 1.000",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/black-pouch-with-red-text_23-2152002410.jpg?_wi=2",
|
|
||||||
imageAlt: "glossy pouch premium packaging shiny bag",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
gridVariant="uniform-all-items-equal"
|
gridVariant="uniform-all-items-equal"
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
@@ -207,37 +145,13 @@ export default function HomePage() {
|
|||||||
description="Vertrauen durch Transparenz und Zuverlässigkeit"
|
description="Vertrauen durch Transparenz und Zuverlässigkeit"
|
||||||
metrics={[
|
metrics={[
|
||||||
{
|
{
|
||||||
id: "metric-1",
|
id: "metric-1", value: "7", title: "Materialvarianten", description: "Von Transparent bis Hochglanz verfügbar", imageSrc: "http://img.b2bpic.net/free-vector/black-foil-pouch-with-zipper-doypack-food_107791-2237.jpg?_wi=3", imageAlt: "black matte bag packaging stand-up pouch"},
|
||||||
value: "7",
|
|
||||||
title: "Materialvarianten",
|
|
||||||
description: "Von Transparent bis Hochglanz verfügbar",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-vector/black-foil-pouch-with-zipper-doypack-food_107791-2237.jpg?_wi=3",
|
|
||||||
imageAlt: "black matte bag packaging stand-up pouch",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "metric-2",
|
id: "metric-2", value: "5", title: "Größen", description: "100 ml bis 2.000 ml für jeden Bedarf", imageSrc: "http://img.b2bpic.net/free-photo/heap-raw-popcorn-grains-texture_114579-39020.jpg?_wi=3", imageAlt: "clear pouch transparent packaging stand-up bag"},
|
||||||
value: "5",
|
|
||||||
title: "Größen",
|
|
||||||
description: "100 ml bis 2.000 ml für jeden Bedarf",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/heap-raw-popcorn-grains-texture_114579-39020.jpg?_wi=3",
|
|
||||||
imageAlt: "clear pouch transparent packaging stand-up bag",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "metric-3",
|
id: "metric-3", value: "1.000", title: "Mindestbestellmenge", description: "Planbare Stückzahlen für Ihre Apotheke", imageSrc: "http://img.b2bpic.net/free-photo/black-pouch-with-red-text_23-2152002410.jpg?_wi=3", imageAlt: "glossy pouch premium packaging shiny bag"},
|
||||||
value: "1.000",
|
|
||||||
title: "Mindestbestellmenge",
|
|
||||||
description: "Planbare Stückzahlen für Ihre Apotheke",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/black-pouch-with-red-text_23-2152002410.jpg?_wi=3",
|
|
||||||
imageAlt: "glossy pouch premium packaging shiny bag",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "metric-4",
|
id: "metric-4", value: "Netto", title: "Alle Preise", description: "zzgl. MwSt. und Versand für vollständige Transparenz", imageSrc: "http://img.b2bpic.net/free-photo/coins-jar-statistics_23-2148081099.jpg?_wi=2", imageAlt: "pricing transparent costs budget"},
|
||||||
value: "Netto",
|
|
||||||
title: "Alle Preise",
|
|
||||||
description: "zzgl. MwSt. und Versand für vollständige Transparenz",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/coins-jar-statistics_23-2148081099.jpg?_wi=2",
|
|
||||||
imageAlt: "pricing transparent costs budget",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
@@ -251,35 +165,17 @@ export default function HomePage() {
|
|||||||
description="Antworten zu Produkten, Bestellung und Lieferung"
|
description="Antworten zu Produkten, Bestellung und Lieferung"
|
||||||
faqs={[
|
faqs={[
|
||||||
{
|
{
|
||||||
id: "faq-1",
|
id: "faq-1", title: "Welche Mindestbestellmenge gilt für Standbodenbeutel?", content: "Die Mindestbestellmenge für alle Standbodenbeutel beträgt 1.000 Stück. Staffelpreise gelten ab 1.000 / 3.000 / 5.000 / 7.000 / 10.000 Stück."},
|
||||||
title: "Welche Mindestbestellmenge gilt für Standbodenbeutel?",
|
|
||||||
content: "Die Mindestbestellmenge für alle Standbodenbeutel beträgt 1.000 Stück. Staffelpreise gelten ab 1.000 / 3.000 / 5.000 / 7.000 / 10.000 Stück.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "faq-2",
|
id: "faq-2", title: "Ab welcher Menge ist individueller Druck möglich?", content: "Individueller CMYK-Beutel-Bedruckung (2-seitig) ist ab 5.000 Stück möglich. Design-Setup kostet einmalig 300,00 EUR (max. 3 Revisionen). Druckplattenkokten richten sich nach Beutelgröße und Farbanzahl (1–4 Farben)."},
|
||||||
title: "Ab welcher Menge ist individueller Druck möglich?",
|
|
||||||
content: "Individueller CMYK-Beutel-Bedruckung (2-seitig) ist ab 5.000 Stück möglich. Design-Setup kostet einmalig 300,00 EUR (max. 3 Revisionen). Druckplattenkokten richten sich nach Beutelgröße und Farbanzahl (1–4 Farben).",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "faq-3",
|
id: "faq-3", title: "Sind alle Preise inklusive Steuern?", content: "Nein. Alle Preise sind Nettopreise zzgl. 19% MwSt. und zzgl. Versandkosten. Die Gesamtsumme wird im Checkout transparent ausgewiesen."},
|
||||||
title: "Sind alle Preise inklusive Steuern?",
|
|
||||||
content: "Nein. Alle Preise sind Nettopreise zzgl. 19% MwSt. und zzgl. Versandkosten. Die Gesamtsumme wird im Checkout transparent ausgewiesen.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "faq-4",
|
id: "faq-4", title: "Welche Zahlungsarten werden akzeptiert?", content: "Für B2B-Kunden stehen folgende Zahlungsarten zur Verfügung: Rechnung (Vorkasse), Kreditkarte und SEPA-Überweisung. Nach Login sind auch Schnellbestellungen aus Bestellhistorie möglich."},
|
||||||
title: "Welche Zahlungsarten werden akzeptiert?",
|
|
||||||
content: "Für B2B-Kunden stehen folgende Zahlungsarten zur Verfügung: Rechnung (Vorkasse), Kreditkarte und SEPA-Überweisung. Nach Login sind auch Schnellbestellungen aus Bestellhistorie möglich.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "faq-5",
|
id: "faq-5", title: "Wie lange dauert die Lieferung?", content: "Standardlieferzeit beträgt 5–7 Arbeitstage nach Bestellbestätigung. Für individuellen Druck fallen zusätzliche 7–10 Arbeitstage an. Express-Versand auf Anfrage."},
|
||||||
title: "Wie lange dauert die Lieferung?",
|
|
||||||
content: "Standardlieferzeit beträgt 5–7 Arbeitstage nach Bestellbestätigung. Für individuellen Druck fallen zusätzliche 7–10 Arbeitstage an. Express-Versand auf Anfrage.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "faq-6",
|
id: "faq-6", title: "Kann ich mein B2B-Konto schneller nachbestellen?", content: "Ja. Nach Login in Ihr B2B-Konto finden Sie eine \"Schnell nachbestellen\"-Funktion mit Ihren letzten Bestellungen. Mit einem Klick landen diese wieder im Warenkorb."},
|
||||||
title: "Kann ich mein B2B-Konto schneller nachbestellen?",
|
|
||||||
content: "Ja. Nach Login in Ihr B2B-Konto finden Sie eine \"Schnell nachbestellen\"-Funktion mit Ihren letzten Bestellungen. Mit einem Klick landen diese wieder im Warenkorb.",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
faqsAnimation="slide-up"
|
faqsAnimation="slide-up"
|
||||||
|
|||||||
Reference in New Issue
Block a user