diff --git a/src/app/page.tsx b/src/app/page.tsx
index 8da2f97..deaebe0 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -31,79 +31,50 @@ export default function LandingPage() {
@@ -116,30 +87,20 @@ export default function LandingPage() {
description="Al Huda Ceilings specializes in premium suspended ceiling solutions, delivering exceptional quality, precision installation, and innovative designs. With years of expertise and a reputation built on trust and professionalism, we help clients create beautiful, functional, and modern interiors."
metrics={[
{
- value: "20+",
- title: "Years of Expertise",
- },
+ value: "20+", title: "Years of Expertise"},
{
- value: "100%",
- title: "Satisfaction Rate",
- },
+ value: "100%", title: "Satisfaction Rate"},
{
- value: "500+",
- title: "Projects Completed",
- },
+ value: "500+", title: "Projects Completed"},
{
- value: "Top",
- title: "Premium Materials",
- },
+ value: "Top", title: "Premium Materials"},
{
- value: "Fast",
- title: "Project Delivery",
- },
+ value: "Fast", title: "Project Delivery"},
]}
imageSrc="http://img.b2bpic.net/free-photo/young-architect-white-shirt-yellow-hardhat-thoughtfully-looking-plan-new-apartment-with-ladder-background_574295-1584.jpg"
imageAlt="Professional installing suspended ceiling"
mediaAnimation="blur-reveal"
- metricsAnimation="entrance-slide"
+ metricsAnimation="slide-up"
/>
@@ -150,35 +111,17 @@ export default function LandingPage() {
description="Discover our comprehensive range of premium suspended ceiling solutions tailored for every space and need."
accordionItems={[
{
- id: "1",
- title: "Suspended Ceilings",
- content: "Modern suspended ceiling systems for commercial and residential projects, offering versatility and aesthetic appeal.",
- },
+ id: "1", title: "Suspended Ceilings", content: "Modern suspended ceiling systems for commercial and residential projects, offering versatility and aesthetic appeal."},
{
- id: "2",
- title: "Gypsum Ceilings",
- content: "Elegant gypsum board ceiling designs with custom finishes, perfect for adding a touch of sophistication to any interior.",
- },
+ id: "2", title: "Gypsum Ceilings", content: "Elegant gypsum board ceiling designs with custom finishes, perfect for adding a touch of sophistication to any interior."},
{
- id: "3",
- title: "Acoustic Ceilings",
- content: "Noise-reducing ceiling solutions for offices, schools, and healthcare facilities, enhancing comfort and productivity.",
- },
+ id: "3", title: "Acoustic Ceilings", content: "Noise-reducing ceiling solutions for offices, schools, and healthcare facilities, enhancing comfort and productivity."},
{
- id: "4",
- title: "Decorative Ceiling Design",
- content: "Luxury ceiling concepts with integrated lighting and modern aesthetics, creating breathtaking focal points.",
- },
+ id: "4", title: "Decorative Ceiling Design", content: "Luxury ceiling concepts with integrated lighting and modern aesthetics, creating breathtaking focal points."},
{
- id: "5",
- title: "Commercial Projects",
- content: "Large-scale installations for businesses, retail stores, and corporate offices, designed for durability and impact.",
- },
+ id: "5", title: "Commercial Projects", content: "Large-scale installations for businesses, retail stores, and corporate offices, designed for durability and impact."},
{
- id: "6",
- title: "Maintenance & Renovation",
- content: "Comprehensive ceiling upgrades, repairs, and modernization services to keep your spaces looking pristine.",
- },
+ id: "6", title: "Maintenance & Renovation", content: "Comprehensive ceiling upgrades, repairs, and modernization services to keep your spaces looking pristine."},
]}
imageSrc="http://img.b2bpic.net/free-photo/empty-slate-colourful-board-texture-background_23-2148283264.jpg"
imageAlt="Variety of ceiling designs and materials"
@@ -191,46 +134,23 @@ export default function LandingPage() {
@@ -370,45 +230,27 @@ export default function LandingPage() {
logoText="AL HUDA CEILINGS"
columns={[
{
- title: "Quick Links",
- items: [
+ title: "Quick Links", items: [
{
- label: "Home",
- href: "#home",
- },
+ label: "Home", href: "#home"},
{
- label: "Services",
- href: "#services",
- },
+ label: "Services", href: "#services"},
{
- label: "Projects",
- href: "#projects",
- },
+ label: "Projects", href: "#projects"},
{
- label: "About",
- href: "#about",
- },
+ label: "About", href: "#about"},
{
- label: "Contact",
- href: "#contact",
- },
+ label: "Contact", href: "#contact"},
],
},
{
- title: "Contact Info",
- items: [
+ title: "Contact Info", items: [
{
- label: "Phone: +20 XXX XXX XXXX",
- href: "tel:+20XXXXXXXXXX",
- },
+ label: "Phone: +20 XXX XXX XXXX", href: "tel:+20XXXXXXXXXX"},
{
- label: "Email: info@alhudaceilings.com",
- href: "mailto:info@alhudaceilings.com",
- },
+ label: "Email: info@alhudaceilings.com", href: "mailto:info@alhudaceilings.com"},
{
- label: "Location: Greece",
- href: "#",
- },
+ label: "Location: Greece", href: "#"},
],
},
]}