From dd11cb45075f1ecb29d03d528c8130a192476abe Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 20:32:07 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 01d4f6e..5025c39 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -14,7 +14,7 @@ export default function LandingPage() { return ( @@ -104,11 +104,11 @@ export default function LandingPage() { title: "Convenient Location", description: "Easily accessible in Zürich West, right where you need us.", icon: MapPin, }, ]} - imageSrc="http://img.b2bpic.net/free-photo/blank-mock-up-design-cafe-signboard-nice-building-outdoors_158595-6498.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/blank-mock-up-design-cafe-signboard-nice-building-outdoors_158595-6498.jpg" imageAlt="Swissclean shop storefront in Zürich" imagePosition="right" mediaAnimation="blur-reveal" - tagAnimation="reveal-blur" + tagAnimation="entrance-slide" /> @@ -123,13 +123,13 @@ export default function LandingPage() { { id: "1", title: "Perfect Service Every Time", quote: "Professional service and great attention to fabrics. I trust Swissclean with my best suits. Highly recommended.", name: "Sarah Meyer", role: "Business Professional", imageSrc: "http://img.b2bpic.net/free-photo/confident-beautiful-young-businesswoman-looking-camera-head-shot-portrait_1163-4928.jpg", imageAlt: "Sarah Meyer"}, { - id: "2", title: "Quick & Precise Alterations", quote: "Alterations were perfect and finished quickly. The tailoring quality is excellent. Best service in Zürich West.", name: "Michael Keller", role: "Director", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Michael Keller"}, + id: "2", title: "Quick & Precise Alterations", quote: "Alterations were perfect and finished quickly. The tailoring quality is excellent. Best service in Zürich West.", name: "Michael Keller", role: "Director", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Michael Keller"}, { id: "3", title: "Reliable and Trustworthy", quote: "Been a customer for years. They always deliver quality work on time. Fair prices and genuine service.", name: "Anna Schmid", role: "Marketing Manager", imageSrc: "http://img.b2bpic.net/free-photo/successful-businesswoman-ready-challenges_1163-4336.jpg", imageAlt: "Anna Schmid"}, { - id: "4", title: "Expert Fabric Care", quote: "My delicate silk dresses are treated with such care. The finishing is impeccable. Definitely worth the visit.", name: "Thomas Auer", role: "Executive", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Thomas Auer"}, + id: "4", title: "Expert Fabric Care", quote: "My delicate silk dresses are treated with such care. The finishing is impeccable. Definitely worth the visit.", name: "Thomas Auer", role: "Executive", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Thomas Auer"}, ]} - tagAnimation="reveal-blur" + tagAnimation="entrance-slide" buttonAnimation="slide-up" /> @@ -161,16 +161,16 @@ export default function LandingPage() { features={[ { id: 1, - title: "Call Us Today", description: "044 271 36 60 - We're ready to help with your textile care needs.", imageSrc: "http://img.b2bpic.net/free-photo/unrecognizable-man-ironing-shirts-laundry-home_1098-17141.jpg?_wi=3", imageAlt: "Call Swissclean for service"}, + title: "Call Us Today", description: "044 271 36 60 - We're ready to help with your textile care needs.", imageSrc: "http://img.b2bpic.net/free-photo/unrecognizable-man-ironing-shirts-laundry-home_1098-17141.jpg", imageAlt: "Call Swissclean for service"}, { id: 2, - title: "Visit Our Shop", description: "Heinrichstrasse 95, 8005 Zürich - Located in Zürich West for your convenience.", imageSrc: "http://img.b2bpic.net/free-photo/blank-mock-up-design-cafe-signboard-nice-building-outdoors_158595-6498.jpg?_wi=2", imageAlt: "Visit Swissclean shop"}, + title: "Visit Our Shop", description: "Heinrichstrasse 95, 8005 Zürich - Located in Zürich West for your convenience.", imageSrc: "http://img.b2bpic.net/free-photo/blank-mock-up-design-cafe-signboard-nice-building-outdoors_158595-6498.jpg", imageAlt: "Visit Swissclean shop"}, { id: 3, - title: "Quality You Can Trust", description: "Experience professional service with attention to every detail.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-photo-fashionable-clothes-hangers-shop_627829-6026.jpg?_wi=2", imageAlt: "Quality textile care service"}, + title: "Quality You Can Trust", description: "Experience professional service with attention to every detail.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-photo-fashionable-clothes-hangers-shop_627829-6026.jpg", imageAlt: "Quality textile care service"}, { id: 4, - title: "Local Expert Service", description: "Serving Zürich professionals with expert textile care since day one.", imageSrc: "http://img.b2bpic.net/free-photo/fashion-designer-is-cutting-off-fabric-with-scissors-he-is-wearing-denim-closeup-photo-shoot_613910-21806.jpg?_wi=2", imageAlt: "Expert local service"}, + title: "Local Expert Service", description: "Serving Zürich professionals with expert textile care since day one.", imageSrc: "http://img.b2bpic.net/free-photo/fashion-designer-is-cutting-off-fabric-with-scissors-he-is-wearing-denim-closeup-photo-shoot_613910-21806.jpg", imageAlt: "Expert local service"}, ]} buttons={[ { text: "Call Now", href: "tel:+41442713660" }, -- 2.49.1