diff --git a/src/app/page.tsx b/src/app/page.tsx index 7b43a2b..5614643 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -7,10 +7,9 @@ import FeatureBento from "@/components/sections/feature/FeatureBento"; import FeatureBorderGlow from "@/components/sections/feature/featureBorderGlow/FeatureBorderGlow"; import MetricCardOne from "@/components/sections/metrics/MetricCardOne"; import TestimonialCardOne from "@/components/sections/testimonial/TestimonialCardOne"; -import PricingCardEight from "@/components/sections/pricing/PricingCardEight"; import ContactCenter from "@/components/sections/contact/ContactCenter"; import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal"; -import { Award, Brain, Briefcase, CheckCircle, Clock, Crown, DollarSign, Mail, Shield, Target, TrendingUp, Users, Zap, Sparkles, Users2, Gauge, Globe } from "lucide-react"; +import { Award, Brain, Briefcase, CheckCircle, Clock, Crown, DollarSign, Mail, Shield, Target, TrendingUp, Users, Zap, Sparkles, Users2, Gauge, Globe, ArrowRight } from "lucide-react"; export default function LandingPage() { return ( @@ -33,7 +32,6 @@ export default function LandingPage() { { name: "Services", id: "services" }, { name: "Success Stories", id: "success-stories" }, { name: "Impact", id: "impact" }, - { name: "Pricing", id: "pricing" }, ]} button={{ text: "Get Started", href: "#contact" @@ -123,16 +121,20 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Sarah Chen", role: "CTO", company: "TechVenture Labs", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/sad-man-sitting-cafe-table-using-tablet_1262-1073.jpg", imageAlt: "Sarah Chen CTO"}, + imageSrc: "http://img.b2bpic.net/free-photo/sad-man-sitting-cafe-table-using-tablet_1262-1073.jpg", imageAlt: "Sarah Chen CTO" + }, { id: "2", name: "Michael Torres", role: "HR Director", company: "Finance Plus", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-middle-aged-business-leader_1262-4845.jpg", imageAlt: "Michael Torres HR Director"}, + imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-middle-aged-business-leader_1262-4845.jpg", imageAlt: "Michael Torres HR Director" + }, { id: "3", name: "Emma Richardson", role: "Operations Manager", company: "Healthcare Solutions", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-business-woman-standing-with-crossed-arms_23-2148095676.jpg", imageAlt: "Emma Richardson Operations Manager"}, + imageSrc: "http://img.b2bpic.net/free-photo/happy-business-woman-standing-with-crossed-arms_23-2148095676.jpg", imageAlt: "Emma Richardson Operations Manager" + }, { id: "4", name: "James Wilson", role: "Founder", company: "Innovation Labs", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/blond-man-happy-expression_1194-3628.jpg", imageAlt: "James Wilson Founder"}, + imageSrc: "http://img.b2bpic.net/free-photo/blond-man-happy-expression_1194-3628.jpg", imageAlt: "James Wilson Founder" + }, ]} title="Success Stories" description="Real outcomes from companies across Australia that transformed their hiring with NextHire." @@ -182,53 +184,18 @@ export default function LandingPage() { /> -