Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| afe932fdaf | |||
| 4646050b72 | |||
| 48d80eb89e |
@@ -8,7 +8,7 @@ const inter = Inter({
|
|||||||
});
|
});
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: "SecureClean Pro - Security & Cleaning Services", description: "Professional security monitoring and commercial cleaning services for businesses and homes. 24/7 surveillance, expert cleaning teams, and biohazard remediation."};
|
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({
|
export default function RootLayout({
|
||||||
children,
|
children,
|
||||||
|
|||||||
@@ -36,7 +36,7 @@ export default function LandingPage() {
|
|||||||
{ name: "Contact", id: "contact" }
|
{ name: "Contact", id: "contact" }
|
||||||
]}
|
]}
|
||||||
button={{ text: "Get Quote", href: "contact" }}
|
button={{ text: "Get Quote", href: "contact" }}
|
||||||
brandName="SecureClean Pro"
|
brandName="Structure Corp"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -63,7 +63,7 @@ export default function LandingPage() {
|
|||||||
tag="About Us"
|
tag="About Us"
|
||||||
tagIcon={CheckCircle}
|
tagIcon={CheckCircle}
|
||||||
title="15+ Years of Excellence in Security and Facility Management"
|
title="15+ Years of Excellence in Security and Facility Management"
|
||||||
description="SecureClean Pro Leadership"
|
description="Structure Corp Leadership"
|
||||||
subdescription="Industry-Leading Service Provider"
|
subdescription="Industry-Leading Service Provider"
|
||||||
icon={Award}
|
icon={Award}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-woman-cleaning-indoors_23-2150454503.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-woman-cleaning-indoors_23-2150454503.jpg"
|
||||||
@@ -101,7 +101,7 @@ export default function LandingPage() {
|
|||||||
|
|
||||||
<div id="highlights" data-section="highlights">
|
<div id="highlights" data-section="highlights">
|
||||||
<ProductCardTwo
|
<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."
|
description="Industry-leading service packages designed for maximum protection and cleanliness with professional-grade results."
|
||||||
products={[
|
products={[
|
||||||
{
|
{
|
||||||
@@ -204,8 +204,8 @@ export default function LandingPage() {
|
|||||||
|
|
||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterBase
|
<FooterBase
|
||||||
logoText="SecureClean Pro"
|
logoText="Structure Corp"
|
||||||
copyrightText="© 2025 SecureClean Pro. All rights reserved."
|
copyrightText="© 2025 Structure Corp. All rights reserved."
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{
|
||||||
title: "Services", items: [
|
title: "Services", items: [
|
||||||
|
|||||||
Reference in New Issue
Block a user