Merge version_1 into main #2
160
src/app/page.tsx
160
src/app/page.tsx
@@ -2,6 +2,7 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import { Search, MessageCircle, Zap, Briefcase } from "lucide-react";
|
||||
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
||||
import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix';
|
||||
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
|
||||
@@ -29,21 +30,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Jobs",
|
||||
id: "features",
|
||||
},
|
||||
name: "Jobs", id: "features"},
|
||||
{
|
||||
name: "Categories",
|
||||
id: "products",
|
||||
},
|
||||
name: "Categories", id: "products"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="EthioSearchJobs"
|
||||
/>
|
||||
@@ -52,45 +45,28 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardCarousel
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
title="Search jobs in Sodo. Get hired today."
|
||||
description="The brutal, fast search engine for jobs that matter. Remote gigs, side hustles, farm work, and tech—start earning immediately."
|
||||
buttons={[
|
||||
{
|
||||
text: "Start Searching",
|
||||
href: "#features",
|
||||
},
|
||||
text: "Start Searching", href: "#features"},
|
||||
{
|
||||
text: "Post a Job",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Post a Job", href: "#contact"},
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/professional-manager-multinational-company-works-laptop_482257-123577.jpg?_wi=1",
|
||||
imageAlt: "EthioSearchJobs Platform Search",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/professional-manager-multinational-company-works-laptop_482257-123577.jpg", imageAlt: "EthioSearchJobs Platform Search"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/professional-manager-multinational-company-works-laptop_482257-123577.jpg?_wi=2",
|
||||
imageAlt: "Platform Mobile View",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/professional-manager-multinational-company-works-laptop_482257-123577.jpg", imageAlt: "Platform Mobile View"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/professional-manager-multinational-company-works-laptop_482257-123577.jpg?_wi=3",
|
||||
imageAlt: "Instant Job Results",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/professional-manager-multinational-company-works-laptop_482257-123577.jpg", imageAlt: "Instant Job Results"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/professional-manager-multinational-company-works-laptop_482257-123577.jpg?_wi=4",
|
||||
imageAlt: "Filter Jobs Fast",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/professional-manager-multinational-company-works-laptop_482257-123577.jpg", imageAlt: "Filter Jobs Fast"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/professional-manager-multinational-company-works-laptop_482257-123577.jpg?_wi=5",
|
||||
imageAlt: "WhatsApp Job Apply",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/professional-manager-multinational-company-works-laptop_482257-123577.jpg", imageAlt: "WhatsApp Job Apply"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/professional-manager-multinational-company-works-laptop_482257-123577.jpg?_wi=6",
|
||||
imageAlt: "Local Job Marketplace",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/professional-manager-multinational-company-works-laptop_482257-123577.jpg", imageAlt: "Local Job Marketplace"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -101,28 +77,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Hyper-Local Search",
|
||||
description: "Focused on Sodo, Wolaita, and Ethiopia-wide opportunities.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/military-it-professional-gathers-intelligence-from-world-map-projection_482257-89861.jpg",
|
||||
buttonIcon: "Search",
|
||||
title: "Hyper-Local Search", description: "Focused on Sodo, Wolaita, and Ethiopia-wide opportunities.", imageSrc: "http://img.b2bpic.net/free-photo/military-it-professional-gathers-intelligence-from-world-map-projection_482257-89861.jpg", buttonIcon: Search,
|
||||
},
|
||||
{
|
||||
title: "WhatsApp Integration",
|
||||
description: "One-click apply directly via WhatsApp—fast, simple, effective.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-pointing-her-friend-shrugging-pink-background_23-2147842177.jpg",
|
||||
buttonIcon: "MessageCircle",
|
||||
title: "WhatsApp Integration", description: "One-click apply directly via WhatsApp—fast, simple, effective.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-pointing-her-friend-shrugging-pink-background_23-2147842177.jpg", buttonIcon: MessageCircle,
|
||||
},
|
||||
{
|
||||
title: "Daily & Gig Pay",
|
||||
description: "Filter by urgency or payment frequency—start working today.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/voting-concept-usa-elections-illustration_23-2151872176.jpg",
|
||||
buttonIcon: "Zap",
|
||||
title: "Daily & Gig Pay", description: "Filter by urgency or payment frequency—start working today.", imageSrc: "http://img.b2bpic.net/free-photo/voting-concept-usa-elections-illustration_23-2151872176.jpg", buttonIcon: Zap,
|
||||
},
|
||||
{
|
||||
title: "Industry Focus",
|
||||
description: "Agriculture, daily labor, remote tech, teaching, construction, and more.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=fu9d1l&_wi=1",
|
||||
buttonIcon: "Briefcase",
|
||||
title: "Industry Focus", description: "Agriculture, daily labor, remote tech, teaching, construction, and more.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=fu9d1l", buttonIcon: Briefcase,
|
||||
},
|
||||
]}
|
||||
title="Why we are different."
|
||||
@@ -138,41 +102,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "c1",
|
||||
name: "Farm Labor",
|
||||
price: "Daily/Monthly",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=fu9d1l&_wi=2",
|
||||
},
|
||||
id: "c1", name: "Farm Labor", price: "Daily/Monthly", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=fu9d1l"},
|
||||
{
|
||||
id: "c2",
|
||||
name: "Remote Tech",
|
||||
price: "Contract",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=fu9d1l&_wi=3",
|
||||
},
|
||||
id: "c2", name: "Remote Tech", price: "Contract", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=fu9d1l"},
|
||||
{
|
||||
id: "c3",
|
||||
name: "Daily Construction",
|
||||
price: "Daily Pay",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=fu9d1l&_wi=4",
|
||||
},
|
||||
id: "c3", name: "Daily Construction", price: "Daily Pay", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=fu9d1l"},
|
||||
{
|
||||
id: "c4",
|
||||
name: "Teaching Gigs",
|
||||
price: "Hourly",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=fu9d1l&_wi=5",
|
||||
},
|
||||
id: "c4", name: "Teaching Gigs", price: "Hourly", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=fu9d1l"},
|
||||
{
|
||||
id: "c5",
|
||||
name: "Local Driving",
|
||||
price: "Daily/Monthly",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=fu9d1l&_wi=6",
|
||||
},
|
||||
id: "c5", name: "Local Driving", price: "Daily/Monthly", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=fu9d1l"},
|
||||
{
|
||||
id: "c6",
|
||||
name: "NGO Support",
|
||||
price: "Monthly",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=fu9d1l&_wi=7",
|
||||
},
|
||||
id: "c6", name: "NGO Support", price: "Monthly", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=fu9d1l"},
|
||||
]}
|
||||
title="Popular Job Categories"
|
||||
description="Jump into the industries hiring right now in Sodo."
|
||||
@@ -184,30 +124,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah J.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/excited-positive-man-receiving-message_1262-20901.jpg",
|
||||
},
|
||||
id: "1", name: "Sarah J.", imageSrc: "http://img.b2bpic.net/free-photo/excited-positive-man-receiving-message_1262-20901.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Michael B.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-hispanic-man-counting-dollars-working-clothing-store_839833-23078.jpg",
|
||||
},
|
||||
id: "2", name: "Michael B.", imageSrc: "http://img.b2bpic.net/free-photo/young-hispanic-man-counting-dollars-working-clothing-store_839833-23078.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emily R.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-working-home-night_23-2149091010.jpg",
|
||||
},
|
||||
id: "3", name: "Emily R.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-working-home-night_23-2149091010.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "David K.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-farmer_1398-514.jpg",
|
||||
},
|
||||
id: "4", name: "David K.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-farmer_1398-514.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "John D.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-transgender-wearing-cool-jacket_23-2149105437.jpg",
|
||||
},
|
||||
id: "5", name: "John D.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-transgender-wearing-cool-jacket_23-2149105437.jpg"},
|
||||
]}
|
||||
cardTitle="Loved by locals."
|
||||
cardTag="SUCCESS STORIES"
|
||||
@@ -219,8 +144,7 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="GET STARTED"
|
||||
title="Ready to hire?"
|
||||
description="Employers can post featured jobs and get priority visibility. Start posting your opportunities today."
|
||||
@@ -235,33 +159,21 @@ export default function LandingPage() {
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#features",
|
||||
},
|
||||
label: "About Us", href: "#features"},
|
||||
{
|
||||
label: "Post a Job",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Post a Job", href: "#contact"},
|
||||
{
|
||||
label: "Pricing",
|
||||
href: "#products",
|
||||
},
|
||||
label: "Pricing", href: "#products"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Service", href: "#"},
|
||||
{
|
||||
label: "Support",
|
||||
href: "#",
|
||||
},
|
||||
label: "Support", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user