Merge version_4 into main
Merge version_4 into main
This commit was merged in pull request #7.
This commit is contained in:
@@ -11,13 +11,17 @@ import { Raleway } from "next/font/google";
|
||||
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: 'Icon Engineering Solutions | Premium Civil & Maintenance',
|
||||
description: 'Elite civil engineering, waterproofing, flooring, and maintenance services for modern commercial spaces. Established precision and durability.',
|
||||
title: 'Icon Engineering Solutions | Premium Civil & Maintenance Engineering',
|
||||
description: 'Professional engineering services including waterproofing, epoxy flooring, and industrial maintenance solutions for modern facilities.',
|
||||
openGraph: {
|
||||
"title": "Icon Engineering Solutions",
|
||||
"description": "Elite commercial engineering and maintenance.",
|
||||
"siteName": "Icon Engineering Solutions"
|
||||
},
|
||||
robots: {
|
||||
"index": true,
|
||||
"follow": true
|
||||
},
|
||||
};
|
||||
|
||||
const raleway = Raleway({
|
||||
|
||||
@@ -74,6 +74,7 @@ export default function LandingPage() {
|
||||
<FeatureCardTen
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
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: "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">
|
||||
<TestimonialCardFive
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
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: "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"]}
|
||||
title="Trusted Partners"
|
||||
description="Industry leaders rely on our expertise."
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqDouble
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{ 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." },
|
||||
|
||||
Reference in New Issue
Block a user