Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 06dcb200c3 | |||
| 6c076620c4 | |||
| ee077afddf | |||
| fac78f740d |
@@ -10,7 +10,7 @@ import MediaAbout from '@/components/sections/about/MediaAbout';
|
|||||||
import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo';
|
import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo';
|
||||||
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
||||||
import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen';
|
import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen';
|
||||||
import { CheckCircle, FileText, Globe, Package, Truck, Zap } from "lucide-react";
|
import { CheckCircle, FileText, Globe, Package, Truck, Zap, MessageCircle } from "lucide-react";
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
@@ -40,6 +40,10 @@ export default function LandingPage() {
|
|||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<a href="https://wa.me/7600434833" target="_blank" className="fixed bottom-6 right-6 z-50 flex h-14 w-14 items-center justify-center rounded-full bg-green-500 text-white shadow-lg transition-all hover:scale-110">
|
||||||
|
<MessageCircle size={32} />
|
||||||
|
</a>
|
||||||
|
|
||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroOverlay
|
<HeroOverlay
|
||||||
title="Fast, Reliable & Nationwide Logistics You Can Trust"
|
title="Fast, Reliable & Nationwide Logistics You Can Trust"
|
||||||
@@ -202,6 +206,11 @@ export default function LandingPage() {
|
|||||||
{ label: "Nationwide", href: "#services" },
|
{ label: "Nationwide", href: "#services" },
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
title: "Social", items: [
|
||||||
|
{ label: "Instagram", href: "https://instagram.com/" },
|
||||||
|
],
|
||||||
|
},
|
||||||
{
|
{
|
||||||
title: "Contact", items: [
|
title: "Contact", items: [
|
||||||
{ label: "7600434833", href: "tel:7600434833" },
|
{ label: "7600434833", href: "tel:7600434833" },
|
||||||
|
|||||||
Reference in New Issue
Block a user