Merge version_4 into main

Merge version_4 into main
This commit was merged in pull request #7.
This commit is contained in:
2026-05-10 11:22:30 +00:00
2 changed files with 11 additions and 2 deletions

View File

@@ -11,13 +11,17 @@ import { Raleway } from "next/font/google";
export const metadata: Metadata = { export const metadata: Metadata = {
title: 'Icon Engineering Solutions | Premium Civil & Maintenance', title: 'Icon Engineering Solutions | Premium Civil & Maintenance Engineering',
description: 'Elite civil engineering, waterproofing, flooring, and maintenance services for modern commercial spaces. Established precision and durability.', description: 'Professional engineering services including waterproofing, epoxy flooring, and industrial maintenance solutions for modern facilities.',
openGraph: { openGraph: {
"title": "Icon Engineering Solutions", "title": "Icon Engineering Solutions",
"description": "Elite commercial engineering and maintenance.", "description": "Elite commercial engineering and maintenance.",
"siteName": "Icon Engineering Solutions" "siteName": "Icon Engineering Solutions"
}, },
robots: {
"index": true,
"follow": true
},
}; };
const raleway = Raleway({ const raleway = Raleway({

View File

@@ -74,6 +74,7 @@ export default function LandingPage() {
<FeatureCardTen <FeatureCardTen
animationType="slide-up" animationType="slide-up"
textboxLayout="split" textboxLayout="split"
useInvertedBackground={false}
features={[ features={[
{ title: "Roof Leakage Arresting", description: "Advanced cinematic-grade sealing for industrial longevity.", media: { imageSrc: "https://images.unsplash.com/photo-1605276374104-dee2a0ed3cd6?q=80&w=2000&auto=format&fit=crop" }, items: [{ icon: Droplets, text: "Waterproofing" }, { icon: Shield, text: "Durable Seal" }], reverse: false }, { title: "Roof Leakage Arresting", description: "Advanced cinematic-grade sealing for industrial longevity.", media: { imageSrc: "https://images.unsplash.com/photo-1605276374104-dee2a0ed3cd6?q=80&w=2000&auto=format&fit=crop" }, items: [{ icon: Droplets, text: "Waterproofing" }, { icon: Shield, text: "Durable Seal" }], reverse: false },
{ title: "Bird Net Solution", description: "Discreet, high-end barrier systems for your commercial space.", media: { imageSrc: "https://images.unsplash.com/photo-1594957635671-b0e12d46e166?q=80&w=2000&auto=format&fit=crop" }, items: [{ icon: Bird, text: "Humane Protection" }, { icon: Shield, text: "All Weather" }], reverse: true }, { title: "Bird Net Solution", description: "Discreet, high-end barrier systems for your commercial space.", media: { imageSrc: "https://images.unsplash.com/photo-1594957635671-b0e12d46e166?q=80&w=2000&auto=format&fit=crop" }, items: [{ icon: Bird, text: "Humane Protection" }, { icon: Shield, text: "All Weather" }], reverse: true },
@@ -102,6 +103,7 @@ export default function LandingPage() {
<div id="testimonials" data-section="testimonials"> <div id="testimonials" data-section="testimonials">
<TestimonialCardFive <TestimonialCardFive
textboxLayout="split" textboxLayout="split"
useInvertedBackground={false}
testimonials={[ testimonials={[
{ id: "t1", name: "Sarah J.", date: "2024", title: "Facility Manager", quote: "Cinematic quality execution.", tag: "Industrial", avatarSrc: "https://images.unsplash.com/photo-1573496359142-b8d87734a5a2?q=80&w=400", imageSrc: "https://images.unsplash.com/photo-1581092160607-ee22530dd78a?q=80&w=1200&auto=format&fit=crop" }, { id: "t1", name: "Sarah J.", date: "2024", title: "Facility Manager", quote: "Cinematic quality execution.", tag: "Industrial", avatarSrc: "https://images.unsplash.com/photo-1573496359142-b8d87734a5a2?q=80&w=400", imageSrc: "https://images.unsplash.com/photo-1581092160607-ee22530dd78a?q=80&w=1200&auto=format&fit=crop" },
{ id: "t2", name: "Mark L.", date: "2024", title: "Architect", quote: "Best infrastructure partner.", tag: "Civil", avatarSrc: "https://images.unsplash.com/photo-1560250097-0b93528c31e0?q=80&w=400", imageSrc: "https://images.unsplash.com/photo-1504917595217-d475beb63c4f?q=80&w=1200&auto=format&fit=crop" }, { id: "t2", name: "Mark L.", date: "2024", title: "Architect", quote: "Best infrastructure partner.", tag: "Civil", avatarSrc: "https://images.unsplash.com/photo-1560250097-0b93528c31e0?q=80&w=400", imageSrc: "https://images.unsplash.com/photo-1504917595217-d475beb63c4f?q=80&w=1200&auto=format&fit=crop" },
@@ -116,12 +118,15 @@ export default function LandingPage() {
names={["Alpha Infrastructure", "Beta Development", "Gamma Civil Works", "Delta Property Group"]} names={["Alpha Infrastructure", "Beta Development", "Gamma Civil Works", "Delta Property Group"]}
title="Trusted Partners" title="Trusted Partners"
description="Industry leaders rely on our expertise." description="Industry leaders rely on our expertise."
textboxLayout="default"
useInvertedBackground={false}
/> />
</div> </div>
<div id="faq" data-section="faq"> <div id="faq" data-section="faq">
<FaqDouble <FaqDouble
textboxLayout="split" textboxLayout="split"
useInvertedBackground={false}
faqs={[ faqs={[
{ id: "f1", title: "What services do you offer?", content: "Civil works, flooring, and maintenance." }, { id: "f1", title: "What services do you offer?", content: "Civil works, flooring, and maintenance." },
{ id: "f2", title: "How long is your warranty?", content: "We offer industry-leading warranties." }, { id: "f2", title: "How long is your warranty?", content: "We offer industry-leading warranties." },