Update src/app/page.tsx

This commit is contained in:
2026-05-12 19:52:28 +00:00
parent 2a686dcf99
commit 156fdda887

View File

@@ -13,6 +13,8 @@ import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarS
import PricingCardFive from '@/components/sections/pricing/PricingCardFive'; import PricingCardFive from '@/components/sections/pricing/PricingCardFive';
import ProductCardThree from '@/components/sections/product/ProductCardThree'; import ProductCardThree from '@/components/sections/product/ProductCardThree';
import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve';
import { Smartphone, Zap, Globe, Film, Award, Clock, Users, Shield } from "lucide-react";
import FeatureBento from '@/components/sections/feature/FeatureBento';
export default function LandingPage() { export default function LandingPage() {
return ( return (
@@ -33,10 +35,10 @@ export default function LandingPage() {
<NavbarStyleCentered <NavbarStyleCentered
navItems={[ navItems={[
{ name: "Features", id: "features" }, { name: "Features", id: "features" },
{ name: "Apps & Features", id: "all-apps" },
{ name: "Movies", id: "products" }, { name: "Movies", id: "products" },
{ name: "Pricing", id: "pricing" }, { name: "Pricing", id: "pricing" },
{ name: "Contact", id: "contact" }, { name: "Contact", id: "contact" }
{ name: "Movie Hindi", id: "movie-hindi" }
]} ]}
brandName="Movie 2026" brandName="Movie 2026"
/> />
@@ -48,23 +50,9 @@ export default function LandingPage() {
background={{ variant: "glowing-orb" }} background={{ variant: "glowing-orb" }}
title="Upload & Stream The Future of 2026 Cinema" title="Upload & Stream The Future of 2026 Cinema"
description="The premier platform for high-definition 2026 movie uploads. Fast, secure, and cinematic." description="The premier platform for high-definition 2026 movie uploads. Fast, secure, and cinematic."
testimonials={[ testimonials={[]}
{ name: "Alice Film", handle: "@alice", testimonial: "The fastest upload speed I've encountered.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-bearded-young-reporter-with-photo-camera-dark-photo-studio_613910-3843.jpg" },
{ name: "Bob Cine", handle: "@bob", testimonial: "Incredible quality for 2026 releases.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-working-her-laptop-camera-with-lens_23-2148424437.jpg" },
{ name: "Charlie Direct", handle: "@charlie", testimonial: "Built for filmmakers by filmmakers.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-peaceful-man-with-headphones-looking-away_23-2148205434.jpg" },
{ name: "Dana Edit", handle: "@dana", testimonial: "My go-to platform for premieres.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/redhead-bearded-freelance-photographer-with-tripod-backpack_613910-1572.jpg" },
{ name: "Evan Camera", handle: "@evan", testimonial: "Exceptional reliability and service.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiley-girl-with-pink-hair-hoodie_23-2148629699.jpg" }
]}
buttons={[{ text: "Start Uploading", href: "#contact" }]} buttons={[{ text: "Start Uploading", href: "#contact" }]}
imageSrc="http://img.b2bpic.net/free-photo/urban-mysterious-lights-film-aesthetic_23-2149098552.jpg" imageSrc="http://img.b2bpic.net/free-photo/urban-mysterious-lights-film-aesthetic_23-2149098552.jpg"
avatars={[
{ src: "http://img.b2bpic.net/free-photo/traveler-photographer-studio-portrait-handsome-bearded_613910-1606.jpg", alt: "Portrait of filmmaker 1" },
{ src: "http://img.b2bpic.net/free-photo/male-white-shirt-holds-photo-camera-isolated-grey_613910-463.jpg", alt: "Portrait of filmmaker 2" },
{ src: "http://img.b2bpic.net/free-photo/pensive-tailor-sitting-table-with-hand-chin-sewing-workshop_613910-5306.jpg", alt: "Portrait of filmmaker 3" },
{ src: "http://img.b2bpic.net/free-photo/bearded-black-man-wearing-suit-felt-hat_613910-16012.jpg", alt: "Portrait of filmmaker 4" },
{ src: "http://img.b2bpic.net/free-photo/content-creator-analyzing-newly-released-gaming-tablet-received-from-sponsor_482257-128495.jpg", alt: "Portrait of filmmaker 5" }
]}
marqueeItems={[{ type: "text", text: "High Speed" }, { type: "text", text: "4K Ultra" }, { type: "text", text: "Secure Cloud" }, { type: "text", text: "Global CDN" }, { type: "text", text: "Direct Upload" }]}
/> />
</div> </div>
@@ -80,15 +68,28 @@ export default function LandingPage() {
/> />
</div> </div>
<div id="all-apps" data-section="all-apps">
<FeatureBento
useInvertedBackground={false}
animationType="slide-up"
textboxLayout="default"
title="All Apps & Features"
description="Explore the full suite of tools designed for your cinematic journey."
features={[
{ title: "Mobile Streaming", description: "Watch anywhere, anytime.", bentoComponent: "phone", statusIcon: Smartphone, alertIcon: Shield, alertTitle: "Secure", alertMessage: "Encrypted streaming", apps: [{name: "CinemaGo", icon: Film}, {name: "EditorPro", icon: Award}, {name: "CloudSync", icon: Clock}, {name: "SocialLink", icon: Users}, {name: "QuickShare", icon: Zap}, {name: "MovieFix", icon: Globe}, {name: "StreamElite", icon: Film}, {name: "GlobalStream", icon: Globe}] }
]}
/>
</div>
<div id="features" data-section="features"> <div id="features" data-section="features">
<FeatureCardTwentyEight <FeatureCardTwentyEight
animationType="slide-up" animationType="slide-up"
textboxLayout="default" textboxLayout="default"
useInvertedBackground={true} useInvertedBackground={true}
features={[ features={[
{ id: "1", title: "8K Streaming", subtitle: "Ultra high resolution", category: "Engine", value: "Standard", buttons: [{ text: "Learn more" }] }, { id: "1", title: "8K Streaming", subtitle: "Ultra high resolution", category: "Engine", value: "Standard" },
{ id: "2", title: "Instant Upload", subtitle: "Lightning fast speed", category: "Speed", value: "Performance", buttons: [{ text: "Learn more" }] }, { id: "2", title: "Instant Upload", subtitle: "Lightning fast speed", category: "Speed", value: "Performance" },
{ id: "3", title: "Global CDN", subtitle: "Worldwide access", category: "Reach", value: "Universal", buttons: [{ text: "Learn more" }] } { id: "3", title: "Global CDN", subtitle: "Worldwide access", category: "Reach", value: "Universal" }
]} ]}
title="Cutting-Edge Streaming Tech" title="Cutting-Edge Streaming Tech"
description="Advanced tools for the modern filmmaker." description="Advanced tools for the modern filmmaker."
@@ -104,9 +105,9 @@ export default function LandingPage() {
title="Trending 2026 Releases" title="Trending 2026 Releases"
description="Explore the most anticipated movies this year." description="Explore the most anticipated movies this year."
products={[ products={[
{ id: "1", name: "Star Horizon", price: "$12", imageSrc: "http://img.b2bpic.net/free-photo/woman-water-with-red-bookcase_1122-986.jpg", priceButtonProps: { text: "Purchase" } }, { id: "1", name: "Star Horizon", price: "$12", imageSrc: "http://img.b2bpic.net/free-photo/woman-water-with-red-bookcase_1122-986.jpg" },
{ id: "2", name: "Velocity Run", price: "$15", imageSrc: "http://img.b2bpic.net/free-photo/abstract-vaporwave-portrait-man_23-2148950762.jpg", priceButtonProps: { text: "Purchase" } }, { id: "2", name: "Velocity Run", price: "$15", imageSrc: "http://img.b2bpic.net/free-photo/abstract-vaporwave-portrait-man_23-2148950762.jpg" },
{ id: "3", name: "Silent Echo", price: "$10", imageSrc: "http://img.b2bpic.net/free-photo/halloween-party-illustration-poster_23-2151846236.jpg", priceButtonProps: { text: "Purchase" } } { id: "3", name: "Silent Echo", price: "$10", imageSrc: "http://img.b2bpic.net/free-photo/halloween-party-illustration-poster_23-2151846236.jpg" }
]} ]}
/> />
</div> </div>
@@ -125,20 +126,6 @@ export default function LandingPage() {
/> />
</div> </div>
<div id="testimonials" data-section="testimonials">
<TestimonialCardTwelve
useInvertedBackground={false}
testimonials={[
{ id: "1", name: "Alice Film", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-posing_23-2149213187.jpg" },
{ id: "2", name: "Bob Cine", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-woman-studio_23-2148565552.jpg" },
{ id: "3", name: "Charlie Direct", imageSrc: "http://img.b2bpic.net/free-photo/karate-player-man-posing-looking_107420-64916.jpg" }
]}
cardTitle="Loved by the community"
cardTag="Reviews"
cardAnimation="blur-reveal"
/>
</div>
<div id="faq" data-section="faq"> <div id="faq" data-section="faq">
<FaqSplitMedia <FaqSplitMedia
textboxLayout="split" textboxLayout="split"
@@ -156,20 +143,6 @@ export default function LandingPage() {
/> />
</div> </div>
<div id="blog" data-section="blog">
<BlogCardThree
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
title="Latest Cinema Insights"
description="Expert tips for 2026 film creators."
blogs={[
{ id: "b1", category: "Film", title: "Future of Cinema", excerpt: "What to expect in 2026.", imageSrc: "http://img.b2bpic.net/free-photo/charming-young-woman-looks-old-photoalbums-sitting-cafe_8353-1394.jpg", authorName: "Jane Doe", authorAvatar: "http://img.b2bpic.net/free-photo/low-view-smiley-photographer-photography-umbrella_23-2148424404.jpg", date: "Jan 2026" },
{ id: "b2", category: "Tech", title: "Streaming Tech", excerpt: "Optimizing your uploads.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-retro-camera-necktie_23-2147624716.jpg", authorName: "Jane Doe", authorAvatar: "http://img.b2bpic.net/free-photo/medium-shot-young-man-recording-podcast_23-2149386521.jpg", date: "Feb 2026" }
]}
/>
</div>
<div id="contact" data-section="contact"> <div id="contact" data-section="contact">
<ContactText <ContactText
useInvertedBackground={true} useInvertedBackground={true}
@@ -179,13 +152,6 @@ export default function LandingPage() {
/> />
</div> </div>
<div id="movie-hindi" data-section="movie-hindi">
<div className="py-20 text-center">
<h2 className="text-4xl font-bold">Movie Hindi</h2>
<p className="mt-4 text-lg text-muted-foreground">Discover the best Hindi cinema collections.</p>
</div>
</div>
<div id="footer" data-section="footer"> <div id="footer" data-section="footer">
<FooterBaseCard <FooterBaseCard
logoText="Movie 2026" logoText="Movie 2026"