diff --git a/src/app/page.tsx b/src/app/page.tsx index 2133a52..839d238 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -13,7 +13,8 @@ import ProductCardFour from '@/components/sections/product/ProductCardFour'; import SplitAbout from '@/components/sections/about/SplitAbout'; import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; -import { Award, Star, Zap, MessageSquareQuote } from "lucide-react"; +import PricingCardFive from '@/components/sections/pricing/PricingCardFive'; +import { Award, Star, Zap, MessageSquareQuote, DollarSign, BookOpen, BarChart3, PiggyBank } from "lucide-react"; export default function LandingPage() { return ( @@ -36,6 +37,7 @@ export default function LandingPage() { { name: "Home", id: "hero" }, { name: "About", id: "about" }, { name: "Services", id: "features" }, + { name: "Pricing", id: "pricing" }, { name: "Reviews", id: "reputation" }, { name: "FAQ", id: "faq" }, { name: "Contact", id: "contact" } @@ -55,10 +57,7 @@ export default function LandingPage() { slides={[ { imageSrc: "http://img.b2bpic.net/free-photo/electrician-working-switchboard-with-electrical-connection-cable-copy-space_169016-52810.jpg?_wi=1", imageAlt: "Electrician working" }, { imageSrc: "http://img.b2bpic.net/free-photo/elegant-woman-standing-gas-station_1157-33277.jpg?_wi=1", imageAlt: "EV charger install" }, - { imageSrc: "http://img.b2bpic.net/free-photo/man-with-white-helmet-near-solar-panel_1157-29980.jpg?_wi=1", imageAlt: "Solar wiring" }, - { imageSrc: "http://img.b2bpic.net/free-photo/afro-woman-fixing-electricity-problem-home_58466-10803.jpg?_wi=1", imageAlt: "Customer service" }, - { imageSrc: "http://img.b2bpic.net/free-photo/person-looking-mobile-phone-with-lighting-controlling-app-sitting-kitchen-house-with-automation-light-system-turning-bulb-using-voice-command_482257-2272.jpg?_wi=1", imageAlt: "Smart lighting" }, - { imageSrc: "http://img.b2bpic.net/free-photo/lamp-against-red-brick-wall-night_1339-3098.jpg", imageAlt: "Outdoor lighting" } + { imageSrc: "http://img.b2bpic.net/free-photo/man-with-white-helmet-near-solar-panel_1157-29980.jpg?_wi=1", imageAlt: "Solar wiring" } ]} /> @@ -94,6 +93,23 @@ export default function LandingPage() { /> +