diff --git a/src/app/page.tsx b/src/app/page.tsx
index a78cfcc..a203786 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -6,13 +6,13 @@ import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatin
import HeroSplitDoubleCarousel from "@/components/sections/hero/HeroSplitDoubleCarousel";
import FeatureBento from "@/components/sections/feature/FeatureBento";
import FeatureCardTwentySix from "@/components/sections/feature/FeatureCardTwentySix";
-import FeatureCardSixteen from "@/components/sections/feature/FeatureCardSixteen";
import MetricCardOne from "@/components/sections/metrics/MetricCardOne";
-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 { Sparkles, Search, ArrowUpRight, Monitor, Shield, Zap, Puzzle, TrendingUp, Lock, Phone, MessageCircle, BookOpen, Tv, Camera, Music, Settings, Award, Users, Share2 } from "lucide-react";
+import FeatureCardSixteen from "@/components/sections/feature/FeatureCardSixteen";
export default function WebAgency2Page() {
return (
@@ -37,7 +37,7 @@ export default function WebAgency2Page() {
{ name: "O nás", id: "about" },
{ name: "Kontakt", id: "contact" }
]}
- button={{ text: "Začať", href: "#contact" }}
+
/>
@@ -214,19 +211,7 @@ export default function WebAgency2Page() {
]
}}
/>
-
+
@@ -277,7 +259,7 @@ export default function WebAgency2Page() {
title: "Pripojte sa", items: [
{ label: "Twitter", href: "#" },
{ label: "LinkedIn", href: "#" },
- { label: "Instagram", href: "#" },
+ { label: "Instagram", href: "https://www.instagram.com/growwithsocial.co" },
{ label: "Dribbble", href: "#" }
]
}
@@ -286,4 +268,4 @@ export default function WebAgency2Page() {
);
-}
+}
\ No newline at end of file