Merge version_1_1781530445304 into main #3

Merged
bender merged 1 commits from version_1_1781530445304 into main 2026-06-15 13:36:45 +00:00

View File

@@ -6,7 +6,7 @@ import FeaturesImageBento from '@/components/sections/features/FeaturesImageBent
import HeroOverlayMarquee from '@/components/sections/hero/HeroOverlayMarquee';
import MetricsMediaCards from '@/components/sections/metrics/MetricsMediaCards';
import TestimonialQuoteCards from '@/components/sections/testimonial/TestimonialQuoteCards';
import { Eye, Globe, Shield, Zap } from "lucide-react";
import { Globe, Shield, Zap } from "lucide-react";
import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary";
export default function HomePage() {
@@ -18,10 +18,8 @@ export default function HomePage() {
tag="Since 2015"
title="Your Gateway to Global Logistics"
description="Connecting Iraqi markets with suppliers across China, South Korea, Turkey, and the world with unmatched reliability and transparency."
primaryButton={{
text: "Request A Quote", href: "#contact"}}
secondaryButton={{
text: "Learn More", href: "#about"}}
primaryButton={{ text: "Request A Quote", href: "#contact" }}
secondaryButton={{ text: "Learn More", href: "#about" }}
items={[
{ text: "Fast Delivery", icon: Zap },
{ text: "Reliable Shipping", icon: Shield },
@@ -51,9 +49,7 @@ export default function HomePage() {
description="Comprehensive supply chain solutions tailored for your growth."
features={[
{
title: "Transparent Process", description: "Full visibility on every step of your shipment's journey.", bentoComponent: "info-card-marquee", infoCards: [
{ icon: "Eye", label: "Tracking", value: "24/7" },
],
title: "Transparent Process", description: "Full visibility on every step of your shipment's journey.", bentoComponent: "info-card-marquee", infoCards: [{ icon: "Eye", label: "Tracking", value: "24/7" }],
},
{
title: "Safe Delivery", description: "Guaranteed handling and protection of your industrial goods.", bentoComponent: "media-stack", mediaItems: [
@@ -147,4 +143,4 @@ export default function HomePage() {
</div>
</>
);
}
}