Merge version_1 into main #7
@@ -142,7 +142,7 @@ export default function AboutPage() {
|
||||
{
|
||||
text: "Contact Us", href: "#contact"},
|
||||
]}
|
||||
background={{ variant: "circleGradient" }}
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -78,7 +78,7 @@ export default function FreelancersPage() {
|
||||
{ text: "Post Your Project", href: "/services" },
|
||||
{ text: "Browse Services", href: "/services" },
|
||||
]}
|
||||
background={{ variant: "circleGradient" }}
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -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: "circleGradient" }}
|
||||
background={{ variant: "glowing-orb" }}
|
||||
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: "circleGradient" }}
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -74,7 +74,7 @@ export default function ServicesPage() {
|
||||
{ text: "Post Custom Project", href: "/freelancers" },
|
||||
{ text: "Browse Freelancers", href: "#freelancers" },
|
||||
]}
|
||||
background={{ variant: "circleGradient" }}
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user