diff --git a/src/app/page.tsx b/src/app/page.tsx
index 0481804..67a49b7 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -13,7 +13,7 @@ import MetricCardOne from '@/components/sections/metrics/MetricCardOne';
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
import TeamCardFive from '@/components/sections/team/TeamCardFive';
import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
-import { CheckCircle2, Code2, Diamond, Palette, TrendingUp, Users } from "lucide-react";
+import { CheckCircle2, Code2, Diamond, Palette, TrendingUp, Users, ArrowRight } from "lucide-react";
export default function LandingPage() {
return (
@@ -33,22 +33,10 @@ export default function LandingPage() {
@@ -56,119 +44,25 @@ export default function LandingPage() {
@@ -178,30 +72,9 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
features={[
- {
- title: "UI/UX Design",
- description: "Crafting user-centric interfaces that drive engagement and conversions.",
- bentoComponent: "reveal-icon",
- icon: Palette,
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-laptop-keyboard-colorful-neon-illumination-backlit-keyboard_169016-29668.jpg?_wi=3",
- imageAlt: "modern digital design portfolio showcase",
- },
- {
- title: "Web Development",
- description: "High-performance code built for scalability and speed.",
- bentoComponent: "reveal-icon",
- icon: Code2,
- imageSrc: "http://img.b2bpic.net/free-photo/illustration-several-golden-lights-motion-flowing-into-one-direction_181624-24445.jpg?_wi=3",
- imageAlt: "abstract 3d geometric gold composition",
- },
- {
- title: "Digital Branding",
- description: "Developing robust brand identities that resonate with your target audience.",
- bentoComponent: "reveal-icon",
- icon: Diamond,
- imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-geometric-shapes_23-2150979717.jpg?_wi=3",
- imageAlt: "elegant ui design dashboard dark mode",
- },
+ { title: "UI/UX Design", description: "Crafting user-centric interfaces that drive engagement and conversions.", bentoComponent: "reveal-icon", icon: Palette },
+ { title: "Web Development", description: "High-performance code built for scalability and speed.", bentoComponent: "reveal-icon", icon: Code2 },
+ { title: "Digital Branding", description: "Developing robust brand identities that resonate with your target audience.", bentoComponent: "reveal-icon", icon: Diamond }
]}
title="Our Core Capabilities"
description="Comprehensive design and development services tailored to accelerate your growth."
@@ -213,24 +86,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
features={[
- {
- title: "Fintech Dashboard",
- description: "Redesigned financial tracking tool improving user retention by 40%.",
- imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-geometric-shapes_23-2150979717.jpg?_wi=4",
- buttonIcon: "ArrowRight",
- },
- {
- title: "Eco-Commerce Platform",
- description: "Sustainable fashion marketplace with a seamless checkout experience.",
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-laptop-keyboard-colorful-neon-illumination-backlit-keyboard_169016-29668.jpg?_wi=4",
- buttonIcon: "ArrowRight",
- },
- {
- title: "Healthcare AI",
- description: "Innovative diagnostics platform for leading clinical research teams.",
- imageSrc: "http://img.b2bpic.net/free-photo/blurred-night-lights_23-2148139291.jpg?_wi=3",
- buttonIcon: "ArrowRight",
- },
+ { title: "Fintech Dashboard", description: "Redesigned financial tracking tool improving user retention by 40%.", imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-geometric-shapes_23-2150979717.jpg", buttonIcon: ArrowRight },
+ { title: "Eco-Commerce Platform", description: "Sustainable fashion marketplace with a seamless checkout experience.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-laptop-keyboard-colorful-neon-illumination-backlit-keyboard_169016-29668.jpg", buttonIcon: ArrowRight },
+ { title: "Healthcare AI", description: "Innovative diagnostics platform for leading clinical research teams.", imageSrc: "http://img.b2bpic.net/free-photo/blurred-night-lights_23-2148139291.jpg", buttonIcon: ArrowRight }
]}
title="Our Work"
description="A curated selection of our most successful client projects."
@@ -244,26 +102,11 @@ export default function LandingPage() {
rating={5}
author="Sarah Miller, CEO at Innovation Labs"
avatars={[
- {
- src: "http://img.b2bpic.net/free-photo/portrait-young-man-posing-with-hat_23-2148884304.jpg",
- alt: "Sarah Miller",
- },
- {
- src: "http://img.b2bpic.net/free-photo/medium-shot-people-with-glasses-posing-studio_23-2150169312.jpg",
- alt: "James Wilson",
- },
- {
- src: "http://img.b2bpic.net/free-photo/3d-cartoon-style-character_23-2151034081.jpg",
- alt: "Elena Rossi",
- },
- {
- src: "http://img.b2bpic.net/free-photo/top-view-blue-condom-white-background_23-2148259780.jpg",
- alt: "David Chen",
- },
- {
- src: "http://img.b2bpic.net/free-photo/portrait-young-man-posing-with-hat_23-2148884304.jpg",
- alt: "Maria Gomez",
- },
+ { src: "http://img.b2bpic.net/free-photo/portrait-young-man-posing-with-hat_23-2148884304.jpg", alt: "Sarah Miller" },
+ { src: "http://img.b2bpic.net/free-photo/medium-shot-people-with-glasses-posing-studio_23-2150169312.jpg", alt: "James Wilson" },
+ { src: "http://img.b2bpic.net/free-photo/3d-cartoon-style-character_23-2151034081.jpg", alt: "Elena Rossi" },
+ { src: "http://img.b2bpic.net/free-photo/top-view-blue-condom-white-background_23-2148259780.jpg", alt: "David Chen" },
+ { src: "http://img.b2bpic.net/free-photo/portrait-young-man-posing-with-hat_23-2148884304.jpg", alt: "Maria Gomez" }
]}
ratingAnimation="blur-reveal"
avatarsAnimation="slide-up"
@@ -277,27 +120,9 @@ export default function LandingPage() {
gridVariant="bento-grid"
useInvertedBackground={false}
metrics={[
- {
- id: "m1",
- value: "150+",
- title: "Projects Completed",
- description: "Across 12 unique industries",
- icon: CheckCircle2,
- },
- {
- id: "m2",
- value: "50+",
- title: "Happy Clients",
- description: "Global brands we trust",
- icon: Users,
- },
- {
- id: "m3",
- value: "95%",
- title: "Conversion Rate",
- description: "Average client lift",
- icon: TrendingUp,
- },
+ { id: "m1", value: "150+", title: "Projects Completed", description: "Across 12 unique industries", icon: CheckCircle2 },
+ { id: "m2", value: "50+", title: "Happy Clients", description: "Global brands we trust", icon: Users },
+ { id: "m3", value: "95%", title: "Conversion Rate", description: "Average client lift", icon: TrendingUp }
]}
title="Agency Milestones"
description="Quantifiable impact delivered through consistent creative excellence."
@@ -309,21 +134,8 @@ export default function LandingPage() {
animationType="depth-3d"
textboxLayout="split"
useInvertedBackground={false}
- negativeCard={{
- items: [
- "No Hidden Costs",
- "No Generic Solutions",
- "No Missed Deadlines",
- ],
- }}
- positiveCard={{
- items: [
- "Discovery & Research",
- "Strategic Planning",
- "Iterative Design",
- "Agile Development",
- ],
- }}
+ negativeCard={{ items: ["No Hidden Costs", "No Generic Solutions", "No Missed Deadlines"] }}
+ positiveCard={{ items: ["Discovery & Research", "Strategic Planning", "Iterative Design", "Agile Development"] }}
title="Our Strategic Process"
description="A refined workflow to ensure project success."
/>
@@ -331,33 +143,14 @@ export default function LandingPage() {