diff --git a/src/app/page.tsx b/src/app/page.tsx
index feb8b5d..8813f1d 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -12,7 +12,6 @@ import TeamCardFive from "@/components/sections/team/TeamCardFive";
import FaqBase from "@/components/sections/faq/FaqBase";
import ContactCTA from "@/components/sections/contact/ContactCTA";
import FooterBase from "@/components/sections/footer/FooterBase";
-import TestimonialCardFifteen from "@/components/sections/testimonial/TestimonialCardFifteen";
import { Sparkles, Search, ArrowUpRight, Monitor, Shield, Zap, Puzzle, TrendingUp, Lock, Phone, MessageCircle, BookOpen, Tv, Camera, Music, Settings, Award, Users } from "lucide-react";
export default function WebAgency2Page() {
@@ -74,8 +73,7 @@ export default function WebAgency2Page() {
textboxLayout="default"
useInvertedBackground={false}
animationType="slide-up"
- buttons={[{ text: "Všetky Služby", href: "#services" }]}
- buttonAnimation="slide-up"
+ buttons={[{ text: "Všetky Služby", href: "#services" }]}n buttonAnimation="slide-up"
features={[
{
title: "SEO", description: "Optimalizujeme vašu webovú stránku pre vyššie pozície vo vyhľadávačoch a zvyšujeme organickú návštevnosť.", bentoComponent: "marquee", centerIcon: Search,
@@ -102,8 +100,7 @@ export default function WebAgency2Page() {
description="Výber projektov, ktoré sme vytvorili pre klientov naprieč odvetviami."
textboxLayout="default"
useInvertedBackground={false}
- buttons={[{ text: "Zobraziť Celú Prácu", href: "#work" }]}
- buttonAnimation="slide-up"
+ buttons={[{ text: "Zobraziť Celú Prácu", href: "#work" }]}n buttonAnimation="slide-up"
cardClassName="!h-auto aspect-video"
features={[
{
@@ -174,19 +171,8 @@ export default function WebAgency2Page() {
}
]}
/>
-
+ ]}n />
);
-}
+}
\ No newline at end of file