From 95104288c34c613e086c1da2fa3d10e342c7dbdd Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 19:19:35 +0000 Subject: [PATCH] Update src/app/app/upload/page.tsx --- src/app/app/upload/page.tsx | 400 +++++------------------------------- 1 file changed, 52 insertions(+), 348 deletions(-) diff --git a/src/app/app/upload/page.tsx b/src/app/app/upload/page.tsx index bc952f5..2cc0b8f 100644 --- a/src/app/app/upload/page.tsx +++ b/src/app/app/upload/page.tsx @@ -2,18 +2,18 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; -import HeroCarouselLogo from '@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo'; -import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout'; -import FeatureCardTwentyOne from '@/components/sections/feature/FeatureCardTwentyOne'; -import MetricCardTen from '@/components/sections/metrics/MetricCardTen'; -import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; -import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; +import HeroSplitTestimonial from '@/components/sections/hero/HeroSplitTestimonial'; import PricingCardTwo from '@/components/sections/pricing/PricingCardTwo'; import FaqBase from '@/components/sections/faq/FaqBase'; import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; import { Zap } from 'lucide-react'; export default function UploadPage() { + const navItems = [ + { name: "Pricing", id: "pricing" }, + { name: "FAQ", id: "faq" }, + ]; + return ( - {/* Navbar */} - {/* Hero Section */}
- -
- - {/* Problem Section */} -
- -
- - {/* Agitate Section */} -
- -
- - {/* Urgency Section */} -
- -
- - {/* How It Works Section */} -
- -
- - {/* Comparison Section */} -
- -
- - {/* Social Proof Section */} -
- -
- - {/* Testimonials Section */} -
-
- {/* Pricing Section */}
- {/* FAQ Section */}
- {/* Footer */}