diff --git a/src/app/page.tsx b/src/app/page.tsx index a4a6c0d..65356f3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -53,7 +53,7 @@ export default function LandingPage() {
@@ -183,16 +198,20 @@ export default function LandingPage() { members={[ { id: "1", name: "Sarah Kim", role: "Chief Designer", imageSrc: - "http://img.b2bpic.net/free-photo/confident-beautiful-young-businesswoman-looking-camera-head-shot-portrait_1163-4928.jpg?_wi=2"}, + "http://img.b2bpic.net/free-photo/confident-beautiful-young-businesswoman-looking-camera-head-shot-portrait_1163-4928.jpg?_wi=2" + }, { id: "2", name: "Michael Torres", role: "Lead Engineer", imageSrc: - "http://img.b2bpic.net/free-photo/portrait-worker-factory_107420-96555.jpg"}, + "http://img.b2bpic.net/free-photo/portrait-worker-factory_107420-96555.jpg" + }, { id: "3", name: "Lisa Anderson", role: "Creative Director", imageSrc: - "http://img.b2bpic.net/free-photo/attractive-blond-business-woman-white-shirt-grey-background_613910-11739.jpg"}, + "http://img.b2bpic.net/free-photo/attractive-blond-business-woman-white-shirt-grey-background_613910-11739.jpg" + }, { id: "4", name: "James Liu", role: "3D Specialist", imageSrc: - "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg"}, + "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg" + }, ]} />
@@ -206,13 +225,17 @@ export default function LandingPage() { animationType="slide-up" metrics={[ { - id: "1", title: "Projects Completed", subtitle: "Across 45 countries worldwide", category: "Global Reach", value: "2,400+"}, + id: "1", title: "Projects Completed", subtitle: "Across 45 countries worldwide", category: "Global Reach", value: "2,400+" + }, { - id: "2", title: "Client Satisfaction", subtitle: "Average rating from verified users", category: "Quality", value: "4.9/5.0"}, + id: "2", title: "Client Satisfaction", subtitle: "Average rating from verified users", category: "Quality", value: "4.9/5.0" + }, { - id: "3", title: "Performance Boost", subtitle: "Average engagement increase", category: "Analytics", value: "312%"}, + id: "3", title: "Performance Boost", subtitle: "Average engagement increase", category: "Analytics", value: "312%" + }, { - id: "4", title: "Active Users", subtitle: "Monthly active platform users", category: "Community", value: "125K+"}, + id: "4", title: "Active Users", subtitle: "Monthly active platform users", category: "Community", value: "125K+" + }, ]} /> @@ -226,7 +249,8 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} names={[ - "TechFlow Studios", "Creative Dynamics", "Digital Innovations Inc", "Spatial Design Co", "3D Vision Labs", "Interactive Media Group", "Future Forward Digital", "Immersive Tech Solutions"]} + "TechFlow Studios", "Creative Dynamics", "Digital Innovations Inc", "Spatial Design Co", "3D Vision Labs", "Interactive Media Group", "Future Forward Digital", "Immersive Tech Solutions" + ]} showCard={true} speed={50} />