Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-05 16:15:40 +00:00

View File

@@ -72,17 +72,17 @@ export default function LandingPage() {
const testimonials = [
{
id: "testimonial-1", name: "Marco Rossi", handle: "Local Business Owner", testimonial: "Delsanto has been our go-to service provider for five years. Their professionalism and reliability are unmatched in our area.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Marco Rossi"},
id: "testimonial-1", name: "Marco Rossi", handle: "Local Business Owner", testimonial: "Delsanto has been our go-to service provider for five years. Their professionalism and reliability are unmatched in our area.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Marco Rossi"},
{
id: "testimonial-2", name: "Elena Bianchi", handle: "Pollenzo resident", testimonial: "Outstanding service quality and customer care. They always go above and beyond to ensure complete satisfaction.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Elena Bianchi"},
id: "testimonial-2", name: "Elena Bianchi", handle: "Pollenzo resident", testimonial: "Outstanding service quality and customer care. They always go above and beyond to ensure complete satisfaction.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Elena Bianchi"},
{
id: "testimonial-3", name: "Giovanni Ferrari", handle: "Regional Manager", testimonial: "Professional, punctual, and always deliver exceptional results. Highly recommended for any service needs.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "Giovanni Ferrari"},
id: "testimonial-3", name: "Giovanni Ferrari", handle: "Regional Manager", testimonial: "Professional, punctual, and always deliver exceptional results. Highly recommended for any service needs.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Giovanni Ferrari"},
{
id: "testimonial-4", name: "Lucia Gallo", handle: "Community Leader", testimonial: "Delsanto is a pillar of our community. Their commitment to quality is evident in every project they undertake.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4", imageAlt: "Lucia Gallo"},
id: "testimonial-4", name: "Lucia Gallo", handle: "Community Leader", testimonial: "Delsanto is a pillar of our community. Their commitment to quality is evident in every project they undertake.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Lucia Gallo"},
{
id: "testimonial-5", name: "Andrea Testa", handle: "Service Director", testimonial: "Reliable, professional, and results-driven. Delsanto consistently exceeds our expectations and requirements.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=5", imageAlt: "Andrea Testa"},
id: "testimonial-5", name: "Andrea Testa", handle: "Service Director", testimonial: "Reliable, professional, and results-driven. Delsanto consistently exceeds our expectations and requirements.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Andrea Testa"},
{
id: "testimonial-6", name: "Francesca Marino", handle: "Client Advocate", testimonial: "The best service provider in the region. Their attention to detail and customer focus sets them apart.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=6", imageAlt: "Francesca Marino"},
id: "testimonial-6", name: "Francesca Marino", handle: "Client Advocate", testimonial: "The best service provider in the region. Their attention to detail and customer focus sets them apart.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Francesca Marino"},
];
const footerColumns = [
@@ -136,10 +136,10 @@ export default function LandingPage() {
<HeroLogoBillboardSplit
logoText="DELSANTO"
description="Your trusted local partner for professional services. Serving Pollenzo and surrounding areas with excellence, reliability, and unmatched expertise."
background={{ variant: "circleGradient" }}
background={{ variant: "radial-gradient" }}
buttons={heroButtons}
layoutOrder="default"
imageSrc="http://img.b2bpic.net/free-photo/happy-mechanic-making-phone-call-while-working-auto-repair-shop_637285-11583.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/happy-mechanic-making-phone-call-while-working-auto-repair-shop_637285-11583.jpg"
imageAlt="Professional service team"
frameStyle="card"
mediaAnimation="slide-up"
@@ -226,7 +226,7 @@ export default function LandingPage() {
<FooterMedia
logoText="Delsanto S.P.A."
copyrightText="© 2025 Delsanto S.P.A. | All rights reserved. | Pollenzo, CN"
imageSrc="http://img.b2bpic.net/free-photo/happy-mechanic-making-phone-call-while-working-auto-repair-shop_637285-11583.jpg?_wi=2"
imageSrc="http://img.b2bpic.net/free-photo/happy-mechanic-making-phone-call-while-working-auto-repair-shop_637285-11583.jpg"
imageAlt="Footer background"
columns={footerColumns}
/>