9 Commits

Author SHA1 Message Date
4288c91d8a Merge version_7 into main
Merge version_7 into main
2026-05-22 09:31:14 +00:00
4047937d37 Update src/app/page.tsx 2026-05-22 09:31:11 +00:00
3cede4b6af Merge version_6 into main
Merge version_6 into main
2026-05-22 09:29:36 +00:00
9044e4cd2c Update src/app/page.tsx 2026-05-22 09:29:32 +00:00
1591e4761a Merge version_5 into main
Merge version_5 into main
2026-05-22 09:26:44 +00:00
4ab30e411b Update src/app/page.tsx 2026-05-22 09:26:40 +00:00
8c56b362d1 Merge version_4 into main
Merge version_4 into main
2026-05-22 09:22:42 +00:00
1c0a8a9332 Merge version_3 into main
Merge version_3 into main
2026-05-22 09:22:29 +00:00
df8a441c5d Merge version_2 into main
Merge version_2 into main
2026-05-22 09:22:11 +00:00

View File

@@ -9,7 +9,6 @@ import FooterSimple from '@/components/sections/footer/FooterSimple';
import HeroSplitDoubleCarousel from '@/components/sections/hero/HeroSplitDoubleCarousel';
import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven';
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
import TextAbout from '@/components/sections/about/TextAbout';
export default function LandingPage() {
@@ -30,22 +29,10 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarStyleApple
navItems={[
{
name: "Home",
id: "hero",
},
{
name: "About",
id: "about",
},
{
name: "Services",
id: "services",
},
{
name: "Contact",
id: "contact",
},
{ name: "Home", id: "hero" },
{ name: "About", id: "about" },
{ name: "Services", id: "services" },
{ name: "Contact", id: "contact" },
]}
brandName="AL-KAM"
/>
@@ -53,105 +40,38 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroSplitDoubleCarousel
background={{
variant: "gradient-bars",
}}
background={{ variant: "gradient-bars" }}
title="Smart Solar Solutions by AL-KAM"
description="5+ years of experience delivering 1MW+ solar projects. Powering your residential, commercial, and industrial future with AI-integrated smart solar intelligence."
leftCarouselItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/solar-power-station-surrounded-by-trees_181624-21279.jpg",
imageAlt: "AI Solar Tech 1",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/blending-futuristic-building-seamlessly-into-desert-landscape_23-2151248379.jpg",
imageAlt: "AI Solar Tech 2",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/field-with-lots-solar-panels-copy-space_23-2148895407.jpg",
imageAlt: "AI Solar Tech 3",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/photovoltaics-factory-engineer-conducts-simulations-solar-panel-designs_482257-117843.jpg",
imageAlt: "AI Solar Tech 4",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/solar-panels-with-copy-space_23-2148895412.jpg",
imageAlt: "AI Solar Tech 5",
},
{ imageSrc: "http://img.b2bpic.net/free-photo/solar-power-station-surrounded-by-trees_181624-21279.jpg", imageAlt: "AI Solar Tech 1" },
{ imageSrc: "http://img.b2bpic.net/free-photo/blending-futuristic-building-seamlessly-into-desert-landscape_23-2151248379.jpg", imageAlt: "AI Solar Tech 2" },
{ imageSrc: "http://img.b2bpic.net/free-photo/field-with-lots-solar-panels-copy-space_23-2148895407.jpg", imageAlt: "AI Solar Tech 3" },
{ imageSrc: "http://img.b2bpic.net/free-photo/photovoltaics-factory-engineer-conducts-simulations-solar-panel-designs_482257-117843.jpg", imageAlt: "AI Solar Tech 4" },
{ imageSrc: "http://img.b2bpic.net/free-photo/solar-panels-with-copy-space_23-2148895412.jpg", imageAlt: "AI Solar Tech 5" },
]}
rightCarouselItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/photovoltaics-plant-researchers-optimize-equipment-better-energy-absorption_482257-119929.jpg",
imageAlt: "AI Solar Tech 6",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/chisinau-arena-with-soft-light-moldova_1268-16017.jpg",
imageAlt: "AI Solar Tech 7",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-cartoon-house_23-2150188309.jpg",
imageAlt: "AI Solar Tech 8",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/blending-futuristic-building-seamlessly-into-desert-landscape_23-2151248450.jpg",
imageAlt: "AI Solar Tech 9",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/investor-presents-sustainable-manufacturing-strategies-factory-executives_482257-126949.jpg",
imageAlt: "AI Solar Tech 10",
},
]}
buttons={[
{
text: "Explore Services",
href: "#services",
},
{ imageSrc: "http://img.b2bpic.net/free-photo/photovoltaics-plant-researchers-optimize-equipment-better-energy-absorption_482257-119929.jpg", imageAlt: "AI Solar Tech 6" },
{ imageSrc: "http://img.b2bpic.net/free-photo/chisinau-arena-with-soft-light-moldova_1268-16017.jpg", imageAlt: "AI Solar Tech 7" },
{ imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-cartoon-house_23-2150188309.jpg", imageAlt: "AI Solar Tech 8" },
{ imageSrc: "http://img.b2bpic.net/free-photo/blending-futuristic-building-seamlessly-into-desert-landscape_23-2151248450.jpg", imageAlt: "AI Solar Tech 9" },
{ imageSrc: "http://img.b2bpic.net/free-photo/investor-presents-sustainable-manufacturing-strategies-factory-executives_482257-126949.jpg", imageAlt: "AI Solar Tech 10" },
]}
buttons={[{ text: "Explore Services", href: "#services" }]}
avatars={[
{
src: "http://img.b2bpic.net/free-photo/aerial-shot-industrial-buildings-bristol-england_181624-17293.jpg",
alt: "Team Member 1",
},
{
src: "http://img.b2bpic.net/free-photo/aerial-view-streets-office-building-business-district_107420-95728.jpg",
alt: "Team Member 2",
},
{
src: "http://img.b2bpic.net/free-photo/ecology-sunny-summer-global-alternative_1127-2396.jpg",
alt: "Team Member 3",
},
{
src: "http://img.b2bpic.net/free-photo/solar-power-power-station_1387-161.jpg",
alt: "Team Member 4",
},
{
src: "http://img.b2bpic.net/free-photo/specialist-technician-professional-engineer-with-laptop-tablet-maintenance-checking-installing-solar-roof-panel-factory-rooftop-sunlight-engineers-team-survey-check-solar-panel-roof_609648-2195.jpg",
alt: "Team Member 5",
},
{ src: "http://img.b2bpic.net/free-photo/aerial-shot-industrial-buildings-bristol-england_181624-17293.jpg", alt: "Team Member 1" },
{ src: "http://img.b2bpic.net/free-photo/aerial-view-streets-office-building-business-district_107420-95728.jpg", alt: "Team Member 2" },
{ src: "http://img.b2bpic.net/free-photo/ecology-sunny-summer-global-alternative_1127-2396.jpg", alt: "Team Member 3" },
{ src: "http://img.b2bpic.net/free-photo/solar-power-power-station_1387-161.jpg", alt: "Team Member 4" },
{ src: "http://img.b2bpic.net/free-photo/specialist-technician-professional-engineer-with-laptop-tablet-maintenance-checking-installing-solar-roof-panel-factory-rooftop-sunlight-engineers-team-survey-check-solar-panel-roof_609648-2195.jpg", alt: "Team Member 5" },
]}
avatarText="Trusted by 500+ happy clients."
marqueeItems={[
{
type: "text",
text: "Sustainable Energy",
},
{
type: "text",
text: "AI Integration",
},
{
type: "text",
text: "1MW+ Capacity",
},
{
type: "text",
text: "25-Year Warranty",
},
{
type: "text",
text: "Smart Monitoring",
},
{ type: "text", text: "Sustainable Energy" },
{ type: "text", text: "AI Integration" },
{ type: "text", text: "1MW+ Capacity" },
{ type: "text", text: "25-Year Warranty" },
{ type: "text", text: "Smart Monitoring" },
]}
/>
</div>
@@ -169,21 +89,9 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
features={[
{
title: "Residential Solutions",
description: "High-efficiency panels and smart monitoring.",
imageSrc: "http://img.b2bpic.net/free-photo/beach-chair-resort_1150-17976.jpg",
},
{
title: "Commercial Expertise",
description: "Optimize operations with large-scale arrays.",
imageSrc: "http://img.b2bpic.net/free-photo/investor-presents-industrial-automation-strategy-industrial-plant-executives_482257-119141.jpg",
},
{
title: "Industrial Infrastructure",
description: "Robust solutions for heavy industry.",
imageSrc: "http://img.b2bpic.net/free-photo/photovoltaics-factory-manager-meeting-with-shareholder-discuss_482257-123402.jpg",
},
{ title: "Residential Solutions", description: "High-efficiency panels and smart monitoring.", imageSrc: "http://img.b2bpic.net/free-photo/beach-chair-resort_1150-17976.jpg" },
{ title: "Commercial Expertise", description: "Optimize operations with large-scale arrays.", imageSrc: "http://img.b2bpic.net/free-photo/investor-presents-industrial-automation-strategy-industrial-plant-executives_482257-119141.jpg" },
{ title: "Industrial Infrastructure", description: "Robust solutions for heavy industry.", imageSrc: "http://img.b2bpic.net/free-photo/photovoltaics-factory-manager-meeting-with-shareholder-discuss_482257-123402.jpg" },
]}
title="Our Solar Solutions"
description="Tailored smart energy systems for every scale."
@@ -196,105 +104,21 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
metrics={[
{
id: "m1",
value: "5+",
title: "Years Experience",
items: [
"Deep industry expertise",
"Reliable support",
],
},
{
id: "m2",
value: "1MW+",
title: "Capacity Installed",
items: [
"Successfully delivered",
"High-efficiency systems",
],
},
{
id: "m3",
value: "100%",
title: "AI Optimization",
items: [
"Advanced analytics",
"Energy management",
],
},
{ id: "m1", value: "5+", title: "Years Experience", items: ["Deep industry expertise", "Reliable support"] },
{ id: "m2", value: "1MW+", title: "Capacity Installed", items: ["Successfully delivered", "High-efficiency systems"] },
{ id: "m3", value: "100%", title: "AI Optimization", items: ["Advanced analytics", "Energy management"] },
]}
title="Proven Excellence"
description="Delivering reliable solar power and smart integration."
/>
</div>
<div id="testimonials" data-section="testimonials">
<TestimonialCardTwo
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
testimonials={[
{
id: "1",
name: "Ahmad R.",
role: "Homeowner",
testimonial: "Exceptional smart solar setup.",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-men-working-with-computer_23-2148920578.jpg",
},
{
id: "2",
name: "Sara H.",
role: "Business Owner",
testimonial: "Increased efficiency for our offices.",
imageSrc: "http://img.b2bpic.net/free-photo/woman-smiling_1187-3196.jpg",
},
{
id: "3",
name: "Maged K.",
role: "Plant Manager",
testimonial: "Industrial-grade expertise.",
imageSrc: "http://img.b2bpic.net/free-photo/businessmen-photovoltaics-factory-doing-financial-investments_482257-120645.jpg",
},
{
id: "4",
name: "Layla J.",
role: "Homeowner",
testimonial: "AI monitoring is a game changer.",
imageSrc: "http://img.b2bpic.net/free-photo/colleagues-work-having-lunch_23-2148894064.jpg",
},
{
id: "5",
name: "Omar S.",
role: "CEO",
testimonial: "Professional delivery of our project.",
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-talking-phone-balcony-sunset_169016-21609.jpg",
},
]}
title="Client Success Stories"
description="What our clients say about AL-KAM's sustainable energy transitions."
/>
</div>
<div id="faq" data-section="faq">
<FaqSplitText
useInvertedBackground={true}
faqs={[
{
id: "q1",
title: "How long does installation take?",
content: "Most residential projects are completed within 3-5 days.",
},
{
id: "q2",
title: "What AI features do you offer?",
content: "We offer smart energy load balancing and real-time efficiency analytics.",
},
{
id: "q3",
title: "Are industrial arrays guaranteed?",
content: "Yes, we provide 25-year performance warranties on our hardware.",
},
{ id: "q1", title: "How long does installation take?", content: "Most residential projects are completed within 3-5 days." },
{ id: "q3", title: "Are industrial arrays guaranteed?", content: "Yes, we provide 25-year performance warranties on our hardware." },
]}
sideTitle="Frequently Asked Questions"
faqsAnimation="slide-up"
@@ -304,48 +128,18 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactText
useInvertedBackground={false}
background={{
variant: "sparkles-gradient",
}}
text="Ready to power up with AL-KAM? Get in touch today for a consultation."
buttons={[
{
text: "Contact Us",
href: "#",
},
]}
background={{ variant: "sparkles-gradient" }}
text="Ready to power up with AL-KAM? Contact us on WhatsApp: 03355460728 or 03166644499."
buttons={[{ text: "Contact Us", href: "#" }]}
/>
</div>
<div id="footer" data-section="footer">
<FooterSimple
columns={[
{
title: "AL-KAM Solar",
items: [
{
label: "About",
href: "#about",
},
{
label: "Services",
href: "#services",
},
],
},
{
title: "Support",
items: [
{
label: "FAQ",
href: "#faq",
},
{
label: "Contact",
href: "#contact",
},
],
},
{ title: "AL-KAM Solar", items: [{ label: "About", href: "#about" }, { label: "Services", href: "#services" }] },
{ title: "Support", items: [{ label: "FAQ", href: "#faq" }, { label: "Contact", href: "#contact" }] },
{ title: "WhatsApp", items: [{ label: "03355460728" }, { label: "03166644499" }] }
]}
bottomLeftText="© 2024 AL-KAM Solar Energy Solutions."
bottomRightText="Built with precision."
@@ -354,4 +148,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}