1 Commits

Author SHA1 Message Date
cef336682e Update src/app/page.tsx 2026-05-13 11:26:29 +00:00

View File

@@ -31,25 +31,15 @@ export default function LandingPage() {
<NavbarStyleCentered <NavbarStyleCentered
navItems={[ navItems={[
{ {
name: "Home", name: "Home", id: "hero"},
id: "hero",
},
{ {
name: "Services", name: "Services", id: "services"},
id: "services",
},
{ {
name: "Gallery", name: "Gallery", id: "gallery"},
id: "gallery",
},
{ {
name: "Reviews", name: "Reviews", id: "reviews"},
id: "reviews",
},
{ {
name: "FAQ", name: "FAQ", id: "faq"},
id: "faq",
},
]} ]}
brandName="ALM Maintenance" brandName="ALM Maintenance"
/> />
@@ -61,9 +51,9 @@ export default function LandingPage() {
description="Excellence in every detail. We provide premium maintenance and renovation services for your home and commercial spaces with a commitment to quality craftsmanship." description="Excellence in every detail. We provide premium maintenance and renovation services for your home and commercial spaces with a commitment to quality craftsmanship."
buttons={[ buttons={[
{ {
text: "Get a Quote", text: "Get a Quote", href: "#contact"},
href: "#contact", {
}, text: "View Portfolio", href: "#gallery"},
]} ]}
imageSrc="http://img.b2bpic.net/free-photo/furniture-assembly-worker-uses-laptop-consult-instructions-handyman-doing-good-job_482257-24842.jpg" imageSrc="http://img.b2bpic.net/free-photo/furniture-assembly-worker-uses-laptop-consult-instructions-handyman-doing-good-job_482257-24842.jpg"
imageAlt="Professional construction renovation" imageAlt="Professional construction renovation"
@@ -77,17 +67,11 @@ export default function LandingPage() {
description="At ALM Maintenance And Renovations, we turn your vision into reality. Our team of experienced professionals focuses on high-quality construction practices and timely delivery for every project." description="At ALM Maintenance And Renovations, we turn your vision into reality. Our team of experienced professionals focuses on high-quality construction practices and timely delivery for every project."
metrics={[ metrics={[
{ {
value: "10+", value: "10+", title: "Years Experience"},
title: "Years Experience",
},
{ {
value: "500+", value: "500+", title: "Completed Projects"},
title: "Completed Projects",
},
{ {
value: "100%", value: "100%", title: "Customer Satisfaction"},
title: "Customer Satisfaction",
},
]} ]}
imageSrc="http://img.b2bpic.net/free-photo/close-up-side-view-engineer-architect-supervising-construction_23-2148233789.jpg" imageSrc="http://img.b2bpic.net/free-photo/close-up-side-view-engineer-architect-supervising-construction_23-2148233789.jpg"
imageAlt="Our professional team" imageAlt="Our professional team"
@@ -103,26 +87,11 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
features={[ features={[
{ {
id: "f1", id: "f1", title: "Kitchen Remodeling", description: "Customized kitchens tailored to your lifestyle and aesthetic preferences.", tag: "Popular", imageSrc: "http://img.b2bpic.net/free-photo/blue-print-house-with-magnifying-glass_23-2148393080.jpg"},
title: "Kitchen Remodeling",
description: "Customized kitchens tailored to your lifestyle and aesthetic preferences.",
tag: "Popular",
imageSrc: "http://img.b2bpic.net/free-photo/blue-print-house-with-magnifying-glass_23-2148393080.jpg",
},
{ {
id: "f2", id: "f2", title: "Bathroom Renovations", description: "Elegant and functional bathroom upgrades for maximum comfort.", tag: "Expert", imageSrc: "http://img.b2bpic.net/free-photo/woman-man-working-laptop-home-modern-kitchen_651396-3535.jpg"},
title: "Bathroom Renovations",
description: "Elegant and functional bathroom upgrades for maximum comfort.",
tag: "Expert",
imageSrc: "http://img.b2bpic.net/free-photo/woman-man-working-laptop-home-modern-kitchen_651396-3535.jpg",
},
{ {
id: "f3", id: "f3", title: "Custom Flooring", description: "Professional installation and repair of all types of floor surfaces.", tag: "Quality", imageSrc: "http://img.b2bpic.net/free-photo/worker-processing-floor-with-laminated-flooring-boards_231208-4212.jpg"},
title: "Custom Flooring",
description: "Professional installation and repair of all types of floor surfaces.",
tag: "Quality",
imageSrc: "http://img.b2bpic.net/free-photo/worker-processing-floor-with-laminated-flooring-boards_231208-4212.jpg",
},
]} ]}
title="Our Expert Services" title="Our Expert Services"
description="Full-service renovation and maintenance solutions designed to enhance the value and beauty of your property." description="Full-service renovation and maintenance solutions designed to enhance the value and beauty of your property."
@@ -137,47 +106,17 @@ export default function LandingPage() {
useInvertedBackground={true} useInvertedBackground={true}
products={[ products={[
{ {
id: "g1", id: "g1", name: "Modern Living Area", price: "Project A", variant: "Renovation", imageSrc: "http://img.b2bpic.net/free-photo/modern-interior-beautiful-kitchen-studio_651396-1984.jpg"},
name: "Modern Living Area",
price: "Project A",
variant: "Renovation",
imageSrc: "http://img.b2bpic.net/free-photo/modern-interior-beautiful-kitchen-studio_651396-1984.jpg",
},
{ {
id: "g2", id: "g2", name: "Exterior Update", price: "Project B", variant: "Exterior", imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-scene-from-community-showing-care-support-from-people_23-2151261185.jpg"},
name: "Exterior Update",
price: "Project B",
variant: "Exterior",
imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-scene-from-community-showing-care-support-from-people_23-2151261185.jpg",
},
{ {
id: "g3", id: "g3", name: "Home Workspace", price: "Project C", variant: "Office", imageSrc: "http://img.b2bpic.net/free-photo/side-view-artsy-man-holding-his-paintings_23-2148422192.jpg"},
name: "Home Workspace",
price: "Project C",
variant: "Office",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-artsy-man-holding-his-paintings_23-2148422192.jpg",
},
{ {
id: "g4", id: "g4", name: "Classic Kitchen", price: "Project D", variant: "Remodel", imageSrc: "http://img.b2bpic.net/free-photo/carefree-female-with-afro-hairstyle-holds-paint-tools-refurbishes-walls-house_273609-38577.jpg"},
name: "Classic Kitchen",
price: "Project D",
variant: "Remodel",
imageSrc: "http://img.b2bpic.net/free-photo/carefree-female-with-afro-hairstyle-holds-paint-tools-refurbishes-walls-house_273609-38577.jpg",
},
{ {
id: "g5", id: "g5", name: "Tiled Bathroom", price: "Project E", variant: "Remodel", imageSrc: "http://img.b2bpic.net/free-photo/tidy-bathroom-with-shiny-tiles_1203-1501.jpg"},
name: "Tiled Bathroom",
price: "Project E",
variant: "Remodel",
imageSrc: "http://img.b2bpic.net/free-photo/tidy-bathroom-with-shiny-tiles_1203-1501.jpg",
},
{ {
id: "g6", id: "g6", name: "Modern Flooring", price: "Project F", variant: "Flooring", imageSrc: "http://img.b2bpic.net/free-photo/manly-construction-worker-work_329181-3752.jpg"},
name: "Modern Flooring",
price: "Project F",
variant: "Flooring",
imageSrc: "http://img.b2bpic.net/free-photo/manly-construction-worker-work_329181-3752.jpg",
},
]} ]}
title="Our Work Portfolio" title="Our Work Portfolio"
description="A glimpse into our recent renovation projects, showcasing our precision and dedication to craftsmanship." description="A glimpse into our recent renovation projects, showcasing our precision and dedication to craftsmanship."
@@ -189,30 +128,15 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
testimonials={[ testimonials={[
{ {
id: "t1", id: "t1", name: "Sarah Johnson", imageSrc: "http://img.b2bpic.net/free-photo/portrait-satisfied-happy-young-man-glasses-working-cafe-sitting-coworking-space-with-laptop-showing-thumbs-up-like-approve-smth-good-chatting-giving-online-lessons_1258-314620.jpg"},
name: "Sarah Johnson",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-satisfied-happy-young-man-glasses-working-cafe-sitting-coworking-space-with-laptop-showing-thumbs-up-like-approve-smth-good-chatting-giving-online-lessons_1258-314620.jpg",
},
{ {
id: "t2", id: "t2", name: "Mark Miller", imageSrc: "http://img.b2bpic.net/free-photo/happy-mature-businessman-glasses-shaking-hands-with-female-partner-meeting-co-working-space_74855-10006.jpg"},
name: "Mark Miller",
imageSrc: "http://img.b2bpic.net/free-photo/happy-mature-businessman-glasses-shaking-hands-with-female-partner-meeting-co-working-space_74855-10006.jpg",
},
{ {
id: "t3", id: "t3", name: "Emily Chen", imageSrc: "http://img.b2bpic.net/free-photo/airbnb-host-welcoming-guests_23-2149872045.jpg"},
name: "Emily Chen",
imageSrc: "http://img.b2bpic.net/free-photo/airbnb-host-welcoming-guests_23-2149872045.jpg",
},
{ {
id: "t4", id: "t4", name: "David Smith", imageSrc: "http://img.b2bpic.net/free-photo/african-american-caucasian-couple-hugging-happily-indoors-newly-purchased-home-joyful-moment_482257-134711.jpg"},
name: "David Smith",
imageSrc: "http://img.b2bpic.net/free-photo/african-american-caucasian-couple-hugging-happily-indoors-newly-purchased-home-joyful-moment_482257-134711.jpg",
},
{ {
id: "t5", id: "t5", name: "Jessica Wright", imageSrc: "http://img.b2bpic.net/free-photo/black-businessman-assisting-clients_482257-121939.jpg"},
name: "Jessica Wright",
imageSrc: "http://img.b2bpic.net/free-photo/black-businessman-assisting-clients_482257-121939.jpg",
},
]} ]}
cardTitle="What Our Clients Say" cardTitle="What Our Clients Say"
cardTag="Testimonials" cardTag="Testimonials"
@@ -226,20 +150,11 @@ export default function LandingPage() {
useInvertedBackground={true} useInvertedBackground={true}
faqs={[ faqs={[
{ {
id: "q1", id: "q1", title: "Do you offer free estimates?", content: "Yes, we provide free consultations and estimates for all potential renovation projects."},
title: "Do you offer free estimates?",
content: "Yes, we provide free consultations and estimates for all potential renovation projects.",
},
{ {
id: "q2", id: "q2", title: "Are you licensed and insured?", content: "Absolutely. We are fully licensed, bonded, and insured for your peace of mind."},
title: "Are you licensed and insured?",
content: "Absolutely. We are fully licensed, bonded, and insured for your peace of mind.",
},
{ {
id: "q3", id: "q3", title: "How long do projects typically take?", content: "Project timelines vary depending on scope and complexity. We'll provide a detailed schedule during your consultation."},
title: "How long do projects typically take?",
content: "Project timelines vary depending on scope and complexity. We'll provide a detailed schedule during your consultation.",
},
]} ]}
title="Frequently Asked Questions" title="Frequently Asked Questions"
description="Have questions about our process? Find answers to our most common inquiries below." description="Have questions about our process? Find answers to our most common inquiries below."
@@ -251,8 +166,7 @@ export default function LandingPage() {
<ContactCenter <ContactCenter
useInvertedBackground={false} useInvertedBackground={false}
background={{ background={{
variant: "gradient-bars", variant: "gradient-bars"}}
}}
tag="Get in touch" tag="Get in touch"
title="Start Your Project Today" title="Start Your Project Today"
description="We are ready to bring your vision to life. Send us a message and we'll schedule your free consultation." description="We are ready to bring your vision to life. Send us a message and we'll schedule your free consultation."
@@ -263,29 +177,19 @@ export default function LandingPage() {
<FooterBase <FooterBase
columns={[ columns={[
{ {
title: "Navigation", title: "Navigation", items: [
items: [
{ {
label: "Services", label: "Services", href: "#services"},
href: "#services",
},
{ {
label: "Portfolio", label: "Portfolio", href: "#gallery"},
href: "#gallery",
},
{ {
label: "FAQ", label: "FAQ", href: "#faq"},
href: "#faq",
},
], ],
}, },
{ {
title: "Contact", title: "Contact", items: [
items: [
{ {
label: "Get Quote", label: "Get Quote", href: "#contact"},
href: "#contact",
},
], ],
}, },
]} ]}