feat: add medusa starter design hero banner

feat: add hero banner for vibentec design
feat: add CTA banner vibentec design and create carousel image display
This commit is contained in:
Nam Doan
2025-12-16 14:46:36 +07:00
parent 07a52dca2b
commit 9e0f6b0071
16 changed files with 604 additions and 24 deletions
+15
View File
@@ -134,6 +134,21 @@
]
}
},
{
"Hero": {
"config": {
"variant": "default",
"className": "bg-custom-gradient",
"ImageDisplayer": {
"config": {
"duration": 20,
"images": ["./banner-hero.webp", "./banner-hero.webp"],
"links": []
}
}
}
}
},
{
"CartMismatchBanner": {
"config": {
+40 -2
View File
@@ -176,6 +176,37 @@
]
}
},
{
"Hero": {
"config": {
"variant": "default",
"className": "h-[35rem]",
"ImageDisplayer": {
"config": {
"duration": 1,
"images": [
"./banner-hero.webp",
"./banner-hero.webp"
],
"links": []
}
},
"left":[{
"VtCtaBanner": {
"config": {
"className": "ml-[120px]",
"tagText": "Besonders Aktion",
"titleText": "Willkommen in Vibentec IT Shop",
"descriptionText": "Insert the accordion description here. It would look better as two lines of text or more.",
"buttonText": "Zum Einkaufen"
}
}
}],
"center":[],
"right":[]
}
}
},
{
"CartMismatchBanner": {
"config": {
@@ -209,7 +240,10 @@
"logoAlt": "Vibentec IT",
"title": "Der Wegbereiter für innovative IT-Lösungen",
"description": "Tauchen Sie ein in eine Welt modernster Technologien, zuverlässiger Support und proaktiver Innovation gemeinsam gestalten wir die digitale Zukunft Ihres Unternehmens.",
"cta": { "label": "Kontaktieren Sie uns", "href": "/" },
"cta": {
"label": "Kontaktieren Sie uns",
"href": "/"
},
"className": "",
"ctaClassName": "ml-8",
"titleClassName": "ml-8",
@@ -329,7 +363,11 @@
"VtFooterBottom": {
"config": {
"text": "©2025 Vibentec IT. All rights reserved",
"icons": ["Mastercard", "PayPal", "Visa"]
"icons": [
"Mastercard",
"PayPal",
"Visa"
]
}
}
}