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() { @@ -264,46 +146,11 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} testimonials={[ - { - id: "t1", - title: "Professional Installation", - quote: "The entire process was smooth, professional and highly transparent. Rath Heizung delivers great value.", - name: "Sarah Miller", - role: "Property Manager", - imageSrc: "http://img.b2bpic.net/free-photo/businesswomen-discussing-having-fun_53876-119798.jpg", - }, - { - id: "t2", - title: "Efficient Heating", - quote: "Our energy bills dropped significantly since the new installation. Very pleased with the results.", - name: "David Koch", - role: "Home Owner", - imageSrc: "http://img.b2bpic.net/free-photo/cheerful-mid-adult-hr-manager-having-interview-with-candidate_1262-17784.jpg", - }, - { - id: "t3", - title: "Technical Expertise", - quote: "Technicians were knowledgeable, efficient, and left the workspace clean.", - name: "Elena Bauer", - role: "Architect", - imageSrc: "http://img.b2bpic.net/free-photo/businessman-using-tablet-analyzing-sales-data-economic-growth-graph-chart-technology_1150-16854.jpg", - }, - { - id: "t4", - title: "Outstanding Support", - quote: "Excellent customer service and immediate support whenever we needed it.", - name: "Christian Hart", - role: "Office Director", - imageSrc: "http://img.b2bpic.net/free-photo/bearded-manager-videoconference-call_482257-119336.jpg", - }, - { - id: "t5", - title: "Quality Solutions", - quote: "Rath Heizung stands for reliability and innovation in every project.", - name: "Julia Weiss", - role: "Real Estate Developer", - imageSrc: "http://img.b2bpic.net/free-photo/happy-mature-businessman-glasses-shaking-hands-with-female-partner-meeting-co-working-space_74855-10006.jpg", - }, + { id: "t1", title: "Professional Installation", quote: "The entire process was smooth, professional and highly transparent. Rath Heizung delivers great value.", name: "Sarah Miller", role: "Property Manager", imageSrc: "http://img.b2bpic.net/free-photo/businesswomen-discussing-having-fun_53876-119798.jpg" }, + { id: "t2", title: "Efficient Heating", quote: "Our energy bills dropped significantly since the new installation. Very pleased with the results.", name: "David Koch", role: "Home Owner", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-mid-adult-hr-manager-having-interview-with-candidate_1262-17784.jpg" }, + { id: "t3", title: "Technical Expertise", quote: "Technicians were knowledgeable, efficient, and left the workspace clean.", name: "Elena Bauer", role: "Architect", imageSrc: "http://img.b2bpic.net/free-photo/businessman-using-tablet-analyzing-sales-data-economic-growth-graph-chart-technology_1150-16854.jpg" }, + { id: "t4", title: "Outstanding Support", quote: "Excellent customer service and immediate support whenever we needed it.", name: "Christian Hart", role: "Office Director", imageSrc: "http://img.b2bpic.net/free-photo/bearded-manager-videoconference-call_482257-119336.jpg" }, + { id: "t5", title: "Quality Solutions", quote: "Rath Heizung stands for reliability and innovation in every project.", name: "Julia Weiss", role: "Real Estate Developer", imageSrc: "http://img.b2bpic.net/free-photo/happy-mature-businessman-glasses-shaking-hands-with-female-partner-meeting-co-working-space_74855-10006.jpg" } ]} title="What Clients Say" description="Real feedback from those who trust our heating and ventilation expertise." @@ -316,25 +163,12 @@ export default function LandingPage() { title="Let's Get Started" description="Ready to optimize your heating? Contact us for a consultation today." inputs={[ - { - name: "name", - type: "text", - placeholder: "Your Name", - required: true, - }, - { - name: "email", - type: "email", - placeholder: "Your Email", - required: true, - }, + { name: "name", type: "text", placeholder: "Your Name", required: true }, + { name: "email", type: "email", placeholder: "Your Email", required: true } ]} - textarea={{ - name: "message", - placeholder: "How can we help you?", - }} + textarea={{ name: "message", placeholder: "How can we help you?" }} mediaPosition="right" - imageSrc="http://img.b2bpic.net/free-photo/medium-shot-man-working-with-tool_23-2148921405.jpg?_wi=3" + imageSrc="http://img.b2bpic.net/free-photo/medium-shot-man-working-with-tool_23-2148921405.jpg" imageAlt="Technician consultation" /> @@ -344,21 +178,9 @@ export default function LandingPage() { logoText="Rath Heizung" copyrightText="© 2025 Rath-Heizung AT" socialLinks={[ - { - icon: Facebook, - href: "#", - ariaLabel: "Facebook", - }, - { - icon: Instagram, - href: "#", - ariaLabel: "Instagram", - }, - { - icon: Linkedin, - href: "#", - ariaLabel: "LinkedIn", - }, + { icon: Facebook, href: "#", ariaLabel: "Facebook" }, + { icon: Instagram, href: "#", ariaLabel: "Instagram" }, + { icon: Linkedin, href: "#", ariaLabel: "LinkedIn" } ]} />