diff --git a/src/app/page.tsx b/src/app/page.tsx
index 35806fd..b8db109 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -28,26 +28,11 @@ export default function LandingPage() {
@@ -58,14 +43,8 @@ export default function LandingPage() {
logoText="APEX Global Trade Solutions"
description="Trusted export-import consultancy, freight forwarding, DGFT, ICEGATE, customs clearance, and worldwide logistics services."
buttons={[
- {
- text: "Get Consultation",
- href: "#contact",
- },
- {
- text: "Explore Services",
- href: "#services",
- },
+ { text: "Get Consultation", href: "#contact" },
+ { text: "Explore Services", href: "#services" },
]}
buttonAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/brown-white-train-rail-bridge-water-daytime_417767-444.jpg"
@@ -76,11 +55,24 @@ export default function LandingPage() {
+
+
@@ -240,46 +122,8 @@ export default function LandingPage() {