From d3b1a0741510957ba8d95bd937922d21fd072be3 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 10 Jun 2026 04:25:23 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 40 +++++++++++++++++++++++++++------------- 1 file changed, 27 insertions(+), 13 deletions(-) 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"}, ]} /> - +
+ +
); -} \ No newline at end of file +} -- 2.49.1