From 67ae2c463ed8e05aa81d7b3c9f66fae01e64c1b5 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 27 Apr 2026 16:17:05 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 445e51b..cfde4f6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,7 +12,7 @@ import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import ProductCardThree from '@/components/sections/product/ProductCardThree'; import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; -import { Award, Calendar, Code2, Star, Users, Brain, Target, Zap } from "lucide-react"; +import { Brain, Target, Zap, Star } from "lucide-react"; export default function LandingPage() { return ( @@ -53,7 +53,9 @@ export default function LandingPage() { ], logoIcon: Brain, sidebarItems: [{ icon: Zap, active: true }, { icon: Target }], - imageSrc: "http://img.b2bpic.net/free-photo/designer-desk-office-creative-working-space_23-2148281358.jpg"}} + imageSrc: "http://img.b2bpic.net/free-photo/designer-desk-office-creative-working-space_23-2148281358.jpg", listItems: [{ icon: Zap, title: "Design System", status: "Completed" }], + buttons: [] + }} /> @@ -87,6 +89,8 @@ export default function LandingPage() { title="Key Milestones" description="Data-driven results for every project." animationType="slide-up" + textboxLayout="split" + useInvertedBackground={false} metrics={[ { id: "1", value: "50+", title: "Projects", description: "Successfully shipped", imageSrc: "http://img.b2bpic.net/free-photo/successful-business-team-working-office_23-2148421867.jpg" }, { id: "2", value: "15+", title: "Clients", description: "Industry partners", imageSrc: "http://img.b2bpic.net/free-photo/top-view-business-people-meeting_23-2148483756.jpg" } @@ -114,6 +118,8 @@ export default function LandingPage() { description="A curated selection of my projects." animationType="slide-up" gridVariant="three-columns-all-equal-width" + textboxLayout="split" + useInvertedBackground={false} products={[ { id: "p1", name: "Dash UI", price: "Custom", imageSrc: "http://img.b2bpic.net/free-photo/dashboard-ui-mockup_23-2149544865.jpg" }, { id: "p2", name: "Web App", price: "Custom", imageSrc: "http://img.b2bpic.net/free-photo/web-app-concept_23-2149544865.jpg" }, @@ -128,6 +134,7 @@ export default function LandingPage() { description="Answers to common questions." faqsAnimation="slide-up" textboxLayout="split" + useInvertedBackground={true} faqs={[ { id: "q1", title: "Available?", content: "Yes, I am currently accepting new projects." }, { id: "q2", title: "Remote?", content: "Available for global remote work." } @@ -140,6 +147,8 @@ export default function LandingPage() { title="Contact Me" description="Let's talk about your vision." tag="Collaboration" + background={{ variant: "plain" }} + useInvertedBackground={false} /> -- 2.49.1