From 77c2e04cdf18e75dc6260cf4eebb07685cc2ab19 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 12:01:13 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3e5f53a..fe1c2cc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCa import FeatureCardTen from '@/components/sections/feature/FeatureCardTen'; import ContactText from '@/components/sections/contact/ContactText'; import FooterCard from '@/components/sections/footer/FooterCard'; -import { Award, BarChart3, Briefcase, Code, CreditCard, Github, Instagram, Lightbulb, Linkedin, MessageCircle, Monitor, Package, Palette, Pen, Share2, ShoppingCart, Smartphone, Sparkles, Star, TrendingUp, Twitter, Users, Zap, Layout, Smile, Layers } from 'lucide-react'; +import { Award, BarChart3, Briefcase, Code, CreditCard, Github, Instagram, Lightbulb, Linkedin, MessageCircle, Monitor, Package, Palette, Pen, Share2, ShoppingCart, Smartphone, Sparkles, Star, TrendingUp, Twitter, Users, Zap, Layout, Smile, Layers, Book } from 'lucide-react'; export default function LandingPage() { return ( @@ -46,7 +46,7 @@ export default function LandingPage() { @@ -103,8 +103,8 @@ export default function LandingPage() { useInvertedBackground={false} tag="How We Work" tagIcon={Lightbulb} - tagAnimation="entrance-slide" - buttonAnimation="entrance-slide" + tagAnimation="slide-up" + buttonAnimation="slide-up" /> @@ -132,7 +132,7 @@ export default function LandingPage() { useInvertedBackground={false} tag="Our Impact" tagIcon={Zap} - tagAnimation="entrance-slide" + tagAnimation="slide-up" /> @@ -164,7 +164,7 @@ export default function LandingPage() { useInvertedBackground={false} tag="Testimonials" tagIcon={MessageCircle} - tagAnimation="entrance-slide" + tagAnimation="slide-up" /> @@ -176,7 +176,7 @@ export default function LandingPage() { items: [ { icon: Palette, text: "Visual Identity Design" }, { icon: Pen, text: "Brand Strategy & Positioning" }, - { icon: Briefcase, text: "Brand Guidelines & Systems" } + { icon: Book, text: "Brand Guidelines & Systems" } ], reverse: false }, @@ -230,7 +230,7 @@ export default function LandingPage() { description="Comprehensive creative and digital solutions tailored to elevate your brand" tag="What We Offer" tagIcon={Briefcase} - tagAnimation="entrance-slide" + tagAnimation="slide-up" textboxLayout="default" animationType="slide-up" useInvertedBackground={false} @@ -240,12 +240,12 @@ export default function LandingPage() {
-- 2.49.1