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 */}