diff --git a/src/app/page.tsx b/src/app/page.tsx
index 0165d48..6d7b3dc 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -13,6 +13,7 @@ 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 TestimonialCardOne from "@/components/sections/testimonial/TestimonialCardOne";
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() {
@@ -36,9 +37,9 @@ export default function WebAgency2Page() {
{ name: "Work", id: "work" },
{ name: "Services", id: "services" },
{ name: "About", id: "about" },
- { name: "Contact", id: "contact" },
+ { name: "Contact", id: "/contact" },
]}
- button={{ text: "Get Started", href: "#contact" }}
+ button={{ text: "Get Started", href: "/contact" }}
/>
-
+
-
-
-
-
-