Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-03 01:19:33 +00:00

View File

@@ -52,7 +52,7 @@ export default function LandingPage() {
{ imageSrc: "http://img.b2bpic.net/free-photo/colleagues-meeting-room-posing-camera_114579-2809.jpg", imageAlt: "Expert service delivery" },
{ imageSrc: "http://img.b2bpic.net/free-photo/executives-having-fun-while-working_1098-2208.jpg", imageAlt: "Quality workmanship" },
{ imageSrc: "http://img.b2bpic.net/free-photo/young-female-doctor-wearing-headset-talking-with-patients-while-working-medical-call-center-looking-camera_637285-4937.jpg", imageAlt: "Customer care focus" },
{ imageSrc: "http://img.b2bpic.net/free-photo/man-urban-environment-with-thumb-up_23-2147961614.jpg?_wi=1", imageAlt: "Professional expertise" }
{ imageSrc: "http://img.b2bpic.net/free-photo/man-urban-environment-with-thumb-up_23-2147961614.jpg", imageAlt: "Professional expertise" }
]}
/>
</div>
@@ -79,16 +79,13 @@ export default function LandingPage() {
tag="What We Offer"
features={[
{
id: "service-1", label: "Residential", title: "Home Service Excellence", items: ["Expert installation", "Professional repairs", "24/7 emergency support", "Guaranteed satisfaction"],
buttons: [{ text: "Details", href: "#" }]
id: "service-1", label: "Residential", title: "Home Service Excellence", items: ["Expert installation", "Professional repairs", "24/7 emergency support", "Guaranteed satisfaction"], buttons: [{ text: "Details", href: "#" }]
},
{
id: "service-2", label: "Commercial", title: "Business Solutions", items: ["Rapid response times", "Preventive maintenance", "Bulk discounts available", "Flexible scheduling"],
buttons: [{ text: "Details", href: "#" }]
id: "service-2", label: "Commercial", title: "Business Solutions", items: ["Rapid response times", "Preventive maintenance", "Bulk discounts available", "Flexible scheduling"], buttons: [{ text: "Details", href: "#" }]
},
{
id: "service-3", label: "Premium", title: "Full-Service Packages", items: ["Priority scheduling", "Dedicated support team", "Extended warranty", "Custom solutions"],
buttons: [{ text: "Details", href: "#" }]
id: "service-3", label: "Premium", title: "Full-Service Packages", items: ["Priority scheduling", "Dedicated support team", "Extended warranty", "Custom solutions"], buttons: [{ text: "Details", href: "#" }]
}
]}
animationType="slide-up"
@@ -118,7 +115,7 @@ export default function LandingPage() {
id: "4", name: "David Kim, Facility Director", date: "Date: 5 January 2025", title: "Outstanding customer service", quote: "From the initial phone call to final invoice, every interaction was smooth and professional. The team communicated clearly about timelines and pricing, with no surprises. This is the gold standard of service in our industry.", tag: "Facility Management", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-curly-handsome-european-male_176532-8133.jpg", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-listening-senior-man_1262-1970.jpg"
},
{
id: "5", name: "Jessica Martinez, Restaurant Owner", date: "Date: 2 January 2025", title: "Reliable emergency response", quote: "When we had an urgent issue on a Sunday, they answered immediately and resolved it within hours. That kind of dedication and reliability is rare. They're now our go-to service provider for everything.", tag: "Emergency Service", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-curly-handsome-european-male_176532-8133.jpg", imageSrc: "http://img.b2bpic.net/free-photo/man-urban-environment-with-thumb-up_23-2147961614.jpg?_wi=2"
id: "5", name: "Jessica Martinez, Restaurant Owner", date: "Date: 2 January 2025", title: "Reliable emergency response", quote: "When we had an urgent issue on a Sunday, they answered immediately and resolved it within hours. That kind of dedication and reliability is rare. They're now our go-to service provider for everything.", tag: "Emergency Service", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-curly-handsome-european-male_176532-8133.jpg", imageSrc: "http://img.b2bpic.net/free-photo/man-urban-environment-with-thumb-up_23-2147961614.jpg"
},
{
id: "6", name: "Robert Thompson, Community Leader", date: "Date: 28 December 2024", title: "Supporting local excellence", quote: "I'm proud to recommend a local company that truly cares about their reputation and customer satisfaction. They've been integral to our community for years, and their commitment to quality is unwavering.", tag: "Community Trusted", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-curly-handsome-european-male_176532-8133.jpg", imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1654.jpg"
@@ -154,6 +151,7 @@ export default function LandingPage() {
inputPlaceholder="Enter your email or phone"
buttonText="Contact Us"
termsText="We respect your privacy. Your information is secure and will only be used to respond to your inquiry."
mediaAnimation="none"
/>
</div>