diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 7d42a56..3a2f79f 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -2,13 +2,14 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleFullscreen from "@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen"; +import HeroCentered from "@/components/sections/hero/HeroCentered"; +import FeatureCardMedia from "@/components/sections/feature/FeatureCardMedia"; import InlineImageSplitTextAbout from "@/components/sections/about/InlineImageSplitTextAbout"; import MetricCardThree from "@/components/sections/metrics/MetricCardThree"; import TestimonialCardFifteen from "@/components/sections/testimonial/TestimonialCardFifteen"; -import ContactCTA from "@/components/sections/contact/ContactCTA"; import FooterBase from "@/components/sections/footer/FooterBase"; import Link from "next/link"; -import { Heart, Users, Zap, Shield } from "lucide-react"; +import { Users, CheckCircle, Star, TrendingUp } from "lucide-react"; export default function AboutPage() { return ( @@ -18,7 +19,7 @@ export default function AboutPage() { borderRadius="pill" contentWidth="smallMedium" sizing="medium" - background="fluid" + background="circleGradient" cardStyle="gradient-radial" primaryButtonStyle="flat" secondaryButtonStyle="radial-glow" @@ -39,96 +40,93 @@ export default function AboutPage() { /> -
- +
-
- + +
+ +
+
+ +
+
-
+
-
- -
- diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 108c35a..a2657ee 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -3,50 +3,11 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleFullscreen from "@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen"; import ContactCTA from "@/components/sections/contact/ContactCTA"; -import FaqSplitMedia from "@/components/sections/faq/FaqSplitMedia"; import FooterBase from "@/components/sections/footer/FooterBase"; import Link from "next/link"; -import { Mail, Phone, MapPin } from "lucide-react"; +import { Mail } from "lucide-react"; export default function ContactPage() { - const navItems = [ - { name: "Home", id: "/" }, - { name: "How It Works", id: "/" }, - { name: "Services", id: "/" }, - { name: "Pricing", id: "/" }, - { name: "Contact", id: "/contact" } - ]; - - const footerColumns = [ - { - title: "Platform", - items: [ - { label: "Post a Task", href: "/" }, - { label: "Find Taskers", href: "/" }, - { label: "Become a Tasker", href: "/" }, - { label: "Browse All Services", href: "/" } - ] - }, - { - title: "Company", - items: [ - { label: "About Us", href: "/" }, - { label: "How It Works", href: "/" }, - { label: "Pricing", href: "/" }, - { label: "Contact", href: "/contact" } - ] - }, - { - title: "Legal", - items: [ - { label: "Privacy Policy", href: "#" }, - { label: "Terms of Service", href: "#" }, - { label: "Security", href: "#" }, - { label: "Trust & Safety", href: "#" } - ] - } - ]; - return ( -
+
-
-
-
-
-
-
- -
-
-

Email

-

hello@taskhub.com

-

We respond within 24 hours

-
- -
-
-
- -
-
-

Phone

-

1-800-TASKHUB

-

Available 9 AM - 6 PM EST

-
- -
-
-
- -
-
-

Office

-

123 Main Street

-

New York, NY 10001

-
-
-
-
- -
- -
-