From 55e9dea1a92c9210ce3609227718cc66402c1458 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 13:17:14 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 25 ++++++++++++++++--------- 1 file changed, 16 insertions(+), 9 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 922422a..98d20aa 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -20,7 +20,7 @@ export default function LandingPage() { borderRadius="pill" contentWidth="smallMedium" sizing="mediumLarge" - background="grid" + background="circleGradient" cardStyle="glass-elevated" primaryButtonStyle="primary-glow" secondaryButtonStyle="layered" @@ -49,7 +49,7 @@ export default function LandingPage() { { text: "Services Erkunden", href: "#services" }, ]} buttonAnimation="slide-up" - background={{ variant: "grid" }} + background={{ variant: "radial-gradient" }} dashboard={{ title: "M&W Service Hub", logoIcon: Smartphone, imageSrc: "http://img.b2bpic.net/free-photo/wood-worker-his-shop-working-with-tools-equipment_23-2150861573.jpg", sidebarItems: [ @@ -131,7 +131,8 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} names={[ - "4.9 Sterne auf Google", "5.000+ Kunden", "20+ Jahreserfahrung", "Mehrsprachiger Support", "Magdeburgs #1 Reparatur", "Zertifizierte Techniker", "Schnelle Reparaturen"]} + "4.9 Sterne auf Google", "5.000+ Kunden", "20+ Jahreserfahrung", "Mehrsprachiger Support", "Magdeburgs #1 Reparatur", "Zertifizierte Techniker", "Schnelle Reparaturen" + ]} speed={40} showCard={true} buttons={[{ text: "Bewertungen lesen", href: "#" }]} @@ -166,22 +167,28 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Thomas K.", handle: "@thomas_magdeburg", testimonial: "Schnell, professionell und ehrlich. Mein iPhone-Display wurde innerhalb von 2 Stunden repariert. Der beste Tech-Service in Magdeburg!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-fashionable-well-dressed-man-with-beard-posing-outdoors_1328-3269.jpg", imageAlt: "professional man portrait businessman avatar"}, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-fashionable-well-dressed-man-with-beard-posing-outdoors_1328-3269.jpg", imageAlt: "professional man portrait businessman avatar" + }, { id: "2", name: "Maria S.", handle: "@maria_local", testimonial: "Großartig, dass es einen zuverlässigen Paketshop gibt. Das Personal ist freundlich und die Abwicklung ist einfach. Sehr empfohlen!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-businesswoman-indoors_23-2148824825.jpg", imageAlt: "professional woman portrait businesswoman avatar"}, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-businesswoman-indoors_23-2148824825.jpg", imageAlt: "professional woman portrait businesswoman avatar" + }, { id: "3", name: "Ahmed R.", handle: "@ahmed_expat", testimonial: "Der RIA Geldtransfer-Service ist perfekt. Keine versteckten Gebühren, schnelle Abwicklung und das Team spricht mehrere Sprachen. Danke!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-positive-executive-work_1098-519.jpg", imageAlt: "young professional man portrait avatar"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-positive-executive-work_1098-519.jpg", imageAlt: "young professional man portrait avatar" + }, { id: "4", name: "Petra M.", handle: "@petra_tech", testimonial: "Vertraue M&W seit Jahren. Sie retten immer den Tag, wenn mein Smartphone Probleme hat. Top-notch Service!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/pretty-attractive-young-mixed-race-model-with-large-afro-wearing-navy-jacket-her-naked-body-shorts_633478-1216.jpg", imageAlt: "professional woman business portrait avatar"}, + imageSrc: "http://img.b2bpic.net/free-photo/pretty-attractive-young-mixed-race-model-with-large-afro-wearing-navy-jacket-her-naked-body-shorts_633478-1216.jpg", imageAlt: "professional woman business portrait avatar" + }, { id: "5", name: "Carlos L.", handle: "@carlos_international", testimonial: "Als Expat schätze ich die mehrsprachige Unterstützung sehr. M&W versteht meine Bedürfnisse und bietet echte Hilfe.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-bearded-smiling-black-man-wool-suit_613910-16049.jpg", imageAlt: "professional international person portrait avatar"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-bearded-smiling-black-man-wool-suit_613910-16049.jpg", imageAlt: "professional international person portrait avatar" + }, { id: "6", name: "Sophia N.", handle: "@sophia_local", testimonial: "Lokales Geschäft mit Herz. Der Service ist besser als große Ketten, und die Preise sind fair. Sehr empfehlenswert!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/confident-middle-aged-businesswoman-posing-near-office-building_1262-21023.jpg", imageAlt: "expat international person portrait avatar"}, + imageSrc: "http://img.b2bpic.net/free-photo/confident-middle-aged-businesswoman-posing-near-office-building_1262-21023.jpg", imageAlt: "expat international person portrait avatar" + }, ]} showRating={true} animationType="slide-up" -- 2.49.1