Merge version_2 into main #1
164
src/app/page.tsx
164
src/app/page.tsx
@@ -9,7 +9,7 @@ import HeroOverlay from '@/components/sections/hero/HeroOverlay';
|
||||
import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen';
|
||||
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
||||
import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
|
||||
import { Phone } from "lucide-react";
|
||||
import { Phone, CheckCircle, Wrench, Zap, Thermometer } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -29,47 +29,26 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "Services",
|
||||
id: "services",
|
||||
},
|
||||
{
|
||||
name: "Why Us",
|
||||
id: "why-us",
|
||||
},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "testimonials",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "Services", id: "services" },
|
||||
{ name: "Why Us", id: "why-us" },
|
||||
{ name: "Testimonials", id: "testimonials" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="LocalPro Services"
|
||||
brandName="Cedrus Industries"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroOverlay
|
||||
title="Reliable Local Service in Your City"
|
||||
description="Professional, fast, and trusted service for your home or business. We’re here to get the job done right, the first time."
|
||||
title="Engineering Excellence for Iraq's Future"
|
||||
description="Cedrus Industries provides professional industrial and infrastructure solutions. Trusted by partners across Iraq for quality and reliability."
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Now",
|
||||
href: "tel:5550102",
|
||||
},
|
||||
{
|
||||
text: "Get a Free Quote",
|
||||
href: "#contact",
|
||||
},
|
||||
{ text: "Call Now", href: "tel:+964700000000" },
|
||||
{ text: "Get a Consultation", href: "#contact" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/professional-truck-driver-entering-his-truck-ready-ride_342744-1316.jpg"
|
||||
imageAlt="Professional service technician on job"
|
||||
imageSrc="https://images.unsplash.com/photo-1581092160607-ee22522c0e86?q=80&w=2000&auto=format&fit=crop"
|
||||
imageAlt="Industrial infrastructure development in Iraq"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -80,137 +59,76 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
tag: "Plumbing",
|
||||
title: "Plumbing Solutions",
|
||||
subtitle: "Leak fixes and pipe installs",
|
||||
description: "Expert plumbing services for leaks, clogs, and full installations.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/plumbing-logo-template-design_742173-21298.jpg",
|
||||
},
|
||||
tag: "Industrial", title: "Infrastructure Development", subtitle: "Scalable solutions", description: "Comprehensive industrial planning and construction for large-scale infrastructure projects."},
|
||||
{
|
||||
id: 2,
|
||||
tag: "Electric",
|
||||
title: "Electrical Services",
|
||||
subtitle: "Safe and code-compliant",
|
||||
description: "Reliable electrical troubleshooting, repairs, and lighting installation.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/smart-home-technology-set-icons_24877-50556.jpg",
|
||||
},
|
||||
tag: "Technical", title: "Technical Maintenance", subtitle: "Reliable support", description: "Professional technical support and maintenance for industrial facilities and equipment."},
|
||||
{
|
||||
id: 3,
|
||||
tag: "HVAC",
|
||||
title: "HVAC Maintenance",
|
||||
subtitle: "Year-round comfort",
|
||||
description: "Keep your systems running efficiently with our annual maintenance.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/smart-home-background-with-device_23-2147855803.jpg",
|
||||
},
|
||||
tag: "Energy", title: "Energy Systems", subtitle: "Powering operations", description: "Efficient installation and maintenance of industrial power and energy management systems."}
|
||||
]}
|
||||
title="Our Professional Services"
|
||||
description="Providing high-quality workmanship for residential and commercial needs."
|
||||
title="Our Services"
|
||||
description="Driving growth through high-standard industrial services tailored to the Iraqi market."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="why-us" data-section="why-us">
|
||||
<MetricCardFourteen
|
||||
useInvertedBackground={false}
|
||||
title="Why Choose Our Service"
|
||||
tag="Proven Results"
|
||||
title="Our Impact in Iraq"
|
||||
tag="Trusted Excellence"
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "10+",
|
||||
description: "Years of Local Expertise",
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "500+",
|
||||
description: "Successful Projects Completed",
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "100%",
|
||||
description: "Customer Satisfaction Guarantee",
|
||||
},
|
||||
{ id: "1", value: "15+", description: "Years Experience" },
|
||||
{ id: "2", value: "200+", description: "Industrial Projects" },
|
||||
{ id: "3", value: "100%", description: "Safety Compliance" },
|
||||
]}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardFifteen
|
||||
useInvertedBackground={true}
|
||||
testimonial="The most reliable service team in town. They were professional, quick, and cleaned up after themselves. Highly recommend!"
|
||||
testimonial="Cedrus Industries has become our most trusted partner. Their team demonstrates unmatched professionalism and technical accuracy."
|
||||
rating={5}
|
||||
author="Sarah Johnson, Local Resident"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/beauty-style-fashion-femininity-concept-positive-beautiful-young-european-woman-blue-shirt-looking-camera-with-broad-happy-smile-being-good-mood-kitchen-interior-background_343059-2087.jpg",
|
||||
alt: "Customer 1",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/pretty-woman-gesturing-ok_23-2147767531.jpg",
|
||||
alt: "Customer 2",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-view-happy-woman-smiling-camera_197531-32299.jpg",
|
||||
alt: "Customer 3",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/indoor-shot-attractive-caucasian-teenage-woman-with-long-dark-hair-sitting-desk-with-lots-textbooks_273609-1136.jpg",
|
||||
alt: "Customer 4",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/beauty-style-fashion-femininity-concept-positive-beautiful-young-european-woman-blue-shirt-looking-camera-with-broad-happy-smile-being-good-mood-kitchen-interior-background_343059-2087.jpg",
|
||||
alt: "Customer 5",
|
||||
},
|
||||
]}
|
||||
author="Director of Operations, Major Iraqi Facility"
|
||||
avatars={[]}
|
||||
ratingAnimation="blur-reveal"
|
||||
avatarsAnimation="slide-up"
|
||||
useInvertedBackground={true}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactFaq
|
||||
animationType="slide-up"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "Do you offer emergency services?",
|
||||
content: "Yes, we are available for emergency service requests 24/7.",
|
||||
id: "q1", title: "Do you provide services across all of Iraq?", content: "Yes, our teams are mobilized to provide solutions anywhere in Iraq."
|
||||
},
|
||||
{
|
||||
id: "q2",
|
||||
title: "Are your quotes free?",
|
||||
content: "We offer transparent, free estimates on all service requests.",
|
||||
id: "q2", title: "How can we schedule a consultation?", content: "Simply contact us via phone or submit an inquiry via our contact panel."
|
||||
},
|
||||
{
|
||||
id: "q3",
|
||||
title: "Is your team licensed?",
|
||||
content: "Our entire team is fully licensed, bonded, and insured for your protection.",
|
||||
},
|
||||
id: "q3", title: "What certifications do you hold?", content: "Cedrus Industries is fully compliant with regional industrial standards and international quality protocols."
|
||||
}
|
||||
]}
|
||||
ctaTitle="Ready to get started?"
|
||||
ctaDescription="Contact us today for a free estimate or to schedule your service. Same-day appointments available."
|
||||
ctaButton={{
|
||||
text: "Call Now",
|
||||
href: "tel:5550102",
|
||||
}}
|
||||
ctaTitle="Partner with Cedrus"
|
||||
ctaDescription="Speak with our industrial consultants to discuss your requirements."
|
||||
ctaButton={{ text: "Call Us Today", href: "tel:+964700000000" }}
|
||||
ctaIcon={Phone}
|
||||
useInvertedBackground={false}
|
||||
animationType="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterCard
|
||||
logoText="LocalPro Services"
|
||||
copyrightText="© 2025 | LocalPro Services"
|
||||
logoText="Cedrus Industries"
|
||||
copyrightText="© 2025 Cedrus Industries. All rights reserved."
|
||||
socialLinks={[
|
||||
{
|
||||
icon: Phone,
|
||||
href: "tel:5550102",
|
||||
ariaLabel: "Call us",
|
||||
},
|
||||
{ icon: Phone, href: "tel:+964700000000", ariaLabel: "Call us" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user