Update src/app/services/page.tsx

This commit is contained in:
2026-06-01 17:10:06 +00:00
parent 1a6e7bc9c7
commit 60a8a6d2de

View File

@@ -27,37 +27,23 @@ export default function LandingPage() {
<NavbarLayoutFloatingOverlay
navItems={[
{
name: "Home",
id: "/",
},
name: "Home", id: "/"},
{
name: "Ceiling Designs",
id: "/gallery",
},
name: "Ceiling Designs", id: "/gallery"},
{
name: "3D Panels",
id: "/panels",
},
name: "3D Panels", id: "/panels"},
{
name: "Services",
id: "/services",
},
name: "Services", id: "/services"},
{
name: "Before & After",
id: "/portfolio",
},
name: "Before & After", id: "/portfolio"},
{
name: "Free Quote",
id: "/contact",
},
name: "Free Quote", id: "/contact"}
]}
logoSrc="http://img.b2bpic.net/free-photo/composition-with-stationery-elements-gray_23-2148851549.jpg"
logoAlt="Gypsum Decor Maintenance Work Logo"
brandName="Gypsum Decor"
button={{
text: "Call Us",
href: "tel:+971501864015",
}}
text: "Call Us", href: "tel:+971501864015"}}
/>
</div>
@@ -65,22 +51,17 @@ export default function LandingPage() {
<FeatureBorderGlow
textboxLayout="default"
useInvertedBackground={false}
animationType="slide-up"
features={[
{
icon: Droplet,
title: "Crack Repair & Restoration",
description: "Expert solutions for hairline cracks and structural damage.",
},
title: "Crack Repair & Restoration", description: "Expert solutions for hairline cracks and structural damage."},
{
icon: Droplets,
title: "Water Damage Treatment",
description: "Effective repair and prevention of moisture-related gypsum issues.",
},
title: "Water Damage Treatment", description: "Effective repair and prevention of moisture-related gypsum issues."},
{
icon: Paintbrush,
title: "Repainting & Finishing",
description: "Professional repainting services to refresh and renew your gypsum surfaces.",
},
title: "Repainting & Finishing", description: "Professional repainting services to refresh and renew your gypsum surfaces."}
]}
title="Comprehensive Gypsum Maintenance Services"
description="Keep your gypsum decor pristine with our expert maintenance and repair solutions, designed for longevity and aesthetic appeal."
@@ -96,21 +77,15 @@ export default function LandingPage() {
description="We follow a meticulous process to ensure every maintenance project is handled with the utmost care and professionalism, from initial assessment to final touch-ups."
bulletPoints={[
{
title: "Thorough Inspection",
description: "Detailed assessment to identify all areas requiring attention.",
},
title: "Thorough Inspection", description: "Detailed assessment to identify all areas requiring attention."},
{
title: "Customized Solutions",
description: "Tailored repair plans to address specific damage and client needs.",
},
title: "Customized Solutions", description: "Tailored repair plans to address specific damage and client needs."},
{
title: "Premium Materials",
description: "Utilization of high-grade gypsum compounds and finishes for durability.",
},
title: "Premium Materials", description: "Utilization of high-grade gypsum compounds and finishes for durability."}
]}
imageSrc="http://img.b2bpic.net/free-photo/cool-young-ladies-stylish-summer-outfits-work-as-fashion-designers-girl-red-dress-woman-white-blouse-draw-clothes-patterns-craft-paper-sheet_197531-29820.jpg"
imageAlt="Gypsum repair technician working"
mediaAnimation="entrance-slide"
mediaAnimation="slide-up"
/>
</div>
@@ -118,64 +93,39 @@ export default function LandingPage() {
<FooterBase
columns={[
{
title: "Services",
items: [
title: "Services", items: [
{
label: "Ceiling Designs",
href: "/gallery",
},
label: "Ceiling Designs", href: "/gallery"},
{
label: "3D Panels",
href: "/panels",
},
label: "3D Panels", href: "/panels"},
{
label: "Maintenance & Repair",
href: "/services",
},
label: "Maintenance & Repair", href: "/services"},
{
label: "Custom Projects",
href: "/contact",
},
],
label: "Custom Projects", href: "/contact"}
]
},
{
title: "Company",
items: [
title: "Company", items: [
{
label: "About Us",
href: "/#about",
},
label: "About Us", href: "/#about"},
{
label: "Portfolio",
href: "/portfolio",
},
label: "Portfolio", href: "/portfolio"},
{
label: "Testimonials",
href: "/#testimonials",
},
label: "Testimonials", href: "/#testimonials"},
{
label: "Contact",
href: "/contact",
},
],
label: "Contact", href: "/contact"}
]
},
{
title: "Connect",
items: [
title: "Connect", items: [
{
label: "Call Us: 0501864015",
href: "tel:+971501864015",
},
label: "Call Us: 0501864015", href: "tel:+971501864015"},
{
label: "Email Us",
href: "mailto:info@gypsumdecor.ae",
},
label: "Email Us", href: "mailto:info@gypsumdecor.ae"},
{
label: "WhatsApp",
href: "https://wa.me/971501864015",
},
],
},
label: "WhatsApp", href: "https://wa.me/971501864015"}
]
}
]}
logoText="Gypsum Decor"
copyrightText="© 2024 Gypsum Decor Maintenance Work. All rights reserved."