diff --git a/src/app/page.tsx b/src/app/page.tsx
index e36de69..cb29cc8 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -2,6 +2,7 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
+import { Zap, Globe, Cpu, Shield } from "lucide-react";
import ContactCenter from '@/components/sections/contact/ContactCenter';
import FaqSplitText from '@/components/sections/faq/FaqSplitText';
import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix';
@@ -30,22 +31,10 @@ export default function LandingPage() {
@@ -55,34 +44,14 @@ export default function LandingPage() {
@@ -95,18 +64,9 @@ export default function LandingPage() {
title="Uniting Industry Leaders"
description="EXPO-ISO provides a comprehensive platform for industry professionals to align with global standards, network with peers, and showcase cutting-edge solutions."
bulletPoints={[
- {
- title: "Networking",
- description: "Meet industry experts.",
- },
- {
- title: "Standardization",
- description: "Latest ISO insights.",
- },
- {
- title: "Exhibition",
- description: "Global product showcase.",
- },
+ { title: "Networking", description: "Meet industry experts." },
+ { title: "Standardization", description: "Latest ISO insights." },
+ { title: "Exhibition", description: "Global product showcase." },
]}
imageSrc="http://img.b2bpic.net/free-photo/business-colleagues-reviewing-discussing-report_1262-20984.jpg"
mediaAnimation="slide-up"
@@ -118,30 +78,10 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
features={[
- {
- title: "Live Workshops",
- description: "Hands-on learning sessions.",
- imageSrc: "http://img.b2bpic.net/free-photo/diverse-group-female-colleagues-ensuring-goals-achievement-chroma-key_482257-123809.jpg",
- buttonIcon: "Zap",
- },
- {
- title: "Global Trade",
- description: "Expand market presence.",
- imageSrc: "http://img.b2bpic.net/free-photo/blurred-people-walking_1160-772.jpg",
- buttonIcon: "Globe",
- },
- {
- title: "Tech Showcase",
- description: "Innovations in hardware.",
- imageSrc: "http://img.b2bpic.net/free-photo/people-taking-part-business-event_23-2149333729.jpg",
- buttonIcon: "Cpu",
- },
- {
- title: "Certification",
- description: "Updates on compliance.",
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-volunteer-smiling_23-2149134475.jpg",
- buttonIcon: "Shield",
- },
+ { title: "Live Workshops", description: "Hands-on learning sessions.", imageSrc: "http://img.b2bpic.net/free-photo/diverse-group-female-colleagues-ensuring-goals-achievement-chroma-key_482257-123809.jpg", buttonIcon: Zap },
+ { title: "Global Trade", description: "Expand market presence.", imageSrc: "http://img.b2bpic.net/free-photo/blurred-people-walking_1160-772.jpg", buttonIcon: Globe },
+ { title: "Tech Showcase", description: "Innovations in hardware.", imageSrc: "http://img.b2bpic.net/free-photo/people-taking-part-business-event_23-2149333729.jpg", buttonIcon: Cpu },
+ { title: "Certification", description: "Updates on compliance.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-volunteer-smiling_23-2149134475.jpg", buttonIcon: Shield },
]}
title="Core Event Benefits"
description="Why attend EXPO-ISO?"
@@ -155,21 +95,9 @@ export default function LandingPage() {
gridVariant="uniform-all-items-equal"
useInvertedBackground={false}
metrics={[
- {
- id: "m1",
- value: "500+",
- description: "Attendees",
- },
- {
- id: "m2",
- value: "50+",
- description: "Exhibitors",
- },
- {
- id: "m3",
- value: "10",
- description: "Keynotes",
- },
+ { id: "m1", value: "500+", description: "Attendees" },
+ { id: "m2", value: "50+", description: "Exhibitors" },
+ { id: "m3", value: "10", description: "Keynotes" },
]}
title="Event Impact"
description="Building a better industry together."
@@ -180,31 +108,11 @@ export default function LandingPage() {