Update src/app/page.tsx
This commit is contained in:
223
src/app/page.tsx
223
src/app/page.tsx
@@ -33,21 +33,13 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "features",
|
||||
},
|
||||
name: "Services", id: "features"},
|
||||
{
|
||||
name: "Products",
|
||||
id: "products",
|
||||
},
|
||||
name: "Products", id: "products"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="SARL NOUR Automation"
|
||||
/>
|
||||
@@ -56,47 +48,26 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardRotatedCarousel
|
||||
background={{
|
||||
variant: "rotated-rays-animated",
|
||||
}}
|
||||
variant: "rotated-rays-animated"}}
|
||||
title="Empowering Industry Through Intelligent Automation"
|
||||
description="SARL NOUR Automation delivers cutting-edge smart building and industrial control solutions designed for efficiency, reliability, and precision."
|
||||
buttons={[
|
||||
{
|
||||
text: "View Solutions",
|
||||
href: "#features",
|
||||
},
|
||||
text: "View Solutions", href: "#features"},
|
||||
]}
|
||||
carouselItems={[
|
||||
{
|
||||
id: "1",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/quality-control-engineer-solar-power-factory-evaluating-industrial-operations-dressed-suit_482257-132661.jpg",
|
||||
imageAlt: "Industrial automation smart building tech",
|
||||
},
|
||||
id: "1", imageSrc: "http://img.b2bpic.net/free-photo/quality-control-engineer-solar-power-factory-evaluating-industrial-operations-dressed-suit_482257-132661.jpg", imageAlt: "Industrial automation smart building tech"},
|
||||
{
|
||||
id: "2",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/robotic-equipment-collects-cars-production-line-long-format-shooting-automotive-car-factory-banner_645730-514.jpg",
|
||||
imageAlt: "robotic assembly line engineering",
|
||||
},
|
||||
id: "2", imageSrc: "http://img.b2bpic.net/free-photo/robotic-equipment-collects-cars-production-line-long-format-shooting-automotive-car-factory-banner_645730-514.jpg", imageAlt: "robotic assembly line engineering"},
|
||||
{
|
||||
id: "3",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-electrician-checks-electrical-panel-using-tablet-system-control_169016-71246.jpg",
|
||||
imageAlt: "smart energy industrial sensor",
|
||||
},
|
||||
id: "3", imageSrc: "http://img.b2bpic.net/free-photo/woman-electrician-checks-electrical-panel-using-tablet-system-control_169016-71246.jpg", imageAlt: "smart energy industrial sensor"},
|
||||
{
|
||||
id: "4",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/from-hand-correcting-blueprint_23-2147785614.jpg",
|
||||
imageAlt: "smart building management dashboard",
|
||||
},
|
||||
id: "4", imageSrc: "http://img.b2bpic.net/free-photo/from-hand-correcting-blueprint_23-2147785614.jpg", imageAlt: "smart building management dashboard"},
|
||||
{
|
||||
id: "5",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-male-engineer-working-field-engineers-day-celebration_23-2151615097.jpg",
|
||||
imageAlt: "hvac and lighting control module",
|
||||
},
|
||||
id: "5", imageSrc: "http://img.b2bpic.net/free-photo/portrait-male-engineer-working-field-engineers-day-celebration_23-2151615097.jpg", imageAlt: "hvac and lighting control module"},
|
||||
{
|
||||
id: "6",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/advanced-server-hub-managing-large-datasets-artificial-intelligence-training_482257-124451.jpg",
|
||||
imageAlt: "futuristic smart infrastructure integration",
|
||||
},
|
||||
id: "6", imageSrc: "http://img.b2bpic.net/free-photo/advanced-server-hub-managing-large-datasets-artificial-intelligence-training_482257-124451.jpg", imageAlt: "futuristic smart infrastructure integration"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -109,17 +80,11 @@ export default function LandingPage() {
|
||||
description="At SARL NOUR Automation, we specialize in bridging the gap between complex industrial processes and smart, scalable technology. Our commitment is to drive operational excellence through advanced engineering."
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Smart Building Systems",
|
||||
description: "Optimizing energy consumption and safety.",
|
||||
},
|
||||
title: "Smart Building Systems", description: "Optimizing energy consumption and safety."},
|
||||
{
|
||||
title: "Industrial Precision",
|
||||
description: "High-accuracy automated controls for heavy industry.",
|
||||
},
|
||||
title: "Industrial Precision", description: "High-accuracy automated controls for heavy industry."},
|
||||
{
|
||||
title: "Advanced Integration",
|
||||
description: "Seamless connectivity for enterprise infrastructure.",
|
||||
},
|
||||
title: "Advanced Integration", description: "Seamless connectivity for enterprise infrastructure."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/real-estate-expert-presenting-office-space-layout-woman-using-blueprints_482257-90998.jpg"
|
||||
/>
|
||||
@@ -133,20 +98,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "System Integration",
|
||||
description: "Connecting diverse industrial modules into one cohesive unit.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/specialist-uses-device-inspect-solar-plant-machinery-closeup_482257-120431.jpg",
|
||||
},
|
||||
title: "System Integration", description: "Connecting diverse industrial modules into one cohesive unit.", imageSrc: "http://img.b2bpic.net/free-photo/specialist-uses-device-inspect-solar-plant-machinery-closeup_482257-120431.jpg"},
|
||||
{
|
||||
title: "Smart Lighting Controls",
|
||||
description: "Intelligent automated lighting for high-efficiency buildings.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/focused-male-plant-manager-operating-industrial-machine-pushing-buttons-control-panel_74855-16377.jpg",
|
||||
},
|
||||
title: "Smart Lighting Controls", description: "Intelligent automated lighting for high-efficiency buildings.", imageSrc: "http://img.b2bpic.net/free-photo/focused-male-plant-manager-operating-industrial-machine-pushing-buttons-control-panel_74855-16377.jpg"},
|
||||
{
|
||||
title: "Energy Management",
|
||||
description: "Precision tracking and analytics to reduce utility costs.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-electrical-technician-working-switchboard-with-fuses-uses-tablet_169016-24222.jpg",
|
||||
},
|
||||
title: "Energy Management", description: "Precision tracking and analytics to reduce utility costs.", imageSrc: "http://img.b2bpic.net/free-photo/man-electrical-technician-working-switchboard-with-fuses-uses-tablet_169016-24222.jpg"},
|
||||
]}
|
||||
title="Core Services"
|
||||
description="Comprehensive automation services tailored for modern infrastructure."
|
||||
@@ -155,46 +111,23 @@ export default function LandingPage() {
|
||||
|
||||
<div id="products" data-section="products">
|
||||
<ProductCardOne
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Control Relay",
|
||||
price: "Request Quote",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/finger-pressing-smart-home-automation-panel-monitor_53876-102345.jpg",
|
||||
},
|
||||
id: "p1", name: "Control Relay", price: "Request Quote", imageSrc: "http://img.b2bpic.net/free-photo/finger-pressing-smart-home-automation-panel-monitor_53876-102345.jpg"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "HVAC Sensor",
|
||||
price: "Request Quote",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-electrical-technician-working-switchboard-with-fuses-uses-tablet_169016-24215.jpg",
|
||||
},
|
||||
id: "p2", name: "HVAC Sensor", price: "Request Quote", imageSrc: "http://img.b2bpic.net/free-photo/man-electrical-technician-working-switchboard-with-fuses-uses-tablet_169016-24215.jpg"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Control Panel",
|
||||
price: "Request Quote",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/architect-looking-tablet-with-building-model-development-man-engineer-holding-gadget-analyzing-construction-layout-computer-having-maquette-print-plan-table_482257-32953.jpg",
|
||||
},
|
||||
id: "p3", name: "Control Panel", price: "Request Quote", imageSrc: "http://img.b2bpic.net/free-photo/architect-looking-tablet-with-building-model-development-man-engineer-holding-gadget-analyzing-construction-layout-computer-having-maquette-print-plan-table_482257-32953.jpg"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Power Hub",
|
||||
price: "Request Quote",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/workers-control-room_1359-317.jpg",
|
||||
},
|
||||
id: "p4", name: "Power Hub", price: "Request Quote", imageSrc: "http://img.b2bpic.net/free-photo/workers-control-room_1359-317.jpg"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Valve Controller",
|
||||
price: "Request Quote",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/steel-pipelines-cables-plant_1359-144.jpg",
|
||||
},
|
||||
id: "p5", name: "Valve Controller", price: "Request Quote", imageSrc: "http://img.b2bpic.net/free-photo/steel-pipelines-cables-plant_1359-144.jpg"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Management Gateway",
|
||||
price: "Request Quote",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/data-center-team-using-mockup-green-screen-tablet-reviewing-paperwork_482257-120691.jpg",
|
||||
},
|
||||
id: "p6", name: "Management Gateway", price: "Request Quote", imageSrc: "http://img.b2bpic.net/free-photo/data-center-team-using-mockup-green-screen-tablet-reviewing-paperwork_482257-120691.jpg"},
|
||||
]}
|
||||
title="Industrial Automation Products"
|
||||
description="Reliable hardware components for your automation needs."
|
||||
@@ -208,23 +141,14 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
icon: Shield,
|
||||
title: "Uptime Guaranteed",
|
||||
value: "99.9%",
|
||||
},
|
||||
id: "m1", icon: Shield,
|
||||
title: "Uptime Guaranteed", value: "99.9%"},
|
||||
{
|
||||
id: "m2",
|
||||
icon: Zap,
|
||||
title: "Energy Saved",
|
||||
value: "35%",
|
||||
},
|
||||
id: "m2", icon: Zap,
|
||||
title: "Energy Saved", value: "35%"},
|
||||
{
|
||||
id: "m3",
|
||||
icon: Award,
|
||||
title: "Projects Delivered",
|
||||
value: "150+",
|
||||
},
|
||||
id: "m3", icon: Award,
|
||||
title: "Projects Delivered", value: "150+"},
|
||||
]}
|
||||
title="Proven Impact"
|
||||
description="We measure our success by the improvements we deliver to our partners."
|
||||
@@ -236,14 +160,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Alpha Industry",
|
||||
"Beta Systems",
|
||||
"Gamma Construction",
|
||||
"Delta Energy",
|
||||
"Epsilon Robotics",
|
||||
"Zeta Controls",
|
||||
"Theta Infrastructure",
|
||||
]}
|
||||
"Alpha Industry", "Beta Systems", "Gamma Construction", "Delta Energy", "Epsilon Robotics", "Zeta Controls", "Theta Infrastructure"]}
|
||||
title="Our Trusted Partners"
|
||||
description="Collaborating with industry leaders worldwide."
|
||||
/>
|
||||
@@ -255,45 +172,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Exceptional Quality",
|
||||
quote: "The smart building integration was seamless.",
|
||||
name: "Jean Dupont",
|
||||
role: "Plant Manager",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pensive-man-protective-helmet-holding-tablet-looking-away_74855-16420.jpg",
|
||||
},
|
||||
id: "1", title: "Exceptional Quality", quote: "The smart building integration was seamless.", name: "Jean Dupont", role: "Plant Manager", imageSrc: "http://img.b2bpic.net/free-photo/pensive-man-protective-helmet-holding-tablet-looking-away_74855-16420.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
title: "Reliable Delivery",
|
||||
quote: "SARL NOUR Automation exceeded all expectations.",
|
||||
name: "Marie Curie",
|
||||
role: "Project Manager",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/diverse-real-estate-developers-reviewing-smart-city-design-buildings-layout-city-planning_482257-136326.jpg",
|
||||
},
|
||||
id: "2", title: "Reliable Delivery", quote: "SARL NOUR Automation exceeded all expectations.", name: "Marie Curie", role: "Project Manager", imageSrc: "http://img.b2bpic.net/free-photo/diverse-real-estate-developers-reviewing-smart-city-design-buildings-layout-city-planning_482257-136326.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
title: "Technical Mastery",
|
||||
quote: "Deep expertise in industrial control systems.",
|
||||
name: "Ahmed Mansour",
|
||||
role: "Developer",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/focus-lines-code-laptop-screen-used-by-data-center-engineers_482257-117920.jpg",
|
||||
},
|
||||
id: "3", title: "Technical Mastery", quote: "Deep expertise in industrial control systems.", name: "Ahmed Mansour", role: "Developer", imageSrc: "http://img.b2bpic.net/free-photo/focus-lines-code-laptop-screen-used-by-data-center-engineers_482257-117920.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
title: "Great Partnership",
|
||||
quote: "We trust them with all our automation needs.",
|
||||
name: "Lucas Petit",
|
||||
role: "Engineer",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-male-worker-holding-digital-tablet-factory_107420-96048.jpg",
|
||||
},
|
||||
id: "4", title: "Great Partnership", quote: "We trust them with all our automation needs.", name: "Lucas Petit", role: "Engineer", imageSrc: "http://img.b2bpic.net/free-photo/confident-male-worker-holding-digital-tablet-factory_107420-96048.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
title: "Game Changer",
|
||||
quote: "Significant energy savings since day one.",
|
||||
name: "Sara Rossi",
|
||||
role: "Owner",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/three-cheerful-businesspeople-giving-five-smiling-confident-happy-colleagues-celebrating-successful-deal-together-standing-outdoors-rising-hand-up-teamwork-partnership-concept_74855-7845.jpg",
|
||||
},
|
||||
id: "5", title: "Game Changer", quote: "Significant energy savings since day one.", name: "Sara Rossi", role: "Owner", imageSrc: "http://img.b2bpic.net/free-photo/three-cheerful-businesspeople-giving-five-smiling-confident-happy-colleagues-celebrating-successful-deal-together-standing-outdoors-rising-hand-up-teamwork-partnership-concept_74855-7845.jpg"},
|
||||
]}
|
||||
title="Partner Feedback"
|
||||
description="Hear what our partners say about our expertise."
|
||||
@@ -304,8 +191,7 @@ export default function LandingPage() {
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "rotated-rays-static",
|
||||
}}
|
||||
variant: "rotated-rays-static"}}
|
||||
tag="Contact Us"
|
||||
title="Start Your Project"
|
||||
description="Ready to modernize your operations? Let's discuss your requirements."
|
||||
@@ -319,42 +205,27 @@ export default function LandingPage() {
|
||||
logoText="SARL NOUR Automation"
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About", href: "#about"},
|
||||
{
|
||||
label: "Services",
|
||||
href: "#features",
|
||||
},
|
||||
label: "Services", href: "#features"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Products",
|
||||
items: [
|
||||
title: "Products", items: [
|
||||
{
|
||||
label: "Automation",
|
||||
href: "#products",
|
||||
},
|
||||
label: "Automation", href: "#products"},
|
||||
{
|
||||
label: "Sensors",
|
||||
href: "#products",
|
||||
},
|
||||
label: "Sensors", href: "#products"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy", href: "#"},
|
||||
{
|
||||
label: "Terms",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user