From 2d3901bbedcd78d4682ec6dfa242bef68ae81d2d Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 07:02:43 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 198 +++++++++++++++++++++++++---------------------- 1 file changed, 104 insertions(+), 94 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ed08b05..58c7cab 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -3,55 +3,54 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline"; import HeroCentered from "@/components/sections/hero/HeroCentered"; -import FeatureBento from "@/components/sections/feature/FeatureBento"; import FeatureBorderGlow from "@/components/sections/feature/featureBorderGlow/FeatureBorderGlow"; -import TestimonialCardFifteen from "@/components/sections/testimonial/TestimonialCardFifteen"; -import PricingCardEight from "@/components/sections/pricing/PricingCardEight"; +import FeatureBento from "@/components/sections/feature/FeatureBento"; +import PricingCardThree from "@/components/sections/pricing/PricingCardThree"; import ContactCenter from "@/components/sections/contact/ContactCenter"; import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal"; -import { BarChart3, Code, Database, Layers, Shield, Sparkles, Zap, Mail, CreditCard, Star } from "lucide-react"; +import { Sparkles, Zap, Clock, TrendingUp, Wand2, Share2, Clapperboard, User, Play, Mail, Rocket, ArrowRight, CheckCircle } from "lucide-react"; export default function LandingPage() { return (
-
- + +
+ +
+
-
- + -
- -
-
-
@@ -175,28 +185,28 @@ export default function LandingPage() { title: "Product", items: [ { label: "Features", href: "#features" }, { label: "Pricing", href: "#pricing" }, - { label: "Security", href: "#" }, - { label: "Roadmap", href: "#" } + { label: "How It Works", href: "#how-it-works" }, + { label: "Templates", href: "#" } ] }, { title: "Resources", items: [ - { label: "Documentation", href: "https://docs.devflow.dev" }, - { label: "API Reference", href: "https://api.devflow.dev" }, - { label: "Blog", href: "https://blog.devflow.dev" }, - { label: "Community", href: "https://community.devflow.dev" } + { label: "Documentation", href: "#" }, + { label: "API Reference", href: "#" }, + { label: "Blog", href: "#" }, + { label: "Community", href: "#" } ] }, { title: "Company", items: [ { label: "About", href: "#" }, - { label: "Contact", href: "#" }, + { label: "Contact", href: "#contact" }, { label: "Privacy", href: "#" }, { label: "Terms", href: "#" } ] } ]} - copyrightText="© 2025 DevFlow. All rights reserved." + copyrightText="© 2025 Spark AI Video. All rights reserved." />
);