From 14a24a0a6bc2a5b1596bf9a282aea2aa7b18e677 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 13 Mar 2026 10:49:11 +0000 Subject: [PATCH 1/2] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 4fd7741..b8d96f0 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -24,9 +24,9 @@ export default function ContactPage() { Date: Fri, 13 Mar 2026 10:49:12 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 127 ++++++++++++++++++++--------------------------- 1 file changed, 55 insertions(+), 72 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index bf81a36..5ff8e46 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -6,7 +6,7 @@ import HeroSplitKpi from "@/components/sections/hero/HeroSplitKpi"; import TextAbout from "@/components/sections/about/TextAbout"; import FeatureCardNineteen from "@/components/sections/feature/FeatureCardNineteen"; import TestimonialCardFive from "@/components/sections/testimonial/TestimonialCardFive"; -import FeatureCardTen from "@/components/sections/feature/FeatureCardTen"; +import CardStack from "@/components/cardStack/CardStack"; import ContactText from "@/components/sections/contact/ContactText"; import FooterCard from "@/components/sections/footer/FooterCard"; import { Award, Briefcase, CheckCircle, Github, Heart, Instagram, Linkedin, MessageSquare, Sparkles, Target, TrendingUp, Twitter, Users, Zap } from "lucide-react"; @@ -29,7 +29,7 @@ export default function LandingPage() { -
- + + gridVariant="uniform-all-items-equal" + carouselThreshold={5} + mode="buttons" + > +
+
+ Portfolio project 1 +
+
+

E-Commerce Platform Redesign

+

Modern e-commerce platform with enhanced user experience and conversion optimization

+
+
+ +
+
+ Portfolio project 2 +
+
+

SaaS Dashboard Design

+

Intuitive analytics dashboard for enterprise clients with real-time data visualization

+
+
+ +
+
+ Portfolio project 3 +
+
+

Brand Identity System

+

Comprehensive brand identity with design system and digital guidelines

+
+
+
-- 2.49.1