3 Commits

Author SHA1 Message Date
0f5cdf5322 Merge version_3 into main
Merge version_3 into main
2026-03-12 10:31:54 +00:00
66ca120256 Update src/app/page.tsx 2026-03-12 10:31:50 +00:00
579e67ed00 Merge version_2 into main
Merge version_2 into main
2026-03-12 10:30:24 +00:00

View File

@@ -86,15 +86,24 @@ export default function LandingPage() {
features={[
{
id: 1,
tag: "Service 1", title: "Professional Installation", subtitle: "Expert setup and configuration", description: "Our certified technicians provide professional installation services with attention to detail and quality craftsmanship. We ensure everything is properly set up and working perfectly.", imageSrc: "http://img.b2bpic.net/free-photo/happy-man-talking-antique-phone_1187-1618.jpg?_wi=1", imageAlt: "Professional installation service"
tag: "Service 1", title: "Professional Installation", subtitle: "Expert setup and configuration", description: "Our certified technicians provide professional installation services with attention to detail and quality craftsmanship. We ensure everything is properly set up and working perfectly.", imageSrc: "http://img.b2bpic.net/free-photo/happy-man-talking-antique-phone_1187-1618.jpg?_wi=1", imageAlt: "Professional installation service", buttons: [
{ text: "Learn More", href: "#contact" },
{ text: "Get Quote", href: "tel:+1-555-0123" }
]
},
{
id: 2,
tag: "Service 2", title: "Maintenance & Support", subtitle: "Regular upkeep and ongoing help", description: "Keep your systems running smoothly with our comprehensive maintenance plans. We offer regular check-ups, preventative care, and emergency support when you need it most.", imageSrc: "http://img.b2bpic.net/free-photo/happy-man-talking-antique-phone_1187-1618.jpg?_wi=2", imageAlt: "Maintenance and support service"
tag: "Service 2", title: "Maintenance & Support", subtitle: "Regular upkeep and ongoing help", description: "Keep your systems running smoothly with our comprehensive maintenance plans. We offer regular check-ups, preventative care, and emergency support when you need it most.", imageSrc: "http://img.b2bpic.net/free-photo/happy-man-talking-antique-phone_1187-1618.jpg?_wi=2", imageAlt: "Maintenance and support service", buttons: [
{ text: "Learn More", href: "#contact" },
{ text: "Get Quote", href: "tel:+1-555-0123" }
]
},
{
id: 3,
tag: "Service 3", title: "Emergency Response", subtitle: "Fast response when issues arise", description: "Need urgent help? Our rapid response team is available 24/7 to handle emergencies. We prioritize quick resolution to minimize disruption to your daily life.", imageSrc: "http://img.b2bpic.net/free-photo/happy-man-talking-antique-phone_1187-1618.jpg?_wi=3", imageAlt: "Emergency response service"
tag: "Service 3", title: "Emergency Response", subtitle: "Fast response when issues arise", description: "Need urgent help? Our rapid response team is available 24/7 to handle emergencies. We prioritize quick resolution to minimize disruption to your daily life.", imageSrc: "http://img.b2bpic.net/free-photo/happy-man-talking-antique-phone_1187-1618.jpg?_wi=3", imageAlt: "Emergency response service", buttons: [
{ text: "Learn More", href: "#contact" },
{ text: "Get Quote", href: "tel:+1-555-0123" }
]
}
]}
/>
@@ -103,7 +112,7 @@ export default function LandingPage() {
<div id="why-us" data-section="why-us">
<TextAbout
tag="Our Difference"
title="Why We're Your Best Choice"
title="Why Local Customers Choose Us: Fast Response, Fair Pricing, Expert Service, Lifetime Warranty on All Work"
useInvertedBackground={false}
buttons={[
{ text: "Schedule Service", href: "#contact" },