Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| b71818c1e1 | |||
| 156fdda887 | |||
| 2a686dcf99 | |||
| ee75cf921b | |||
| cbaf17fdd9 | |||
| 10bbb1f669 | |||
| ed49abd00c |
@@ -10,9 +10,11 @@ import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
|
||||
import HeroBillboardTestimonial from '@/components/sections/hero/HeroBillboardTestimonial';
|
||||
import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout';
|
||||
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
||||
import PricingCardThree from '@/components/sections/pricing/PricingCardThree';
|
||||
import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
||||
import PricingCardFive from '@/components/sections/pricing/PricingCardFive';
|
||||
import ProductCardThree from '@/components/sections/product/ProductCardThree';
|
||||
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() {
|
||||
return (
|
||||
@@ -33,6 +35,7 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{ name: "Features", id: "features" },
|
||||
{ name: "Apps & Features", id: "all-apps" },
|
||||
{ name: "Movies", id: "products" },
|
||||
{ name: "Pricing", id: "pricing" },
|
||||
{ name: "Contact", id: "contact" }
|
||||
@@ -47,23 +50,9 @@ export default function LandingPage() {
|
||||
background={{ variant: "glowing-orb" }}
|
||||
title="Upload & Stream The Future of 2026 Cinema"
|
||||
description="The premier platform for high-definition 2026 movie uploads. Fast, secure, and cinematic."
|
||||
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" }
|
||||
]}
|
||||
testimonials={[]}
|
||||
buttons={[{ text: "Start Uploading", href: "#contact" }]}
|
||||
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>
|
||||
|
||||
@@ -79,15 +68,28 @@ export default function LandingPage() {
|
||||
/>
|
||||
</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">
|
||||
<FeatureCardTwentyEight
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{ id: "1", title: "8K Streaming", subtitle: "Ultra high resolution", category: "Engine", value: "Standard", buttons: [{ text: "Learn more" }] },
|
||||
{ id: "2", title: "Instant Upload", subtitle: "Lightning fast speed", category: "Speed", value: "Performance", buttons: [{ text: "Learn more" }] },
|
||||
{ id: "3", title: "Global CDN", subtitle: "Worldwide access", category: "Reach", value: "Universal", 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" },
|
||||
{ id: "3", title: "Global CDN", subtitle: "Worldwide access", category: "Reach", value: "Universal" }
|
||||
]}
|
||||
title="Cutting-Edge Streaming Tech"
|
||||
description="Advanced tools for the modern filmmaker."
|
||||
@@ -95,52 +97,32 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="products" data-section="products">
|
||||
<ProductCardOne
|
||||
animationType="scale-rotate"
|
||||
textboxLayout="default"
|
||||
<ProductCardThree
|
||||
animationType="blur-reveal"
|
||||
gridVariant="two-columns-alternating-heights"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
title="Trending 2026 Releases"
|
||||
description="Explore the most anticipated movies this year."
|
||||
products={[
|
||||
{ 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" },
|
||||
{ id: "3", name: "Silent Echo", price: "$10", imageSrc: "http://img.b2bpic.net/free-photo/halloween-party-illustration-poster_23-2151846236.jpg" },
|
||||
{ id: "4", name: "Broken Sky", price: "$14", imageSrc: "http://img.b2bpic.net/free-photo/front-view-couple-with-map-inside-car-going-road-trip-together_23-2148783429.jpg" },
|
||||
{ id: "5", name: "Neo Realm", price: "$18", imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-representing-capricorn-zodiac-sign-with-ram_23-2151006318.jpg" },
|
||||
{ id: "6", name: "Documentary 2026", price: "$8", imageSrc: "http://img.b2bpic.net/free-photo/portrait-person-with-visual-metaphor-memory_23-2151240851.jpg" }
|
||||
{ id: "3", name: "Silent Echo", price: "$10", imageSrc: "http://img.b2bpic.net/free-photo/halloween-party-illustration-poster_23-2151846236.jpg" }
|
||||
]}
|
||||
title="Trending 2026 Releases"
|
||||
description="Explore the most anticipated movies this year."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="pricing" data-section="pricing">
|
||||
<PricingCardThree
|
||||
<PricingCardFive
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
plans={[
|
||||
{ id: "basic", price: "$29/mo", name: "Basic", buttons: [{ text: "Sign Up" }], features: ["100GB Storage", "1080p Streaming"] },
|
||||
{ id: "pro", price: "$99/mo", name: "Professional", buttons: [{ text: "Sign Up" }], features: ["1TB Storage", "4K Streaming"] },
|
||||
{ id: "ent", price: "$299/mo", name: "Enterprise", buttons: [{ text: "Sign Up" }], features: ["Unlimited Storage", "8K Streaming"] }
|
||||
]}
|
||||
title="Simple Pricing for Everyone"
|
||||
description="Scale your movie distribution easily."
|
||||
/>
|
||||
</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" },
|
||||
{ id: "4", name: "Dana Edit", imageSrc: "http://img.b2bpic.net/free-photo/cool-young-man-with-clapper_1149-1829.jpg" },
|
||||
{ id: "5", name: "Evan Camera", imageSrc: "http://img.b2bpic.net/free-photo/female-filmmaker-editing-montage-video-clips-with-creative-software_482257-119137.jpg" }
|
||||
plans={[
|
||||
{ id: "basic", tag: "Starter", price: "$29", period: "/mo", description: "Perfect for casual creators.", button: { text: "Buy Basic" }, featuresTitle: "Core Features", features: ["100GB Storage", "1080p Streaming"] },
|
||||
{ id: "pro", tag: "Popular", price: "$99", period: "/mo", description: "For serious filmmakers.", button: { text: "Buy Pro" }, featuresTitle: "Pro Features", features: ["1TB Storage", "4K Streaming"] }
|
||||
]}
|
||||
cardTitle="Loved by the community"
|
||||
cardTag="Reviews"
|
||||
cardAnimation="blur-reveal"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -161,21 +143,6 @@ export default function LandingPage() {
|
||||
/>
|
||||
</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" },
|
||||
{ id: "b3", category: "Story", title: "Storytelling Tips", excerpt: "Crafting great scripts.", imageSrc: "http://img.b2bpic.net/free-photo/female-photographer-blurred-models_23-2148565568.jpg", authorName: "Jane Doe", authorAvatar: "http://img.b2bpic.net/free-photo/man-with-popcorn-one-hand-package-other_1187-1637.jpg", date: "Mar 2026" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactText
|
||||
useInvertedBackground={true}
|
||||
@@ -197,4 +164,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user