diff --git a/src/app/page.tsx b/src/app/page.tsx index f28055a..fd8d863 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -23,8 +23,7 @@ export default function HomePage() { const footerColumns = [ { - title: "Navigieren", - items: [ + title: "Navigieren", items: [ { label: "Startseite", href: "/" }, { label: "Über uns", href: "/uber-uns" }, { label: "Sortiment & Service", href: "#services" }, @@ -32,8 +31,7 @@ export default function HomePage() { ], }, { - title: "Kontakt", - items: [ + title: "Kontakt", items: [ { label: "Anrufen: 02133 80692", href: "tel:+4921338069" }, { label: "Hauptstraße 52, 41540 Dormagen", href: "https://maps.google.com/?q=Hauptstraße+52,+41540+Dormagen" }, { label: "Mo-Fr: 10:00-18:00 Uhr", href: "#" }, @@ -41,8 +39,7 @@ export default function HomePage() { ], }, { - title: "Rechtliches", - items: [ + title: "Rechtliches", items: [ { label: "Impressum", href: "#" }, { label: "Datenschutz", href: "#" }, { label: "AGB", href: "#" }, @@ -57,7 +54,7 @@ export default function HomePage() { borderRadius="soft" contentWidth="compact" sizing="mediumSizeLargeTitles" - background="circleGradient" + background="aurora" cardStyle="soft-shadow" primaryButtonStyle="gradient" secondaryButtonStyle="layered" @@ -74,9 +71,7 @@ export default function HomePage() { { name: "Kontakt", id: "contact" }, ]} button={{ - text: "Jetzt anrufen", - href: "tel:+4921338069", - }} + text: "Jetzt anrufen", href: "tel:+4921338069"}} buttonClassName="px-4 py-2 rounded-soft bg-primary-cta text-primary-cta-text font-semibold hover:opacity-90 transition-opacity" buttonTextClassName="text-sm font-semibold" /> @@ -86,20 +81,16 @@ export default function HomePage() { @@ -193,42 +157,21 @@ export default function HomePage() { description="Unser Sortiment umfasst ausgewählte Damenmode mit Fokus auf Stil, Qualität und individuelle Beratung." products={[ { - id: "1", - brand: "NaNu Boutique", - name: "Damenmode", - price: "Vielfältig", - rating: 5, - reviewCount: "10", - imageSrc: "http://img.b2bpic.net/free-photo/black-haired-shop-assistant-helping-woman-try-new-dress-adjusting-waistband-customer-choosing-clothes-fashion-store-buying-clothes-boutique-concept_74855-11537.jpg?_wi=2", - imageAlt: "Stilvolle Damenmode", - }, + id: "1", brand: "NaNu Boutique", name: "Damenmode", price: "Vielfältig", rating: 5, + reviewCount: "10", imageSrc: "http://img.b2bpic.net/free-photo/black-haired-shop-assistant-helping-woman-try-new-dress-adjusting-waistband-customer-choosing-clothes-fashion-store-buying-clothes-boutique-concept_74855-11537.jpg", imageAlt: "Stilvolle Damenmode"}, { - id: "2", - brand: "NaNu Boutique", - name: "Accessoires", - price: "Variabel", - rating: 5, - reviewCount: "10", - imageSrc: "http://img.b2bpic.net/free-photo/sympathetic-girl-stands-near-bulding_8353-213.jpg?_wi=1", - imageAlt: "Ausgewählte Accessoires", - }, + id: "2", brand: "NaNu Boutique", name: "Accessoires", price: "Variabel", rating: 5, + reviewCount: "10", imageSrc: "http://img.b2bpic.net/free-photo/sympathetic-girl-stands-near-bulding_8353-213.jpg", imageAlt: "Ausgewählte Accessoires"}, { - id: "3", - brand: "NaNu Boutique", - name: "Persönliche Stilberatung", - price: "Kostenlos", - rating: 5, - reviewCount: "10", - imageSrc: "http://img.b2bpic.net/free-photo/business-owner-helping-client_23-2149300899.jpg?_wi=2", - imageAlt: "Persönliche Stilberatung Service", - }, + id: "3", brand: "NaNu Boutique", name: "Persönliche Stilberatung", price: "Kostenlos", rating: 5, + reviewCount: "10", imageSrc: "http://img.b2bpic.net/free-photo/business-owner-helping-client_23-2149300899.jpg", imageAlt: "Persönliche Stilberatung Service"}, ]} gridVariant="three-columns-all-equal-width" animationType="slide-up" textboxLayout="default" useInvertedBackground={false} - titleClassName="text-3xl font-bold text-foreground" - descriptionClassName="text-base text-foreground" + textBoxTitleClassName="text-3xl font-bold text-foreground" + textBoxDescriptionClassName="text-base text-foreground" cardClassName="rounded-soft p-6 shadow-soft" /> @@ -237,41 +180,17 @@ export default function HomePage() { @@ -312,15 +224,11 @@ export default function HomePage() { animationType="background-highlight" buttons={[ { - text: "Jetzt anrufen: 02133 80692", - href: "tel:+4921338069", - }, + text: "Jetzt anrufen: 02133 80692", href: "tel:+4921338069"}, { - text: "Route planen", - href: "https://maps.google.com/?q=Hauptstraße+52,+41540+Dormagen", - }, + text: "Route planen", href: "https://maps.google.com/?q=Hauptstraße+52,+41540+Dormagen"}, ]} - background={{ variant: "circleGradient" }} + background={{ variant: "plain" }} useInvertedBackground={false} textClassName="text-2xl font-bold text-foreground" containerClassName="w-full"