Merge version_1 into main #4

Merged
bender merged 4 commits from version_1 into main 2026-03-08 12:31:45 +00:00
4 changed files with 5 additions and 5 deletions

View File

@@ -142,7 +142,7 @@ export default function AboutPage() {
{
text: "Contact Us", href: "#contact"},
]}
background={{ variant: "glowing-orb" }}
background={{ variant: "circleGradient" }}
useInvertedBackground={false}
/>
</div>

View File

@@ -78,7 +78,7 @@ export default function FreelancersPage() {
{ text: "Post Your Project", href: "/services" },
{ text: "Browse Services", href: "/services" },
]}
background={{ variant: "glowing-orb" }}
background={{ variant: "circleGradient" }}
useInvertedBackground={false}
/>
</div>

View File

@@ -52,7 +52,7 @@ export default function HomePage() {
tag="Trusted by Thousands"
imageSrc="http://img.b2bpic.net/free-photo/close-up-tablet-papers-with-data-charts-desk-used-by-workmates-business-development-corporate-colleagues-working-project-presentation-management-marketing-strategy_482257-32053.jpg"
imageAlt="Freelancer marketplace platform"
background={{ variant: "glowing-orb" }}
background={{ variant: "circleGradient" }}
mediaAnimation="slide-up"
testimonials={[
{
@@ -239,7 +239,7 @@ export default function HomePage() {
{ text: "Start Hiring", href: "/services" },
{ text: "Join as Freelancer", href: "#freelancers" },
]}
background={{ variant: "glowing-orb" }}
background={{ variant: "circleGradient" }}
useInvertedBackground={false}
/>
</div>

View File

@@ -74,7 +74,7 @@ export default function ServicesPage() {
{ text: "Post Custom Project", href: "/freelancers" },
{ text: "Browse Freelancers", href: "#freelancers" },
]}
background={{ variant: "glowing-orb" }}
background={{ variant: "circleGradient" }}
useInvertedBackground={false}
/>
</div>