Merge version_1 into main #3

Merged
bender merged 3 commits from version_1 into main 2026-03-03 12:57:45 +00:00
3 changed files with 15 additions and 15 deletions

View File

@@ -22,23 +22,23 @@ const footerColumns = [
title: "Product", items: [
{ label: "Browse Jobs", href: "/jobs" },
{ label: "Post Job", href: "/post-job" },
{ label: "Pricing", href: "pricing" },
{ label: "Pricing", href: "#pricing" },
{ label: "Dashboard", href: "https://example.com/dashboard" },
],
},
{
title: "For Freelancers", items: [
{ label: "How It Works", href: "howItWorks" },
{ label: "How It Works", href: "#howItWorks" },
{ label: "Skills & Categories", href: "https://example.com/skills" },
{ label: "Earnings", href: "https://example.com/earnings" },
{ label: "Success Stories", href: "testimonials" },
{ label: "Success Stories", href: "#testimonials" },
],
},
{
title: "Company", items: [
{ label: "About Us", href: "#about" },
{ label: "Blog", href: "https://example.com/blog" },
{ label: "Contact", href: "contact" },
{ label: "Contact", href: "#contact" },
{ label: "Support", href: "https://example.com/support" },
],
},
@@ -101,7 +101,7 @@ export default function BrowseJobsPage() {
id: "3", title: "Content Creation", description:
"Writing, copywriting, blogging, and social media content for brands and publishers", imageSrc: "http://img.b2bpic.net/free-photo/close-up-friends-having-fun_23-2148894579.jpg", imageAlt: "Content creation projects"},
]}
gridVariant="uniform-3-items"
gridVariant="uniform-2-items"
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}

View File

@@ -27,23 +27,23 @@ const footerColumns = [
title: "Product", items: [
{ label: "Browse Jobs", href: "/jobs" },
{ label: "Post Job", href: "/post-job" },
{ label: "Pricing", href: "pricing" },
{ label: "Pricing", href: "#pricing" },
{ label: "Dashboard", href: "https://example.com/dashboard" },
],
},
{
title: "For Freelancers", items: [
{ label: "How It Works", href: "howItWorks" },
{ label: "How It Works", href: "#howItWorks" },
{ label: "Skills & Categories", href: "https://example.com/skills" },
{ label: "Earnings", href: "https://example.com/earnings" },
{ label: "Success Stories", href: "testimonials" },
{ label: "Success Stories", href: "#testimonials" },
],
},
{
title: "Company", items: [
{ label: "About Us", href: "about" },
{ label: "About Us", href: "#about" },
{ label: "Blog", href: "https://example.com/blog" },
{ label: "Contact", href: "contact" },
{ label: "Contact", href: "#contact" },
{ label: "Support", href: "https://example.com/support" },
],
},
@@ -125,7 +125,7 @@ export default function HomePage() {
id: "4", title: "Portfolio Showcase", description:
"Build a professional portfolio to showcase your best work. Display testimonials, ratings, and completed projects to attract quality clients.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-stationery-concept_23-2147800640.jpg", imageAlt: "Portfolio and work samples showcase"},
]}
gridVariant="uniform-4-items"
gridVariant="uniform-3-items"
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}

View File

@@ -22,23 +22,23 @@ const footerColumns = [
title: "Product", items: [
{ label: "Browse Jobs", href: "/jobs" },
{ label: "Post Job", href: "/post-job" },
{ label: "Pricing", href: "pricing" },
{ label: "Pricing", href: "#pricing" },
{ label: "Dashboard", href: "https://example.com/dashboard" },
],
},
{
title: "For Freelancers", items: [
{ label: "How It Works", href: "howItWorks" },
{ label: "How It Works", href: "#howItWorks" },
{ label: "Skills & Categories", href: "https://example.com/skills" },
{ label: "Earnings", href: "https://example.com/earnings" },
{ label: "Success Stories", href: "testimonials" },
{ label: "Success Stories", href: "#testimonials" },
],
},
{
title: "Company", items: [
{ label: "About Us", href: "#about" },
{ label: "Blog", href: "https://example.com/blog" },
{ label: "Contact", href: "contact" },
{ label: "Contact", href: "#contact" },
{ label: "Support", href: "https://example.com/support" },
],
},