diff --git a/src/app/page.tsx b/src/app/page.tsx index df00894..634f74c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,8 @@ import TestimonialCardSixteen from "@/components/sections/testimonial/Testimonia import FaqDouble from "@/components/sections/faq/FaqDouble"; import ContactFaq from "@/components/sections/contact/ContactFaq"; import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal"; -import { Award, BookOpen, GraduationCap, Zap, Clock, Star, Users, MapPin, Phone } from "lucide-react"; +import PricingCardFive from "@/components/sections/pricing/PricingCardFive"; +import { Award, BookOpen, GraduationCap, Zap, Clock, Star, Users, MapPin, Phone, Check } from "lucide-react"; export default function HomePage() { const navItems = [ @@ -18,6 +19,7 @@ export default function HomePage() { { name: "Services", id: "services" }, { name: "About", id: "about" }, { name: "Staff", id: "staff" }, + { name: "Pricing", id: "pricing" }, { name: "Contact", id: "contact" } ]; @@ -88,7 +90,7 @@ export default function HomePage() { tagIcon={Award} buttons={[ { text: "Book a Consultation", href: "/contact" }, - { text: "View Tutoring Packages", href: "/pricing" } + { text: "View Tutoring Packages", href: "#pricing" } ]} imageSrc="http://img.b2bpic.net/free-photo/caucasian-tutor-guiding-elementary-school-girl-library-desk_482257-125467.jpg" imageAlt="Academic tutoring illustration" @@ -122,13 +124,43 @@ export default function HomePage() { /> +