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() { /> -
- -
-
@@ -239,7 +206,6 @@ export default function LandingPage() { title: "Product", items: [ { label: "Services", href: "#services" }, { label: "Success Stories", href: "#success-stories" }, - { label: "Pricing", href: "#pricing" }, { label: "For Employers", href: "#" }, ], }, @@ -265,4 +231,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index bbe045c..d844d72 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #0a1a2e; - --card: #162a45; - --foreground: #e8f0ff; - --primary-cta: #ff7f50; + --background: #0a0a0a; + --card: #1a1a1a; + --foreground: #ffffff; + --primary-cta: #ff6b35; --primary-cta-text: #050012; - --secondary-cta: #4a9eff; + --secondary-cta: #1a1a1a; --secondary-cta-text: #f0e6ff; - --accent: #4a9eff; - --background-accent: #ff7f50; + --accent: #ff6b35; + --background-accent: #ff6b35; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);