diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx
index c2f5659..0f04dbb 100644
--- a/src/app/about/page.tsx
+++ b/src/app/about/page.tsx
@@ -2,10 +2,8 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
-import TeamCardTwo from '@/components/sections/team/TeamCardTwo';
-import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
import FooterCard from '@/components/sections/footer/FooterCard';
-import { Linkedin, Phone, Mail, Facebook, Instagram } from 'lucide-react';
+import { Facebook, Instagram, Linkedin } from 'lucide-react';
export default function AboutPage() {
const navItems = [
@@ -33,69 +31,6 @@ export default function AboutPage() {
/>
-
-
-
-
-
-
-
-
@@ -103,8 +105,8 @@ export default function HomePage() {
imageSrc="http://img.b2bpic.net/free-photo/woman-working-while-pregnant_23-2149248036.jpg"
imageAlt="שרטוט אדריכלי על שולחן"
useInvertedBackground={false}
- tagAnimation="reveal-blur"
- buttonAnimation="expand-hover"
+ tagAnimation="blur-reveal"
+ buttonAnimation="blur-reveal"
/>
@@ -126,8 +128,8 @@ export default function HomePage() {
textboxLayout="default"
useInvertedBackground={false}
tag="מה אנחנו עושים"
- tagAnimation="reveal-blur"
- buttonAnimation="expand-hover"
+ tagAnimation="blur-reveal"
+ buttonAnimation="blur-reveal"
/>
@@ -154,8 +156,8 @@ export default function HomePage() {
textboxLayout="default"
useInvertedBackground={false}
tag="ניסיון ומומחיות"
- tagAnimation="reveal-blur"
- buttonAnimation="expand-hover"
+ tagAnimation="blur-reveal"
+ buttonAnimation="blur-reveal"
/>
@@ -171,8 +173,8 @@ export default function HomePage() {
speed={40}
showCard={true}
tag="מוניטין ואמון"
- tagAnimation="reveal-blur"
- buttonAnimation="expand-hover"
+ tagAnimation="blur-reveal"
+ buttonAnimation="blur-reveal"
/>