diff --git a/public/assets/images/image-3.png b/public/assets/images/image-3.png new file mode 100644 index 0000000..a9cfeb5 Binary files /dev/null and b/public/assets/images/image-3.png differ diff --git a/public/assets/images/teams/CEO.webp b/public/assets/images/teams/CEO.webp new file mode 100644 index 0000000..37b394e Binary files /dev/null and b/public/assets/images/teams/CEO.webp differ diff --git a/public/assets/images/teams/fahim.webp b/public/assets/images/teams/fahim.webp new file mode 100644 index 0000000..37d3d54 Binary files /dev/null and b/public/assets/images/teams/fahim.webp differ diff --git a/public/assets/images/teams/forhadsir.webp b/public/assets/images/teams/forhadsir.webp new file mode 100644 index 0000000..5f20f59 Binary files /dev/null and b/public/assets/images/teams/forhadsir.webp differ diff --git a/public/assets/images/teams/pintu.webp b/public/assets/images/teams/pintu.webp new file mode 100644 index 0000000..0d83a2b Binary files /dev/null and b/public/assets/images/teams/pintu.webp differ diff --git a/public/assets/images/teams/sahin-vai.jpeg b/public/assets/images/teams/sahin-vai.jpeg new file mode 100644 index 0000000..1c25066 Binary files /dev/null and b/public/assets/images/teams/sahin-vai.jpeg differ diff --git a/public/assets/images/teams/shakil.webp b/public/assets/images/teams/shakil.webp new file mode 100644 index 0000000..b019791 Binary files /dev/null and b/public/assets/images/teams/shakil.webp differ diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx new file mode 100644 index 0000000..8623f1d --- /dev/null +++ b/src/app/about/page.tsx @@ -0,0 +1,470 @@ +import Image from "next/image" +import Link from "next/link" +import { ArrowRight, Share2, Instagram, Twitter, Facebook, Linkedin, MapPin, BrainCircuit, Captions, Hash, ChartLine, CalendarCheck } from "lucide-react" +import Teams from "@/components/about/Teams" + +export default function AboutPage() { + return ( +
+ {/* Hero Section */} +
+
+
+

+ About Planpost AI +

+

+ Revolutionizing social media content creation with the power of artificial intelligence. +

+
+
+ +
+
+
+
+ + {/* Our Mission */} +
+
+
+
+ Our Mission +
+
+

Our Mission

+
+

+ At Planpost AI, we're on a mission to simplify content creation for businesses and creators. We believe + that everyone should have access to powerful AI tools that can help them create engaging social media + content without the need for expensive designers or copywriters. +

+

+ Our platform is designed to democratize content creation, making it accessible to businesses of all + sizes, from solopreneurs to large enterprises. +

+
+
+
+
+ + {/* What We Offer */} +
+
+
+

What We Offer

+
+

+ Planpost AI combines cutting-edge artificial intelligence with intuitive design to help you create and + distribute social media content effortlessly. +

+
+ +
+ {/* Feature 1 */} +
+
+ + +
+

AI-Generated Templates

+

+ Create stunning social media ad templates tailored to your brand with just a few clicks. +

+
+ + {/* Feature 2 */} +
+
+ +
+

Engaging Captions

+

+ Generate compelling captions that resonate with your audience and drive engagement. +

+
+ + {/* Feature 3 */} +
+
+ + +
+

Smart Hashtags

+

+ Discover trending and relevant hashtags that increase your content's visibility. +

+
+ + {/* Feature 4 */} +
+
+ + +
+

One-Click Sharing

+

+ Share your content across multiple social media platforms with a single click. +

+
+ + {/* Feature 5 */} +
+
+ +
+

Performance Analytics

+

+ Track your content's performance and gain insights to optimize your strategy. +

+
+ + {/* Feature 6 */} +
+
+ +
+

Smart Scheduling

+

Schedule your posts for optimal times to maximize engagement and reach.

+
+
+
+
+ + {/* How It Works */} +
+
+
+

How It Works

+
+

+ Creating and sharing content with Planpost AI is simple and intuitive. +

+
+ +
+ {/* Step 1 */} +
+
+ 1 +
+

Generate Content

+

+ Describe what you need, and our AI will create templates, captions, and hashtags tailored to your brand. +

+
+ + {/* Step 2 */} +
+
+ 2 +
+

Customize

+

+ Fine-tune the generated content to match your exact requirements and brand voice. +

+
+ + {/* Step 3 */} +
+
+ 3 +
+

Share

+

+ Share your content across multiple platforms with a single click or schedule it for later. +

+
+
+
+
+ + + + {/* CTA Section */} +
+
+
+

Ready to Transform Your Social Media Strategy?

+

+ Join thousands of businesses and creators who are saving time and creating better content with Planpost + AI. +

+
+ + Get Started Free + + + + Request Demo + +
+
+
+
+ + {/* Social Proof */} +
+
+
+

Trusted by Businesses Worldwide

+
+
+ +
+ {[...Array(6)].map((_, i) => ( +
+ {`Company +
+ ))} +
+
+
+ + {/* Contact Section */} +
+
+
+
+

Get in Touch

+
+

+ Have questions about Planpost AI? We're here to help. Reach out to our team for support, partnership + opportunities, or just to say hello. +

+ +
+
+
+ + + +
+ +
+ +
+
+ + + +
+ +
+ +
+
+ + + + +
+
+

Address

+

Ads Pillar - 965 (6th Floor, Apartment D, Begum Rokeya Avenue, Dhaka 1216)

+
+
+ + +
+
+ +
+

Send Us a Message

+
+
+
+ + +
+
+ + +
+
+
+ + +
+
+ + +
+
+ + +
+
+ +
+
+
+
+ {/* Map Section */} +
+
+ +

Our Location

+
+

+ Ads Pillar - 965 (6th Floor, Apartment D, Begum Rokeya Avenue, Dhaka + 1216) +

+ +
+ +
+
+
+ +
+ +
+ ) +} + diff --git a/src/components/FeatureSection.tsx b/src/components/FeatureSection.tsx index 62bf6ce..0407bbd 100644 --- a/src/components/FeatureSection.tsx +++ b/src/components/FeatureSection.tsx @@ -71,7 +71,7 @@ const FeatureSection: React.FC = ({ className="clip-path" src={imageUrl} alt={imageAlt} - width={650} + width={560} height={491} style={ imageUrl.endsWith(".gif") ? { clipPath: "inset(0 4px 0 0)" } : {} @@ -84,10 +84,10 @@ const FeatureSection: React.FC = ({ const contentContainer = (
- + {headingText} - + {coloredHeading}
diff --git a/src/components/Footer.tsx b/src/components/Footer.tsx index 3d3e28c..5cf152e 100644 --- a/src/components/Footer.tsx +++ b/src/components/Footer.tsx @@ -34,7 +34,7 @@ export default function Footer() { ]; const planpostAi = [ - { label: "About Us", url: "https://blog.planpostai.com/about/" }, + { label: "About Us", url: "/about/" }, { label: "Contact", url: "/contact" }, { label: "FAQ", url: "/#faqSection" }, { label: "Privacy Policy", url: "/privacy-policy" }, diff --git a/src/components/about/Teams.tsx b/src/components/about/Teams.tsx new file mode 100644 index 0000000..d86c268 --- /dev/null +++ b/src/components/about/Teams.tsx @@ -0,0 +1,101 @@ +"use client"; +import Image from "next/image"; +import * as React from "react"; + + +export default function Teams() { + + return ( + + < section className="py-20 bg-gray-50" > +
+
+

Meet Our Team

+
+

+ We're a passionate team of AI experts, designers, and social media enthusiasts dedicated to making content + creation accessible to everyone. +

+
+ +
+ {/* Team Member 1 */} +
+
+ Team Member +
+

Md. Shaniur Rahman

+

CEO & Founder

+
+ + {/* Team Member 2 */} +
+
+ Team Member +
+

Forhad Hossen

+

COO

+
+ + {/* Team Member 3 */} +
+
+ Team Member +
+

Shahriar Kabir Shakil

+

Software Engineer

+
+ + {/* Team Member 4 */} +
+
+ Team Member +
+

Fahim Hossen

+

Software Engineer

+
+ {/* Team Member 5 */} +
+
+ Team Member +
+

Jahid Hasan Pintu

+

Software Engineer

+
+
+
+ + + + ) +} diff --git a/src/components/contact-page.tsx b/src/components/contact-page.tsx index 65a6883..443d57c 100644 --- a/src/components/contact-page.tsx +++ b/src/components/contact-page.tsx @@ -84,28 +84,28 @@ export default function ContactPage() {

Follow us: