From 3981f7d98bc2dae5171979918377bf1538903510 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 22:21:15 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 182 +++++++++++++++-------------------------------- 1 file changed, 57 insertions(+), 125 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index cbd77a4..bef1ae7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,210 +2,142 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleCentered from "@/components/navbar/NavbarStyleCentered/NavbarStyleCentered"; -import HeroSplitDoubleCarousel from "@/components/sections/hero/HeroSplitDoubleCarousel"; -import FeatureCardEight from "@/components/sections/feature/FeatureCardEight"; -import TestimonialCardTwo from "@/components/sections/testimonial/TestimonialCardTwo"; -import ContactCenter from "@/components/sections/contact/ContactCenter"; +import HeroSplitDoubleCarousel from '@/components/sections/hero/HeroSplitDoubleCarousel'; +import FeatureCardEight from '@/components/sections/feature/FeatureCardEight'; +import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; +import ContactCenter from '@/components/sections/contact/ContactCenter'; import FooterBase from "@/components/sections/footer/FooterBase"; -import { Briefcase, Sparkles, Mail, Quote } from "lucide-react"; +import { Users, Star } from "lucide-react"; const navItems = [ - { name: "Search Jobs", id: "search" }, - { name: "Post a Job", id: "post-job" }, - { name: "Admin", id: "/admin" }, - { name: "Browse", id: "browse" }, - { name: "Contact", id: "contact" }, + { name: "Home", id: "/" }, + { name: "Features", id: "#features" }, + { name: "Testimonials", id: "#testimonials" }, + { name: "Contact", id: "#contact" }, ]; const footerColumns = [ { title: "Product", items: [ - { label: "Search Jobs", href: "/search" }, - { label: "Post a Job", href: "/post-job" }, - { label: "Browse by Province", href: "#provinces" }, - { label: "For Employers", href: "#" }, + { label: "Features", href: "#features" }, + { label: "Pricing", href: "#pricing" }, + { label: "Security", href: "#security" }, ], }, { title: "Company", items: [ - { label: "About Jobee", href: "#about" }, - { label: "Careers", href: "#" }, - { label: "Contact Us", href: "#contact" }, - { label: "Blog", href: "#" }, - ], - }, - { - title: "Resources", items: [ - { label: "Privacy Policy", href: "#" }, - { label: "Terms of Service", href: "#" }, - { label: "FAQ", href: "#" }, - { label: "Support", href: "#" }, + { label: "About", href: "#about" }, + { label: "Blog", href: "#blog" }, + { label: "Careers", href: "#careers" }, ], }, ]; -export default function HomePage() { +export default function Home() { return (
console.log("Email submitted:", email)} />