Merge version_1 into main #2
199
src/app/page.tsx
199
src/app/page.tsx
@@ -9,7 +9,7 @@ import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarS
|
||||
import PricingCardEight from '@/components/sections/pricing/PricingCardEight';
|
||||
import SplitAbout from '@/components/sections/about/SplitAbout';
|
||||
import TeamCardTwo from '@/components/sections/team/TeamCardTwo';
|
||||
import { BarChart, CheckCircle, Globe, Share2, Zap } from "lucide-react";
|
||||
import { BarChart, CheckCircle, Globe, Share2, Zap, RefreshCcw } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -30,17 +30,11 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Features",
|
||||
id: "features",
|
||||
},
|
||||
name: "Features", id: "features"},
|
||||
]}
|
||||
brandName="The Aria TV"
|
||||
/>
|
||||
@@ -52,64 +46,34 @@ export default function LandingPage() {
|
||||
description="The Aria TV delivers cutting-edge content and broadcasting solutions for the modern digital landscape. Experience innovation, clarity, and excellence."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Alex Rivet",
|
||||
handle: "@arivet",
|
||||
testimonial: "Transformative broadcasting tools.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-business-woman-with-enthusiastic-face-expression-smiling-looking-confident-standing-s_1258-127188.jpg?_wi=1",
|
||||
},
|
||||
name: "Alex Rivet", handle: "@arivet", testimonial: "Transformative broadcasting tools.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-business-woman-with-enthusiastic-face-expression-smiling-looking-confident-standing-s_1258-127188.jpg"},
|
||||
{
|
||||
name: "Sam Chen",
|
||||
handle: "@schen",
|
||||
testimonial: "A game changer for content.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-unknown-woman-posing_23-2149417554.jpg?_wi=1",
|
||||
},
|
||||
name: "Sam Chen", handle: "@schen", testimonial: "A game changer for content.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-unknown-woman-posing_23-2149417554.jpg"},
|
||||
{
|
||||
name: "Jordan P",
|
||||
handle: "@jordanp",
|
||||
testimonial: "Unparalleled streaming quality.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businessman-formal-wear-professional-corporate-concept_53876-71166.jpg",
|
||||
},
|
||||
name: "Jordan P", handle: "@jordanp", testimonial: "Unparalleled streaming quality.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businessman-formal-wear-professional-corporate-concept_53876-71166.jpg"},
|
||||
{
|
||||
name: "Riley Q",
|
||||
handle: "@rileyq",
|
||||
testimonial: "The best creative partner.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-sitting-chair_23-2149241411.jpg",
|
||||
},
|
||||
name: "Riley Q", handle: "@rileyq", testimonial: "The best creative partner.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-sitting-chair_23-2149241411.jpg"},
|
||||
{
|
||||
name: "Taylor B",
|
||||
handle: "@taylorb",
|
||||
testimonial: "Incredible production value.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-playing-poker-casino_23-2151831079.jpg",
|
||||
},
|
||||
name: "Taylor B", handle: "@taylorb", testimonial: "Incredible production value.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-playing-poker-casino_23-2151831079.jpg"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/liquid-marbling-paint-texture-background-fluid-painting-abstract-texture-intensive-color-mix-wallpaper_1258-103847.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/liquid-marbling-paint-texture-background-fluid-painting-abstract-texture-intensive-color-mix-wallpaper_1258-103847.jpg"
|
||||
imageAlt="The Aria TV digital media studio"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-business-woman-with-enthusiastic-face-expression-smiling-looking-confident-standing-s_1258-127188.jpg",
|
||||
alt: "Alex Rivet",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-business-woman-with-enthusiastic-face-expression-smiling-looking-confident-standing-s_1258-127188.jpg", alt: "Alex Rivet"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-unknown-woman-posing_23-2149417554.jpg",
|
||||
alt: "Sam Chen",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-unknown-woman-posing_23-2149417554.jpg", alt: "Sam Chen"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/businessman-formal-wear-professional-corporate-concept_53876-71166.jpg",
|
||||
alt: "Jordan P",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/businessman-formal-wear-professional-corporate-concept_53876-71166.jpg", alt: "Jordan P"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-woman-sitting-chair_23-2149241411.jpg",
|
||||
alt: "Riley Q",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-woman-sitting-chair_23-2149241411.jpg", alt: "Riley Q"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-woman-playing-poker-casino_23-2151831079.jpg",
|
||||
alt: "Taylor B",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-woman-playing-poker-casino_23-2151831079.jpg", alt: "Taylor B"},
|
||||
]}
|
||||
avatarText="Trusted by 500+ creators"
|
||||
/>
|
||||
@@ -123,19 +87,13 @@ export default function LandingPage() {
|
||||
description="At The Aria TV, we combine technology and artistry to bring compelling stories to life. Our team is dedicated to pushing the boundaries of what is possible in digital media."
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Digital First",
|
||||
description: "Broadcasting with a mobile-native mindset.",
|
||||
},
|
||||
title: "Digital First", description: "Broadcasting with a mobile-native mindset."},
|
||||
{
|
||||
title: "High Quality",
|
||||
description: "Uncompromising production standards.",
|
||||
},
|
||||
title: "High Quality", description: "Uncompromising production standards."},
|
||||
{
|
||||
title: "Future Focused",
|
||||
description: "Always adopting the latest technology.",
|
||||
},
|
||||
title: "Future Focused", description: "Always adopting the latest technology."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/man-having-fun-with-his-friends-playing-videogames-chatting-online-using-headphones-microphone_482257-77062.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/man-having-fun-with-his-friends-playing-videogames-chatting-online-using-headphones-microphone_482257-77062.jpg"
|
||||
imageAlt="The Aria TV studio space"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
@@ -148,67 +106,43 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "Adaptive Streaming",
|
||||
description: "Our intelligent streaming engine ensures perfect quality on any device.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-optical-fiber-detail_23-2149182541.jpg?_wi=1",
|
||||
imageAlt: "Adaptive streaming visualization",
|
||||
},
|
||||
title: "Adaptive Streaming", description: "Our intelligent streaming engine ensures perfect quality on any device.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-optical-fiber-detail_23-2149182541.jpg", imageAlt: "Adaptive streaming visualization"},
|
||||
items: [
|
||||
{
|
||||
text: "Real-time encoding",
|
||||
icon: Zap,
|
||||
text: "Real-time encoding", icon: Zap,
|
||||
},
|
||||
{
|
||||
text: "Dynamic bitrates",
|
||||
icon: RefreshCcw,
|
||||
text: "Dynamic bitrates", icon: RefreshCcw,
|
||||
},
|
||||
],
|
||||
reverse: false,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/liquid-marbling-paint-texture-background-fluid-painting-abstract-texture-intensive-color-mix-wallpaper_1258-103847.jpg?_wi=2",
|
||||
imageAlt: "modern dark studio background cinematic",
|
||||
},
|
||||
{
|
||||
title: "Unified Analytics",
|
||||
description: "Gain deep insights into viewer behavior and optimize your production strategy.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-optical-fiber-detail_23-2149182541.jpg?_wi=2",
|
||||
imageAlt: "Unified analytics dashboard",
|
||||
},
|
||||
title: "Unified Analytics", description: "Gain deep insights into viewer behavior and optimize your production strategy.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-optical-fiber-detail_23-2149182541.jpg", imageAlt: "Unified analytics dashboard"},
|
||||
items: [
|
||||
{
|
||||
text: "Audience retention",
|
||||
icon: BarChart,
|
||||
text: "Audience retention", icon: BarChart,
|
||||
},
|
||||
{
|
||||
text: "Geographic data",
|
||||
icon: Globe,
|
||||
text: "Geographic data", icon: Globe,
|
||||
},
|
||||
],
|
||||
reverse: true,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-having-fun-with-his-friends-playing-videogames-chatting-online-using-headphones-microphone_482257-77062.jpg?_wi=2",
|
||||
imageAlt: "modern media studio interior minimalist",
|
||||
},
|
||||
{
|
||||
title: "Seamless Integration",
|
||||
description: "Connect easily with all major social platforms and content delivery networks.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-optical-fiber-detail_23-2149182541.jpg?_wi=3",
|
||||
imageAlt: "Seamless integration interface",
|
||||
},
|
||||
title: "Seamless Integration", description: "Connect easily with all major social platforms and content delivery networks.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-optical-fiber-detail_23-2149182541.jpg", imageAlt: "Seamless integration interface"},
|
||||
items: [
|
||||
{
|
||||
text: "One-click publishing",
|
||||
icon: Share2,
|
||||
text: "One-click publishing", icon: Share2,
|
||||
},
|
||||
{
|
||||
text: "Automated workflows",
|
||||
icon: CheckCircle,
|
||||
text: "Automated workflows", icon: CheckCircle,
|
||||
},
|
||||
],
|
||||
reverse: false,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-optical-fiber-detail_23-2149182541.jpg?_wi=4",
|
||||
imageAlt: "abstract digital streaming data network",
|
||||
},
|
||||
]}
|
||||
title="Broadcast Grade Technology"
|
||||
@@ -225,38 +159,19 @@ export default function LandingPage() {
|
||||
description="Choose the perfect broadcasting package for your scale."
|
||||
plans={[
|
||||
{
|
||||
id: "starter",
|
||||
badge: "Entry",
|
||||
price: "$29/mo",
|
||||
subtitle: "For individual creators",
|
||||
features: [
|
||||
"1080p Streaming",
|
||||
"Basic Analytics",
|
||||
"Email Support",
|
||||
],
|
||||
id: "starter", badge: "Entry", price: "$29/mo", subtitle: "For individual creators", features: [
|
||||
"1080p Streaming", "Basic Analytics", "Email Support"],
|
||||
buttons: [
|
||||
{
|
||||
text: "Get Started",
|
||||
href: "#",
|
||||
},
|
||||
text: "Get Started", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "pro",
|
||||
badge: "Popular",
|
||||
price: "$99/mo",
|
||||
subtitle: "For growing brands",
|
||||
features: [
|
||||
"4K Streaming",
|
||||
"Advanced Analytics",
|
||||
"Priority Support",
|
||||
"White Labeling",
|
||||
],
|
||||
id: "pro", badge: "Popular", price: "$99/mo", subtitle: "For growing brands", features: [
|
||||
"4K Streaming", "Advanced Analytics", "Priority Support", "White Labeling"],
|
||||
buttons: [
|
||||
{
|
||||
text: "Get Started",
|
||||
href: "#",
|
||||
},
|
||||
text: "Get Started", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -273,19 +188,9 @@ export default function LandingPage() {
|
||||
description="Our team of experts is committed to transforming how the world consumes digital media."
|
||||
members={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Jenkins",
|
||||
role: "CEO",
|
||||
description: "Tech visionary with 15 years in digital broadcasting.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-business-woman-with-enthusiastic-face-expression-smiling-looking-confident-standing-s_1258-127188.jpg?_wi=2",
|
||||
},
|
||||
id: "1", name: "Sarah Jenkins", role: "CEO", description: "Tech visionary with 15 years in digital broadcasting.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-business-woman-with-enthusiastic-face-expression-smiling-looking-confident-standing-s_1258-127188.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Mark Volas",
|
||||
role: "Head of Engineering",
|
||||
description: "Building scalable infrastructure for global audiences.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-unknown-woman-posing_23-2149417554.jpg?_wi=2",
|
||||
},
|
||||
id: "2", name: "Mark Volas", role: "Head of Engineering", description: "Building scalable infrastructure for global audiences.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-unknown-woman-posing_23-2149417554.jpg"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -296,25 +201,17 @@ export default function LandingPage() {
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About Us", href: "#about"},
|
||||
{
|
||||
label: "Features",
|
||||
href: "#features",
|
||||
},
|
||||
label: "Features", href: "#features"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Service", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user