Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 2700a81872 | |||
| afe932fdaf | |||
| 4646050b72 | |||
| 48d80eb89e | |||
| 1cb8b0b796 | |||
| 9f0ce00df3 | |||
| f8226d4946 |
@@ -1,53 +1,23 @@
|
||||
import type { Metadata } from "next";
|
||||
import { Halant } from "next/font/google";
|
||||
import { Inter } from "next/font/google";
|
||||
import { Manrope } from "next/font/google";
|
||||
import "./globals.css";
|
||||
import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
|
||||
const halant = Halant({
|
||||
variable: "--font-halant", subsets: ["latin"],
|
||||
weight: ["300", "400", "500", "600", "700"],
|
||||
});
|
||||
import "./styles/variables.css";
|
||||
import "./styles/base.css";
|
||||
|
||||
const inter = Inter({
|
||||
variable: "--font-inter", subsets: ["latin"],
|
||||
});
|
||||
|
||||
const manrope = Manrope({
|
||||
variable: "--font-manrope", subsets: ["latin"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Professional Security & Cleaning Services | SecureClean Pro", description: "24/7 security monitoring and expert commercial cleaning services. Trusted by 500+ clients. Free consultation today.", keywords: "security services, commercial cleaning, facility management, 24/7 surveillance, janitorial services", metadataBase: new URL("https://securecleanpro.com"),
|
||||
alternates: {
|
||||
canonical: "https://securecleanpro.com"},
|
||||
openGraph: {
|
||||
title: "Professional Security & Cleaning Services", description: "Comprehensive security solutions and cleaning services for businesses and properties.", url: "https://securecleanpro.com", siteName: "SecureClean Pro", type: "website", images: [
|
||||
{
|
||||
url: "http://img.b2bpic.net/free-photo/team-leader-following-delivery-truck-through-urban-traffic_482257-94095.jpg", alt: "Professional security and cleaning services"},
|
||||
],
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image", title: "SecureClean Pro - Security & Cleaning Services", description: "24/7 security monitoring and expert commercial cleaning", images: ["http://img.b2bpic.net/free-photo/team-leader-following-delivery-truck-through-urban-traffic_482257-94095.jpg"],
|
||||
},
|
||||
};
|
||||
title: "Structure Corp - Security & Cleaning Services", description: "Professional security monitoring and commercial cleaning services for businesses and homes. 24/7 surveillance, expert cleaning teams, and biohazard remediation."};
|
||||
|
||||
export default function RootLayout({
|
||||
children,
|
||||
}: Readonly<{
|
||||
}: {
|
||||
children: React.ReactNode;
|
||||
}>) {
|
||||
}) {
|
||||
return (
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<ServiceWrapper>
|
||||
<body
|
||||
className={`${halant.variable} ${inter.variable} ${manrope.variable} antialiased`}
|
||||
>
|
||||
<Tag />
|
||||
{children}
|
||||
|
||||
<html lang="en">
|
||||
<body className={inter.variable}>{children}
|
||||
<script
|
||||
dangerouslySetInnerHTML={{
|
||||
__html: `
|
||||
@@ -1415,7 +1385,6 @@ export default function RootLayout({
|
||||
}}
|
||||
/>
|
||||
</body>
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
|
||||
@@ -36,7 +36,7 @@ export default function LandingPage() {
|
||||
{ name: "Contact", id: "contact" }
|
||||
]}
|
||||
button={{ text: "Get Quote", href: "contact" }}
|
||||
brandName="SecureClean Pro"
|
||||
brandName="Structure Corp"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -63,7 +63,7 @@ export default function LandingPage() {
|
||||
tag="About Us"
|
||||
tagIcon={CheckCircle}
|
||||
title="15+ Years of Excellence in Security and Facility Management"
|
||||
description="SecureClean Pro Leadership"
|
||||
description="Structure Corp Leadership"
|
||||
subdescription="Industry-Leading Service Provider"
|
||||
icon={Award}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-woman-cleaning-indoors_23-2150454503.jpg"
|
||||
@@ -89,7 +89,8 @@ export default function LandingPage() {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-people-cleaning-office_23-2150454494.jpg", imageAlt: "Commercial cleaning office floor"
|
||||
},
|
||||
{
|
||||
id: "3", title: "Specialized Biohazard Cleanup", author: "Certified Specialists", description: "Professional remediation and sanitization services meeting all regulatory standards for safety and compliance.", tags: ["Biohazard", "Certified", "Compliance"], imageSrc: "http://img.b2bpic.net/free-photo/low-angle-view-entrepreneur-wearing-face-mask-while-using-computer-working-coronavirus-epidemic_637285-6481.jpg", imageAlt: "Professional cleanup sanitization service"
|
||||
id: "3", title: "Specialized Biohazard Cleanup", author: "Certified Specialists", description: "Professional remediation and sanitization services meeting all regulatory standards for safety and compliance.", tags: ["Biohazard", "Certified", "Compliance"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-view-entrepreneur-wearing-face-mask-while-using-computer-working-coronavirus-epidemic_637285-6481.jpg", imageAlt: "Professional cleanup sanitization service"
|
||||
}
|
||||
]}
|
||||
animationType="slide-up"
|
||||
@@ -100,7 +101,7 @@ export default function LandingPage() {
|
||||
|
||||
<div id="highlights" data-section="highlights">
|
||||
<ProductCardTwo
|
||||
title="Why Choose SecureClean Pro"
|
||||
title="Why Choose Structure Corp"
|
||||
description="Industry-leading service packages designed for maximum protection and cleanliness with professional-grade results."
|
||||
products={[
|
||||
{
|
||||
@@ -152,22 +153,28 @@ export default function LandingPage() {
|
||||
tag="Client Testimonials"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Robert Martinez", role: "Facility Manager", company: "Downtown Business Complex", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/modern-office-person-face-worker_1157-3666.jpg", imageAlt: "professional man facility manager portrait"
|
||||
id: "1", name: "Robert Martinez", role: "Facility Manager", company: "Downtown Business Complex", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-office-person-face-worker_1157-3666.jpg", imageAlt: "professional man facility manager portrait"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Jennifer Chen", role: "Operations Director", company: "Tech Park Industries", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/woman-office-looking-camera-holding-tablet-hands_1262-20488.jpg", imageAlt: "professional woman operations director portrait"
|
||||
id: "2", name: "Jennifer Chen", role: "Operations Director", company: "Tech Park Industries", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-office-looking-camera-holding-tablet-hands_1262-20488.jpg", imageAlt: "professional woman operations director portrait"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Michael Thompson", role: "Property Owner", company: "Premium Office Towers", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", imageAlt: "professional man property owner portrait"
|
||||
id: "3", name: "Michael Thompson", role: "Property Owner", company: "Premium Office Towers", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", imageAlt: "professional man property owner portrait"
|
||||
},
|
||||
{
|
||||
id: "4", name: "Angela Rodriguez", role: "Hospital Administrator", company: "Metropolitan Health Center", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/attractive-woman-posing-with-digital-tablet_329181-10340.jpg", imageAlt: "professional woman hospital administrator portrait"
|
||||
id: "4", name: "Angela Rodriguez", role: "Hospital Administrator", company: "Metropolitan Health Center", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/attractive-woman-posing-with-digital-tablet_329181-10340.jpg", imageAlt: "professional woman hospital administrator portrait"
|
||||
},
|
||||
{
|
||||
id: "5", name: "David Kumar", role: "Retail Store Manager", company: "Shopping District Alliance", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-man-with-backpack_23-2149915917.jpg", imageAlt: "professional man retail manager portrait"
|
||||
id: "5", name: "David Kumar", role: "Retail Store Manager", company: "Shopping District Alliance", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-man-with-backpack_23-2149915917.jpg", imageAlt: "professional man retail manager portrait"
|
||||
},
|
||||
{
|
||||
id: "6", name: "Susan Williams", role: "School Principal", company: "Riverside Education District", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/high-angle-smiley-woman-reading_23-2148396352.jpg", imageAlt: "professional woman school principal portrait"
|
||||
id: "6", name: "Susan Williams", role: "School Principal", company: "Riverside Education District", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-smiley-woman-reading_23-2148396352.jpg", imageAlt: "professional woman school principal portrait"
|
||||
}
|
||||
]}
|
||||
gridVariant="uniform-all-items-equal"
|
||||
@@ -197,8 +204,8 @@ export default function LandingPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBase
|
||||
logoText="SecureClean Pro"
|
||||
copyrightText="© 2025 SecureClean Pro. All rights reserved."
|
||||
logoText="Structure Corp"
|
||||
copyrightText="© 2025 Structure Corp. All rights reserved."
|
||||
columns={[
|
||||
{
|
||||
title: "Services", items: [
|
||||
|
||||
Reference in New Issue
Block a user