3 Commits

Author SHA1 Message Date
2e575825fe Update src/app/page.tsx 2026-05-22 04:25:26 +00:00
12e9c35ec1 Merge version_2 into main
Merge version_2 into main
2026-05-22 04:19:25 +00:00
6a728429fd Merge version_2 into main
Merge version_2 into main
2026-05-22 04:18:54 +00:00

View File

@@ -12,7 +12,7 @@ import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleAp
import PricingCardOne from '@/components/sections/pricing/PricingCardOne';
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive';
import { CheckCircle, LayoutDashboard, Users, Zap, Edit, Download, BarChart } from "lucide-react";
import { CheckCircle, LayoutDashboard, Users, Zap, Edit, Download, BarChart, Share2 } from "lucide-react";
export default function LandingPage() {
return (
@@ -36,6 +36,7 @@ export default function LandingPage() {
{ name: "Generator", id: "/generator" },
{ name: "Features", id: "features" },
{ name: "Pricing", id: "pricing" },
{ name: "Referral", id: "#referral" },
{ name: "Contact", id: "contact" },
]}
brandName="SlideAI"
@@ -71,7 +72,7 @@ export default function LandingPage() {
{ title: "AI Content Engine", description: "Turn text topics into full slide decks in seconds.", imageSrc: "http://img.b2bpic.net/free-photo/futuristic-time-machines-design_23-2151599381.jpg", buttonIcon: Zap },
{ title: "Interactive Editor", description: "Edit layouts, change themes, and adjust designs easily.", imageSrc: "http://img.b2bpic.net/free-photo/caucasian-man-working-shoot_53876-144322.jpg", buttonIcon: Edit },
{ title: "One-Click Export", description: "Export in .pptx or beautiful colored PDFs instantly.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-holding-smartphone-with-colorful-app-icons_1134-49.jpg", buttonIcon: Download },
{ title: "Usage Analytics", description: "Track your generation limits and subscription status.", imageSrc: "http://img.b2bpic.net/free-photo/empty-startup-office-displays-statistics_482257-119484.jpg", buttonIcon: BarChart },
{ title: "Referral Rewards", description: "Share the platform and get 2 free presentation uses for every successful invite.", imageSrc: "http://img.b2bpic.net/free-photo/group-people-using-tablets_23-2149313885.jpg", buttonIcon: Share2 },
]}
title="Everything You Need to Present"
description="Powerful tools to manage your presentations and maximize productivity."
@@ -139,6 +140,7 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
faqs={[
{ id: "referral", title: "How does the referral system work?", content: "Simply share your unique referral link with friends. For every friend who signs up using your link, you'll instantly receive 2 free presentation credits." },
{ id: "f1", title: "How does payment work?", content: "You can pay via Google Pay. Simply upload your screenshot after sending, and our admin will verify and activate your Pro account." },
{ id: "f2", title: "What are the daily limits?", content: "Free users can generate up to 3 presentations daily. Pro users enjoy unlimited generations." },
{ id: "f3", title: "Can I edit after generation?", content: "Absolutely. Our platform includes an interactive editor for all generated slides." },
@@ -177,4 +179,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}