From 5d371fe9b2c372059832f9d614b8d22d0602a2e7 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 17 Apr 2026 05:48:59 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 286 +++++++---------------------------------------- 1 file changed, 42 insertions(+), 244 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c6c539f..cdbea0e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,22 +31,10 @@ export default function LandingPage() { @@ -144,42 +85,12 @@ export default function LandingPage() { gridVariant="one-large-right-three-stacked-left" useInvertedBackground={false} products={[ - { - id: "p1", - name: "Nike AR Campaign", - price: "2024", - imageSrc: "http://img.b2bpic.net/free-photo/focus-lines-code-laptop-screen-used-by-data-center-engineers_482257-117920.jpg", - }, - { - id: "p2", - name: "Spotify Visualizer", - price: "2024", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-illustrator-drawing-ipad_23-2150038502.jpg", - }, - { - id: "p3", - name: "Binance Web3 Experience", - price: "2023", - imageSrc: "http://img.b2bpic.net/free-photo/3d-aesthetics-with-shapes-vaporwave-style_23-2148981118.jpg", - }, - { - id: "p4", - name: "Halyk Bank Immersive", - price: "2023", - imageSrc: "http://img.b2bpic.net/free-photo/blue-magenta-dyes-water_23-2147745441.jpg", - }, - { - id: "p5", - name: "Kaspi Super App UI", - price: "2022", - imageSrc: "http://img.b2bpic.net/free-photo/design-style-graphic-creativity-ideas-illustration-concept_53876-121068.jpg", - }, - { - id: "p6", - name: "AI Visionaries", - price: "2025", - imageSrc: "http://img.b2bpic.net/free-vector/album-release-website-design_53876-67226.jpg", - }, + { id: "p1", name: "Nike AR Campaign", price: "2024", imageSrc: "http://img.b2bpic.net/free-photo/focus-lines-code-laptop-screen-used-by-data-center-engineers_482257-117920.jpg" }, + { id: "p2", name: "Spotify Visualizer", price: "2024", imageSrc: "http://img.b2bpic.net/free-photo/side-view-illustrator-drawing-ipad_23-2150038502.jpg" }, + { id: "p3", name: "Binance Web3 Experience", price: "2023", imageSrc: "http://img.b2bpic.net/free-photo/3d-aesthetics-with-shapes-vaporwave-style_23-2148981118.jpg" }, + { id: "p4", name: "Halyk Bank Immersive", price: "2023", imageSrc: "http://img.b2bpic.net/free-photo/blue-magenta-dyes-water_23-2147745441.jpg" }, + { id: "p5", name: "Kaspi Super App UI", price: "2022", imageSrc: "http://img.b2bpic.net/free-photo/design-style-graphic-creativity-ideas-illustration-concept_53876-121068.jpg" }, + { id: "p6", name: "AI Visionaries", price: "2025", imageSrc: "http://img.b2bpic.net/free-vector/album-release-website-design_53876-67226.jpg" }, ]} title="Selected Works" description="Digital experiences for global and local innovators." @@ -191,20 +102,8 @@ export default function LandingPage() { animationType="depth-3d" textboxLayout="default" useInvertedBackground={false} - negativeCard={{ - items: [ - "Immersive Web Experiences", - "3D & WebGL Development", - "Interactive Installations", - ], - }} - positiveCard={{ - items: [ - "Brand Digital Campaigns", - "AI-Powered Experiences", - "AR / VR Prototyping", - ], - }} + negativeCard={{ items: ["Immersive Web Experiences", "3D & WebGL Development", "Interactive Installations"] }} + positiveCard={{ items: ["Brand Digital Campaigns", "AI-Powered Experiences", "AR / VR Prototyping"] }} title="Our Craft" description="Specialized high-end digital services." /> @@ -212,33 +111,14 @@ export default function LandingPage() {
@@ -318,49 +156,9 @@ export default function LandingPage() { -- 2.49.1