diff --git a/src/app/page.tsx b/src/app/page.tsx
index 599051d..bae39e1 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -12,8 +12,8 @@ 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 SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
+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, User, Briefcase, Globe, BarChart3, Clock, Scale } from "lucide-react";
export default function WebAgency2Page() {
@@ -37,6 +37,7 @@ export default function WebAgency2Page() {
{ name: "Work", id: "work" },
{ name: "Services", id: "services" },
{ name: "About", id: "about" },
+ { name: "Feedback", id: "feedback" },
{ name: "Contact", id: "contact" },
]}
button={{ text: "Book a Call", href: "#contact" }}
@@ -160,17 +161,30 @@ export default function WebAgency2Page() {
completedLabel: "Continuous Impact"},
]}
/>
-