Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 0f5cdf5322 | |||
| 66ca120256 | |||
| 579e67ed00 | |||
| 1c780e4f27 | |||
| de2420611d | |||
| 20d196eca4 |
@@ -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" }
|
||||
]
|
||||
}
|
||||
]}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user