Update src/app/page.tsx

This commit is contained in:
2026-05-07 12:30:08 +00:00
parent 98f81ff24d
commit ae928fafde

View File

@@ -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() {
<div id="nav" data-section="nav">
<NavbarStyleFullscreen
navItems={[
{
name: "Home",
id: "hero",
},
{
name: "About",
id: "about",
},
{
name: "Features",
id: "features",
},
{
name: "Contact",
id: "contact",
},
{ name: "Home", id: "hero" },
{ name: "About", id: "about" },
{ name: "Features", id: "features" },
{ name: "Contact", id: "contact" },
]}
brandName="EXPO-ISO"
/>
@@ -55,34 +44,14 @@ export default function LandingPage() {
<HeroOverlay
title="EXPO-ISO Industrial Excellence"
description="Mark the date: May 13th, 6PM ACDT. Experience the future of industrial standards and professional networking at our flagship event."
buttons={[
{
text: "Register Now",
href: "#contact",
},
]}
buttons={[{ text: "Register Now", href: "#contact" }]}
imageSrc="http://img.b2bpic.net/free-photo/engineering-team-solar-panel-plant-adjusting-robotic-machinery-settings_482257-120461.jpg"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/young-female-architect-taking-photos-building-models-bearded-architects-working-background_482257-27776.jpg",
alt: "Attendee one",
},
{
src: "http://img.b2bpic.net/free-photo/illustration-hexagon-platforms-with-lamps-lights-them_181624-15233.jpg",
alt: "Attendee two",
},
{
src: "http://img.b2bpic.net/free-photo/monochromatic-stairway-illuminated-by-neon-lights_122409-55.jpg",
alt: "Attendee three",
},
{
src: "http://img.b2bpic.net/free-photo/abstract-store-with-futuristic-concept-architecture_23-2150862118.jpg",
alt: "Attendee four",
},
{
src: "http://img.b2bpic.net/free-photo/crazy-hero-happy-expression_1194-4145.jpg",
alt: "Attendee five",
},
{ src: "http://img.b2bpic.net/free-photo/young-female-architect-taking-photos-building-models-bearded-architects-working-background_482257-27776.jpg", alt: "Attendee one" },
{ src: "http://img.b2bpic.net/free-photo/illustration-hexagon-platforms-with-lamps-lights-them_181624-15233.jpg", alt: "Attendee two" },
{ src: "http://img.b2bpic.net/free-photo/monochromatic-stairway-illuminated-by-neon-lights_122409-55.jpg", alt: "Attendee three" },
{ src: "http://img.b2bpic.net/free-photo/abstract-store-with-futuristic-concept-architecture_23-2150862118.jpg", alt: "Attendee four" },
{ src: "http://img.b2bpic.net/free-photo/crazy-hero-happy-expression_1194-4145.jpg", alt: "Attendee five" },
]}
avatarText="Join 500+ Industry Experts"
/>
@@ -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() {
<TestimonialCardTwelve
useInvertedBackground={true}
testimonials={[
{
id: "t1",
name: "Sarah Miller",
imageSrc: "http://img.b2bpic.net/free-photo/friendly-successful-business-woman-posing-with-arms-crossed_74855-2813.jpg",
},
{
id: "t2",
name: "John Doe",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-business-woman-with-executive-job-working-with-management-marketing-statistics-computer-office-worker-analyzing-research-charts-data-reports_482257-41126.jpg",
},
{
id: "t3",
name: "Anna Smith",
imageSrc: "http://img.b2bpic.net/free-photo/positive-middle-aged-business-leader-window_1262-5388.jpg",
},
{
id: "t4",
name: "Peter King",
imageSrc: "http://img.b2bpic.net/free-photo/light-blue-successful-background-cheerful_1187-4869.jpg",
},
{
id: "t5",
name: "Lisa Wong",
imageSrc: "http://img.b2bpic.net/free-photo/successful-cheerful-young-diverse-business-people_1262-1185.jpg",
},
{ id: "t1", name: "Sarah Miller", imageSrc: "http://img.b2bpic.net/free-photo/friendly-successful-business-woman-posing-with-arms-crossed_74855-2813.jpg" },
{ id: "t2", name: "John Doe", imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-business-woman-with-executive-job-working-with-management-marketing-statistics-computer-office-worker-analyzing-research-charts-data-reports_482257-41126.jpg" },
{ id: "t3", name: "Anna Smith", imageSrc: "http://img.b2bpic.net/free-photo/positive-middle-aged-business-leader-window_1262-5388.jpg" },
{ id: "t4", name: "Peter King", imageSrc: "http://img.b2bpic.net/free-photo/light-blue-successful-background-cheerful_1187-4869.jpg" },
{ id: "t5", name: "Lisa Wong", imageSrc: "http://img.b2bpic.net/free-photo/successful-cheerful-young-diverse-business-people_1262-1185.jpg" },
]}
cardTitle="What Industry Professionals Say"
cardAnimation="blur-reveal"
@@ -216,21 +124,9 @@ export default function LandingPage() {
<FaqSplitText
useInvertedBackground={false}
faqs={[
{
id: "f1",
title: "Where is it located?",
content: "Adelaide event center.",
},
{
id: "f2",
title: "Can students attend?",
content: "Yes, with discount.",
},
{
id: "f3",
title: "How to exhibit?",
content: "Contact sales team.",
},
{ id: "f1", title: "Where is it located?", content: "Adelaide event center." },
{ id: "f2", title: "Can students attend?", content: "Yes, with discount." },
{ id: "f3", title: "How to exhibit?", content: "Contact sales team." },
]}
sideTitle="Questions?"
sideDescription="Everything you need to know about the upcoming EXPO-ISO."
@@ -241,9 +137,7 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactCenter
useInvertedBackground={true}
background={{
variant: "gradient-bars",
}}
background={{ variant: "gradient-bars" }}
tag="Keep Updated"
title="Register for the EXPO"
description="Enter your email to receive updates on our next event."
@@ -253,30 +147,8 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterLogoEmphasis
columns={[
{
items: [
{
label: "About",
href: "#about",
},
{
label: "Register",
href: "#contact",
},
],
},
{
items: [
{
label: "Privacy Policy",
href: "#",
},
{
label: "Terms",
href: "#",
},
],
},
{ items: [{ label: "About", href: "#about" }, { label: "Register", href: "#contact" }] },
{ items: [{ label: "Privacy Policy", href: "#" }, { label: "Terms", href: "#" }] },
]}
logoText="EXPO-ISO"
/>