Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-09 05:57:31 +00:00

View File

@@ -10,7 +10,7 @@ import TestimonialCardThirteen from "@/components/sections/testimonial/Testimoni
import SocialProofOne from "@/components/sections/socialProof/SocialProofOne";
import ContactText from "@/components/sections/contact/ContactText";
import FooterSimple from "@/components/sections/footer/FooterSimple";
import { Award, CheckCircle, Globe, Lightbulb, Shield, TrendingUp, Zap } from "lucide-react";
import { Award, CheckCircle, Globe, Lightbulb, Shield, TrendingUp, Zap, Users } from "lucide-react";
export default function LandingPage() {
return (
@@ -20,7 +20,7 @@ export default function LandingPage() {
borderRadius="pill"
contentWidth="small"
sizing="large"
background="aurora"
background="circleGradient"
cardStyle="glass-depth"
primaryButtonStyle="shadow"
secondaryButtonStyle="glass"
@@ -43,7 +43,7 @@ export default function LandingPage() {
<HeroBillboard
title="Leading Oilfield Solutions"
description="ASR provides comprehensive oilfield services and expertise to power your operations. From drilling to maintenance, we deliver excellence in energy production."
background={{ variant: "aurora" }}
background={{ variant: "sparkles-gradient" }}
tag="Industry Leader"
tagIcon={Zap}
imageSrc="http://img.b2bpic.net/free-photo/petroleum-engineer-using-laptop-oil-field_651396-2450.jpg"
@@ -70,7 +70,7 @@ export default function LandingPage() {
title: "Safety First", description: "Committed to the highest safety standards and environmental responsibility", icon: Shield,
},
{
title: "Expert Team", description: "Skilled professionals dedicated to operational excellence and client success", icon: Shield,
title: "Expert Team", description: "Skilled professionals dedicated to operational excellence and client success", icon: Users,
},
{
title: "Innovation", description: "Leveraging cutting-edge technology to optimize efficiency and reduce costs", icon: Lightbulb,
@@ -99,8 +99,7 @@ export default function LandingPage() {
id: "2", title: "Equipment Maintenance", author: "ASR Technical", description: "Comprehensive maintenance programs ensuring optimal equipment performance, extended asset life, and reduced downtime across your operations.", tags: ["Maintenance", "Support"],
imageSrc: "http://img.b2bpic.net/free-photo/railroad-worker-checking-cargo-containers-freight-train-station_342744-759.jpg", imageAlt: "Equipment maintenance services"},
{
id: "3", title: "Oilfield Consulting", author: "ASR Consulting", description: "Strategic consulting services to optimize your operations, improve efficiency, and maximize profitability in today's energy market.", tags: ["Consulting", "Strategy"],
imageSrc: "http://img.b2bpic.net/free-photo/two-people-working-warehouse_329181-12805.jpg", imageAlt: "Consulting and strategy services"},
id: "3", title: "Oilfield Consulting", author: "ASR Consulting", description: "Strategic consulting services to optimize your operations, improve efficiency, and maximize profitability in today's energy market.", tags: ["Consulting", "Strategy"], imageSrc: "http://img.b2bpic.net/free-photo/two-people-working-warehouse_329181-12805.jpg", imageAlt: "Consulting and strategy services"},
]}
/>
</div>