diff --git a/src/app/page.tsx b/src/app/page.tsx index 16ad748..ddcbdc5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,89 +29,57 @@ export default function LandingPage() {
@@ -124,26 +92,11 @@ export default function LandingPage() { useInvertedBackground={true} features={[ { - title: "Experienced Technicians", - description: "Highly trained and certified professionals.", - imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-metal-keys_23-2148796581.jpg?_wi=1", - titleIconSrc: "http://img.b2bpic.net/free-photo/flat-lay-metal-keys_23-2148796581.jpg", - buttonText: "See Team", - }, + title: "Experienced Technicians", description: "Highly trained and certified professionals.", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-metal-keys_23-2148796581.jpg", titleIconSrc: "http://img.b2bpic.net/free-photo/flat-lay-metal-keys_23-2148796581.jpg", buttonText: "See Team"}, { - title: "24/7 Emergency Service", - description: "Ready to help you anytime, day or night.", - imageSrc: "http://img.b2bpic.net/free-photo/dark-plate-with-chocolate-sticks-form-clock_23-2148340389.jpg?_wi=1", - titleIconSrc: "http://img.b2bpic.net/free-photo/dark-plate-with-chocolate-sticks-form-clock_23-2148340389.jpg", - buttonText: "Call Now", - }, + title: "24/7 Emergency Service", description: "Ready to help you anytime, day or night.", imageSrc: "http://img.b2bpic.net/free-photo/dark-plate-with-chocolate-sticks-form-clock_23-2148340389.jpg", titleIconSrc: "http://img.b2bpic.net/free-photo/dark-plate-with-chocolate-sticks-form-clock_23-2148340389.jpg", buttonText: "Call Now"}, { - title: "High-End Equipment", - description: "Premium parts for lasting performance.", - imageSrc: "http://img.b2bpic.net/free-vector/flat-design-hvac-logo-template_23-2149194730.jpg?_wi=1", - titleIconSrc: "http://img.b2bpic.net/free-vector/flat-design-hvac-logo-template_23-2149194730.jpg", - buttonText: "Learn More", - }, + title: "High-End Equipment", description: "Premium parts for lasting performance.", imageSrc: "http://img.b2bpic.net/free-vector/flat-design-hvac-logo-template_23-2149194730.jpg", titleIconSrc: "http://img.b2bpic.net/free-vector/flat-design-hvac-logo-template_23-2149194730.jpg", buttonText: "Learn More"}, ]} title="Why Choose Our Expertise" description="We don't just fix HVAC systems; we deliver peace of mind and climate perfection for your property." @@ -152,64 +105,29 @@ export default function LandingPage() {