Update src/app/page.tsx
This commit is contained in:
198
src/app/page.tsx
198
src/app/page.tsx
@@ -11,7 +11,7 @@ import HeroLogo from '@/components/sections/hero/HeroLogo';
|
||||
import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen';
|
||||
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
||||
import ProductCardThree from '@/components/sections/product/ProductCardThree';
|
||||
import { Box, Package, Shield, ShieldCheck, Star } from "lucide-react";
|
||||
import { Box, Package, Shield, ShieldCheck, Star, Plane } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -32,21 +32,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "services",
|
||||
},
|
||||
name: "Services", id: "services"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="ALBARQ Logistics"
|
||||
/>
|
||||
@@ -58,16 +50,12 @@ export default function LandingPage() {
|
||||
description="Fast. Secure. Global Logistics. Professional customs clearance and air cargo solutions from Baghdad International Airport."
|
||||
buttons={[
|
||||
{
|
||||
text: "Request Shipment",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Request Shipment", href: "#contact"},
|
||||
{
|
||||
text: "Contact Us",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Contact Us", href: "#contact"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/busy-airport-view-with-airplanes-against-clear-sky_93675-134552.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/busy-airport-view-with-airplanes-against-clear-sky_93675-134552.jpg"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -78,19 +66,13 @@ export default function LandingPage() {
|
||||
metrics={[
|
||||
{
|
||||
icon: Star,
|
||||
label: "Air Freight",
|
||||
value: "Global",
|
||||
},
|
||||
label: "Air Freight", value: "Global"},
|
||||
{
|
||||
icon: ShieldCheck,
|
||||
label: "Customs",
|
||||
value: "Cleared",
|
||||
},
|
||||
label: "Customs", value: "Cleared"},
|
||||
{
|
||||
icon: Package,
|
||||
label: "Handling",
|
||||
value: "Expert",
|
||||
},
|
||||
label: "Handling", value: "Expert"},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -103,52 +85,37 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Air Freight",
|
||||
description: "Global air cargo transport with speed and precision.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/warehouse-workers-using-bar-code-scanner-tablet-checking-goods-inventory_342744-1489.jpg",
|
||||
title: "Air Freight", description: "Global air cargo transport with speed and precision.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/warehouse-workers-using-bar-code-scanner-tablet-checking-goods-inventory_342744-1489.jpg", imageAlt: "logistics professionals airport"
|
||||
},
|
||||
items: [
|
||||
{
|
||||
icon: Plane,
|
||||
text: "Worldwide Network",
|
||||
},
|
||||
text: "Worldwide Network"},
|
||||
],
|
||||
reverse: false,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/busy-airport-view-with-airplanes-against-clear-sky_93675-134552.jpg?_wi=2",
|
||||
imageAlt: "logistics professionals airport",
|
||||
reverse: false
|
||||
},
|
||||
{
|
||||
title: "Customs Clearance",
|
||||
description: "Full compliance and rapid clearance at Baghdad International.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-men-wearing-protection-equipment_23-2149426476.jpg",
|
||||
title: "Customs Clearance", description: "Full compliance and rapid clearance at Baghdad International.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-men-wearing-protection-equipment_23-2149426476.jpg", imageAlt: "logistics professionals airport"
|
||||
},
|
||||
items: [
|
||||
{
|
||||
icon: Shield,
|
||||
text: "Legal Compliance",
|
||||
},
|
||||
text: "Legal Compliance"},
|
||||
],
|
||||
reverse: true,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/long-shot-woman-logistic-center_23-2148902605.jpg?_wi=1",
|
||||
imageAlt: "logistics professionals airport",
|
||||
reverse: true
|
||||
},
|
||||
{
|
||||
title: "Cargo Handling",
|
||||
description: "Professional handling of sensitive and heavy cargo.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-men-wearing-helmets-vests_23-2149426477.jpg",
|
||||
title: "Cargo Handling", description: "Professional handling of sensitive and heavy cargo.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-men-wearing-helmets-vests_23-2149426477.jpg", imageAlt: "logistics professionals airport"
|
||||
},
|
||||
items: [
|
||||
{
|
||||
icon: Box,
|
||||
text: "Expert Loading",
|
||||
},
|
||||
text: "Expert Loading"},
|
||||
],
|
||||
reverse: false,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sky-april-18-2024_58702-17088.jpg?_wi=1",
|
||||
imageAlt: "logistics professionals airport",
|
||||
reverse: false
|
||||
},
|
||||
]}
|
||||
title="Logistics Services"
|
||||
@@ -163,30 +130,15 @@ export default function LandingPage() {
|
||||
tag="Excellence"
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "24/7",
|
||||
description: "Support Team",
|
||||
},
|
||||
id: "1", value: "24/7", description: "Support Team"},
|
||||
{
|
||||
id: "2",
|
||||
value: "Fast",
|
||||
description: "Clearance Speed",
|
||||
},
|
||||
id: "2", value: "Fast", description: "Clearance Speed"},
|
||||
{
|
||||
id: "3",
|
||||
value: "100%",
|
||||
description: "Trusted Service",
|
||||
},
|
||||
id: "3", value: "100%", description: "Trusted Service"},
|
||||
{
|
||||
id: "4",
|
||||
value: "Top",
|
||||
description: "Airport Terminal",
|
||||
},
|
||||
id: "4", value: "Top", description: "Airport Terminal"},
|
||||
{
|
||||
id: "5",
|
||||
value: "Secure",
|
||||
description: "Freight Handling",
|
||||
},
|
||||
id: "5", value: "Secure", description: "Freight Handling"},
|
||||
]}
|
||||
metricsAnimation="blur-reveal"
|
||||
/>
|
||||
@@ -200,41 +152,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "g1",
|
||||
name: "Airport Cargo",
|
||||
price: "Secure",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/long-shot-woman-logistic-center_23-2148902605.jpg?_wi=2",
|
||||
},
|
||||
id: "g1", name: "Airport Cargo", price: "Secure", imageSrc: "http://img.b2bpic.net/free-photo/long-shot-woman-logistic-center_23-2148902605.jpg"},
|
||||
{
|
||||
id: "g2",
|
||||
name: "Runway Operations",
|
||||
price: "Efficiency",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sky-april-18-2024_58702-17088.jpg?_wi=2",
|
||||
},
|
||||
id: "g2", name: "Runway Operations", price: "Efficiency", imageSrc: "http://img.b2bpic.net/free-photo/sky-april-18-2024_58702-17088.jpg"},
|
||||
{
|
||||
id: "g3",
|
||||
name: "Customs Paperwork",
|
||||
price: "Compliance",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/airport-security-officer-using-metal-detector-check-bag_107420-85055.jpg",
|
||||
},
|
||||
id: "g3", name: "Customs Paperwork", price: "Compliance", imageSrc: "http://img.b2bpic.net/free-photo/airport-security-officer-using-metal-detector-check-bag_107420-85055.jpg"},
|
||||
{
|
||||
id: "g4",
|
||||
name: "Freight Movement",
|
||||
price: "Fast",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-working-construction_23-2150772897.jpg",
|
||||
},
|
||||
id: "g4", name: "Freight Movement", price: "Fast", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-working-construction_23-2150772897.jpg"},
|
||||
{
|
||||
id: "g5",
|
||||
name: "Global Shipping",
|
||||
price: "Ready",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/clean-airplane-interior_23-2150537175.jpg",
|
||||
},
|
||||
id: "g5", name: "Global Shipping", price: "Ready", imageSrc: "http://img.b2bpic.net/free-photo/clean-airplane-interior_23-2150537175.jpg"},
|
||||
{
|
||||
id: "g6",
|
||||
name: "Technology",
|
||||
price: "Digital",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-holding-device_23-2149214309.jpg",
|
||||
},
|
||||
id: "g6", name: "Technology", price: "Digital", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-holding-device_23-2149214309.jpg"},
|
||||
]}
|
||||
title="Operational Excellence"
|
||||
description="Infrastructure at work at Baghdad International Airport."
|
||||
@@ -247,30 +175,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "How to contact for shipment?",
|
||||
content: "You can reach us via our email or phone listed below.",
|
||||
},
|
||||
id: "f1", title: "How to contact for shipment?", content: "You can reach us via our email or phone listed below."},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Do you provide customs clearance?",
|
||||
content: "Yes, we are specialists at Baghdad International.",
|
||||
},
|
||||
id: "f2", title: "Do you provide customs clearance?", content: "Yes, we are specialists at Baghdad International."},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Operating hours?",
|
||||
content: "We operate 24/7.",
|
||||
},
|
||||
id: "f3", title: "Operating hours?", content: "We operate 24/7."},
|
||||
{
|
||||
id: "f4",
|
||||
title: "Which locations do you serve?",
|
||||
content: "We primarily focus on Baghdad International Airport and surrounding logistics zones.",
|
||||
},
|
||||
id: "f4", title: "Which locations do you serve?", content: "We primarily focus on Baghdad International Airport and surrounding logistics zones."},
|
||||
{
|
||||
id: "f5",
|
||||
title: "Is my freight insured?",
|
||||
content: "We offer premium insurance options for all our shipping services.",
|
||||
},
|
||||
id: "f5", title: "Is my freight insured?", content: "We offer premium insurance options for all our shipping services."},
|
||||
]}
|
||||
title="Need Assistance?"
|
||||
faqsAnimation="slide-up"
|
||||
@@ -282,18 +195,13 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "canvas-reveal",
|
||||
}}
|
||||
variant: "canvas-reveal"}}
|
||||
text="Phone: +9647858725010 | Email: cargoiq0@gmail.com | Baghdad International Airport – Air Cargo Terminal"
|
||||
buttons={[
|
||||
{
|
||||
text: "Follow Instagram",
|
||||
href: "https://www.instagram.com/albarq.logistics.iq",
|
||||
},
|
||||
text: "Follow Instagram", href: "https://www.instagram.com/albarq.logistics.iq"},
|
||||
{
|
||||
text: "Follow Facebook",
|
||||
href: "https://www.facebook.com/share/1JDEaSAqQe",
|
||||
},
|
||||
text: "Follow Facebook", href: "https://www.facebook.com/share/1JDEaSAqQe"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -302,29 +210,19 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "ALBARQ Logistics",
|
||||
items: [
|
||||
title: "ALBARQ Logistics", items: [
|
||||
{
|
||||
label: "Services",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Services", href: "#services"},
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About", href: "#about"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "#faq",
|
||||
},
|
||||
label: "FAQ", href: "#faq"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user