From 71aeda981ee51724de0d8612c2e86ffc028d1708 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 7 Jun 2026 23:25:20 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 53 ++++++++++++++++++++++++++++++++++++++++++++---- 1 file changed, 49 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 588b512..645bacd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,7 +12,8 @@ import PricingCardEight from '@/components/sections/pricing/PricingCardEight'; import ProductCardThree from '@/components/sections/product/ProductCardThree'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; -import { Award, Briefcase, Eye, Film, Lightbulb, Loader, Paintbrush, Sparkles, Star } from "lucide-react"; +import ContactCenter from '@/components/sections/contact/ContactCenter'; +import { Award, Briefcase, Eye, Film, Lightbulb, Loader, Paintbrush, Sparkles, Star, CreditCard, ShieldCheck, MessageSquare } from "lucide-react"; export default function LandingPage() { return ( @@ -41,9 +42,13 @@ export default function LandingPage() { { name: "Pricing", id: "#pricing"}, { - name: "Trust", id: "#testimonials"}, + name: "Payment Methods", id: "#payment-methods"}, + { + name: "Trust", id: "#trust-badges"}, { name: "Book a Demo", id: "#contact"}, + { + name: "Contact Us", id: "#contact-form"}, ]} brandName="PROJECTK ꓯ" /> @@ -199,6 +204,32 @@ export default function LandingPage() { /> +
+ +
+ +
+ +
+
+
+ +
+