From 9ec81298a4d70add87290302d3e47daa99b33f6f Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 28 May 2026 20:11:12 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 78 +++++++++++++++++++++++++++++++++++++++++++----- 1 file changed, 71 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e9363ee..c4eb1c0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -13,7 +13,10 @@ 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"; +import SocialProofOne from "@/components/sections/socialProof/SocialProofOne"; +import PricingCardTwo from "@/components/sections/pricing/PricingCardTwo"; +import BlogCardOne from "@/components/sections/blog/BlogCardOne"; +import { Sparkles, Search, ArrowUpRight, Monitor, Shield, Zap, Puzzle, TrendingUp, Lock, Phone, MessageCircle, BookOpen, Tv, Camera, Music, Settings, Award, Users, DollarSign, Newspaper } from "lucide-react"; export default function WebAgency2Page() { return ( @@ -35,8 +38,10 @@ export default function WebAgency2Page() { navItems={[ { name: "Work", id: "work" }, { name: "Services", id: "services" }, + { name: "Pricing", id: "pricing" }, { name: "About", id: "about" }, - { name: "Contact", id: "contact" }, + { name: "Blog", id: "blog" }, + { name: "Contact", id: "contact" } ]} button={{ text: "Get a Quote", href: "#contact" }} /> @@ -68,6 +73,14 @@ export default function WebAgency2Page() { ]} carouselItemClassName="!aspect-[4/5]" /> +
+
+ +
+
+ +