diff --git a/src/app/page.tsx b/src/app/page.tsx
index 2eb6e74..c63aeb4 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -31,21 +31,13 @@ export default function LandingPage() {
@@ -54,32 +46,15 @@ export default function LandingPage() {
@@ -169,56 +113,27 @@ export default function LandingPage() {
useInvertedBackground={false}
plans={[
{
- id: "basic",
- badge: "Starter",
- price: "$29/mo",
- subtitle: "Perfect for small tasks.",
- features: [
- "Limited bids",
- "Email support",
- "Standard security",
- ],
+ id: "basic", badge: "Starter", price: "$29/mo", subtitle: "Perfect for small tasks.", features: [
+ "Limited bids", "Email support", "Standard security"],
buttons: [
{
- text: "Get Started",
- href: "#",
- },
+ text: "Get Started", href: "#"},
],
},
{
- id: "pro",
- badge: "Pro",
- price: "$99/mo",
- subtitle: "Ideal for growing teams.",
- features: [
- "Unlimited bids",
- "Priority support",
- "Secure payments",
- "Advanced analytics",
- ],
+ id: "pro", badge: "Pro", price: "$99/mo", subtitle: "Ideal for growing teams.", features: [
+ "Unlimited bids", "Priority support", "Secure payments", "Advanced analytics"],
buttons: [
{
- text: "Get Started",
- href: "#",
- },
+ text: "Get Started", href: "#"},
],
},
{
- id: "enterprise",
- badge: "Elite",
- price: "Custom",
- subtitle: "For large organizations.",
- features: [
- "Unlimited access",
- "Dedicated manager",
- "Custom contracts",
- "24/7 security",
- ],
+ id: "enterprise", badge: "Elite", price: "Custom", subtitle: "For large organizations.", features: [
+ "Unlimited access", "Dedicated manager", "Custom contracts", "24/7 security"],
buttons: [
{
- text: "Contact Us",
- href: "#contact",
- },
+ text: "Contact Us", href: "#contact"},
],
},
]}
@@ -234,59 +149,28 @@ export default function LandingPage() {
useInvertedBackground={true}
testimonials={[
{
- id: "1",
- name: "Sarah Miller",
- role: "CEO",
- company: "Innovate",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/businessman-solving-startup-problems-with-laptop-archived-documents-looking-annual-statistics-report-find-issue-young-analyst-reviewing-papers-executive-strategy-plan_482257-65811.jpg",
- },
+ id: "1", name: "Sarah Miller", role: "CEO", company: "Innovate", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/businessman-solving-startup-problems-with-laptop-archived-documents-looking-annual-statistics-report-find-issue-young-analyst-reviewing-papers-executive-strategy-plan_482257-65811.jpg"},
{
- id: "2",
- name: "John Doe",
- role: "Designer",
- company: "Creative",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/funny-smiling-woman-with-ringlets-wears-glasses-blue-jacket-poses-pink_291650-1102.jpg",
- },
+ id: "2", name: "John Doe", role: "Designer", company: "Creative", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/funny-smiling-woman-with-ringlets-wears-glasses-blue-jacket-poses-pink_291650-1102.jpg"},
{
- id: "3",
- name: "Alice Wong",
- role: "CTO",
- company: "Tech",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/video-editor-worker-standing-front-camera-smiling-working-creative-agency-office-holding-la_482257-3426.jpg",
- },
+ id: "3", name: "Alice Wong", role: "CTO", company: "Tech", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/video-editor-worker-standing-front-camera-smiling-working-creative-agency-office-holding-la_482257-3426.jpg"},
{
- id: "4",
- name: "Bob Smith",
- role: "Founder",
- company: "Start",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-confident-woman-startup-manager-office-posing-with-confidence-looking_1258-195338.jpg",
- },
+ id: "4", name: "Bob Smith", role: "Founder", company: "Start", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-confident-woman-startup-manager-office-posing-with-confidence-looking_1258-195338.jpg"},
{
- id: "5",
- name: "Charlie Day",
- role: "Expert",
- company: "Growth",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/attractive-woman-holding-digital-tablet_329181-12076.jpg",
- },
+ id: "5", name: "Charlie Day", role: "Expert", company: "Growth", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/attractive-woman-holding-digital-tablet_329181-12076.jpg"},
]}
kpiItems={[
{
- value: "99.9%",
- label: "Satisfaction Rate",
- },
+ value: "99.9%", label: "Satisfaction Rate"},
{
- value: "5M+",
- label: "Projects Completed",
- },
+ value: "5M+", label: "Projects Completed"},
{
- value: "120+",
- label: "Countries",
- },
+ value: "120+", label: "Countries"},
]}
title="What Our Community Says"
description="Trusted by global professionals to deliver excellence."
@@ -297,8 +181,7 @@ export default function LandingPage() {