diff --git a/src/app/page.tsx b/src/app/page.tsx index 07d80c5..d9829c6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,26 +31,11 @@ export default function LandingPage() {
@@ -178,33 +107,9 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={true} features={[ - { - id: "1", - title: "Advanced Heat Pumps", - tags: [ - "Renewable", - "Efficiency", - ], - imageSrc: "http://img.b2bpic.net/free-photo/artistic-blurry-colorful-wallpaper-background_58702-10353.jpg?_wi=2", - }, - { - id: "2", - title: "Smart Building IoT", - tags: [ - "Tech", - "Automation", - ], - imageSrc: "http://img.b2bpic.net/free-photo/man-holding-tablet-with-lighting-control-application-turning-lights-sitting-kitchen-house_482257-2744.jpg?_wi=2", - }, - { - id: "3", - title: "Sustainable Systems", - tags: [ - "Eco-friendly", - "Future", - ], - imageSrc: "http://img.b2bpic.net/free-photo/business-person-planning-alternative-energies_23-2149205425.jpg?_wi=2", - }, + { id: "1", title: "Advanced Heat Pumps", tags: ["Renewable", "Efficiency"], imageSrc: "http://img.b2bpic.net/free-photo/artistic-blurry-colorful-wallpaper-background_58702-10353.jpg" }, + { id: "2", title: "Smart Building IoT", tags: ["Tech", "Automation"], imageSrc: "http://img.b2bpic.net/free-photo/man-holding-tablet-with-lighting-control-application-turning-lights-sitting-kitchen-house_482257-2744.jpg" }, + { id: "3", title: "Sustainable Systems", tags: ["Eco-friendly", "Future"], imageSrc: "http://img.b2bpic.net/free-photo/business-person-planning-alternative-energies_23-2149205425.jpg" } ]} title="Core Expertise" description="Our portfolio covers everything from modern heat pumps to complex industrial ventilation solutions." @@ -217,24 +122,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} metrics={[ - { - id: "m1", - icon: Award, - title: "Successful Installations", - value: "1,200+", - }, - { - id: "m2", - icon: Zap, - title: "Energy Saved (Tons)", - value: "450", - }, - { - id: "m3", - icon: CheckCircle, - title: "Client Satisfaction", - value: "99%", - }, + { id: "m1", icon: Award, title: "Successful Installations", value: "1,200+" }, + { id: "m2", icon: Zap, title: "Energy Saved (Tons)", value: "450" }, + { id: "m3", icon: CheckCircle, title: "Client Satisfaction", value: "99%" } ]} title="Performance Standards" description="We measure our success by the comfort and satisfaction of our clients across Austria." @@ -245,15 +135,7 @@ export default function LandingPage() {