From fec6f90de3771cb6b96ed60e0b752a75afe6acf7 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 02:13:51 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 90926e6..b67f162 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -14,10 +14,10 @@ import { Zap, TrendingUp, Phone, Calendar, Users, Heart, Rocket, Sparkles, Crown export default function HomePage() { const navItems = [ { name: "How It Works", id: "how-it-works" }, - { name: "Pricing", id: "pricing" }, + { name: "Pricing", id: "/pricing" }, { name: "Features", id: "features" }, { name: "About Us", id: "/about-us" }, - { name: "Contact", id: "contact" } + { name: "Contact", id: "/contact" } ]; return ( @@ -113,8 +113,8 @@ export default function HomePage() {
); -} \ No newline at end of file +} -- 2.49.1 From d603ed215d994aaf70673b52ae52a5e08ba29cc9 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 02:13:52 +0000 Subject: [PATCH 2/2] Update src/app/pricing/page.tsx --- src/app/pricing/page.tsx | 45 +++++++++++++++++++++++++++++++++++++--- 1 file changed, 42 insertions(+), 3 deletions(-) diff --git a/src/app/pricing/page.tsx b/src/app/pricing/page.tsx index e23eaca..fdd8859 100644 --- a/src/app/pricing/page.tsx +++ b/src/app/pricing/page.tsx @@ -4,9 +4,10 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleApple from "@/components/navbar/NavbarStyleApple/NavbarStyleApple"; import PricingCardOne from "@/components/sections/pricing/PricingCardOne"; import FeatureCardMedia from "@/components/sections/feature/FeatureCardMedia"; +import FaqBase from "@/components/sections/faq/FaqBase"; import ContactCTA from "@/components/sections/contact/ContactCTA"; import FooterLogoReveal from "@/components/sections/footer/FooterLogoReveal"; -import { Zap, Rocket, Sparkles, Crown } from "lucide-react"; +import { Zap, Sparkles } from "lucide-react"; export default function PricingPage() { const navItems = [ @@ -41,7 +42,7 @@ export default function PricingPage() {
@@ -90,6 +91,44 @@ export default function PricingPage() { /> +
+ +
+