From c523ff2ec88b39e526e737cfbcfd80083e8fe653 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 22:41:11 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e03a66a..4457af8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -46,29 +46,29 @@ export default function LandingPage() { description="Professional gardening services across Rome—fast, clean, and trusted by hundreds of satisfied homeowners. From routine maintenance to complete garden restoration." tag="Trusted Local Expert" tagIcon={Leaf} - tagAnimation="entrance-slide" + tagAnimation="slide-up" imageSrc="http://img.b2bpic.net/free-photo/beautiful-streets-switzerland_8353-9666.jpg" imageAlt="Beautifully maintained Roman garden with professional landscaping" mediaAnimation="slide-up" testimonials={[ { name: "Alessandra Rossi", handle: "Homeowner, Aventine", testimonial: "Filippo transformed our neglected garden into an oasis. His attention to detail is impeccable.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-smiling-stylish-hipster-lambersexual-model_158538-17986.jpg?_wi=1" + imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-smiling-stylish-hipster-lambersexual-model_158538-17986.jpg" }, { name: "Marco Conti", handle: "Property Manager, Centro", testimonial: "Fast response, immaculate work, and fair pricing. Exactly what we needed for multiple properties.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-posing-outdoors_23-2151038668.jpg?_wi=1" + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-posing-outdoors_23-2151038668.jpg" }, { name: "Isabella Marchetti", handle: "Villa Owner, Monte Mario", testimonial: "2-hour emergency response saved our garden after the storm. Filippo is truly reliable.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-shirt-looks-with-smile-into-camera_197531-18053.jpg?_wi=1" + imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-shirt-looks-with-smile-into-camera_197531-18053.jpg" } ]} testimonialRotationInterval={5000} buttons={[ { text: "Book Your Garden Consultation", href: "contact" } ]} - buttonAnimation="entrance-slide" + buttonAnimation="slide-up" useInvertedBackground={false} /> @@ -77,7 +77,7 @@ export default function LandingPage() { @@ -121,15 +121,15 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Alessandra Rossi", role: "Homeowner", company: "Aventine District", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-smiling-stylish-hipster-lambersexual-model_158538-17986.jpg?_wi=2" + imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-smiling-stylish-hipster-lambersexual-model_158538-17986.jpg" }, { id: "2", name: "Marco Conti", role: "Property Manager", company: "Centro Storico", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-posing-outdoors_23-2151038668.jpg?_wi=2" + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-posing-outdoors_23-2151038668.jpg" }, { id: "3", name: "Isabella Marchetti", role: "Villa Owner", company: "Monte Mario", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-shirt-looks-with-smile-into-camera_197531-18053.jpg?_wi=2" + imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-shirt-looks-with-smile-into-camera_197531-18053.jpg" }, { id: "4", name: "Paolo Benedetti", role: "Commercial Client", company: "Corporate Grounds", rating: 5, @@ -146,7 +146,7 @@ export default function LandingPage() { description="Hundreds of satisfied homeowners and property managers trust Filippo with their gardens. See why." tag="Client Stories" tagIcon={Star} - tagAnimation="entrance-slide" + tagAnimation="slide-up" textboxLayout="default" useInvertedBackground={false} /> @@ -170,7 +170,7 @@ export default function LandingPage() { description="Proven expertise and local credibility that sets us apart." tag="Our Strength" tagIcon={Trophy} - tagAnimation="entrance-slide" + tagAnimation="slide-up" textboxLayout="default" useInvertedBackground={false} /> -- 2.49.1