From 85353aecc43d534efe5271818a69eb3341933b6c Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 10 May 2026 04:54:01 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0764ada..05b105b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -70,6 +70,7 @@ export default function LandingPage() { description="Enterprise-ready skill set for modern digital implementation." animationType="slide-up" textboxLayout="default" + useInvertedBackground={false} positiveCard={{ items: ["Semantic HTML5", "Modern CSS Architecture", "Performance Optimization"] }} negativeCard={{ items: ["Browser Incompatibility", "Heavy Dependency Loads", "Unmaintained Code"] }} /> @@ -81,6 +82,7 @@ export default function LandingPage() { description="Selected projects showcasing clean code and UI craftsmanship." animationType="slide-up" gridVariant="asymmetric-60-wide-40-narrow" + textboxLayout="default" useInvertedBackground={false} products={[ { id: "p1", name: "Samsung Portal", price: "Publishing Lead", variant: "Enterprise", imageSrc: "http://img.b2bpic.net/free-photo/factory-employee-works-mockup-tablet-executives-discussing-strategies_482257-126500.jpg" }, @@ -97,6 +99,9 @@ export default function LandingPage() { { id: "m2", value: "Publish", description: "Semantic & Scalable Implementation" }, { id: "m3", value: "QA", description: "Rigorous Cross-Browser Testing" }, ]} + description="Standardized development lifecycle." + textboxLayout="default" + useInvertedBackground={false} gridVariant="uniform-all-items-equal" animationType="slide-up" /> @@ -108,6 +113,7 @@ export default function LandingPage() { description="Driving UI excellence in major digital organizations." animationType="slide-up" textboxLayout="default" + useInvertedBackground={false} team={[ { id: "e1", name: "Senior Web Publisher", role: "Digital Agency" }, { id: "e2", name: "Frontend Specialist", role: "Enterprise Corp" }, @@ -120,6 +126,8 @@ export default function LandingPage() { title="Get in Touch" description="Let's discuss how we can work together." tag="Collaboration" + background={{ variant: "animated-grid" }} + useInvertedBackground={false} />