Merge version_4 into main

Merge version_4 into main
This commit was merged in pull request #4.
This commit is contained in:
2026-05-10 04:54:04 +00:00

View File

@@ -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}
/>
</div>