diff --git a/src/app/page.tsx b/src/app/page.tsx index 52676bd..3649217 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,21 +29,13 @@ export default function LandingPage() { @@ -55,39 +47,23 @@ export default function LandingPage() { description="Premium cinematic streaming platform. Explore your favorite movies and TV shows with our high-performance media server integration." buttons={[ { - text: "Start Watching", - href: "#media", - }, + text: "Start Watching", href: "#media"}, { - text: "View Features", - href: "#features", - }, + text: "View Features", href: "#features"}, ]} slides={[ { - imageSrc: "http://img.b2bpic.net/free-photo/duotone-effect-collage_23-2150157399.jpg", - imageAlt: "Cinematic interface", - }, + imageSrc: "http://img.b2bpic.net/free-photo/duotone-effect-collage_23-2150157399.jpg", imageAlt: "Cinematic interface"}, { - imageSrc: "http://img.b2bpic.net/free-photo/african-american-casual-guy-relaxing-couch-isolated-screen_482257-120105.jpg", - imageAlt: "Streaming dashboard", - }, + imageSrc: "http://img.b2bpic.net/free-photo/african-american-casual-guy-relaxing-couch-isolated-screen_482257-120105.jpg", imageAlt: "Streaming dashboard"}, { - imageSrc: "http://img.b2bpic.net/free-photo/film-elements-white-background-with-copy-space_23-2148416839.jpg", - imageAlt: "Abstract aesthetic", - }, + imageSrc: "http://img.b2bpic.net/free-photo/film-elements-white-background-with-copy-space_23-2148416839.jpg", imageAlt: "Abstract aesthetic"}, { - imageSrc: "http://img.b2bpic.net/free-photo/3d-modern-technology-background-with-colourful-plexus-design_1048-20450.jpg", - imageAlt: "Vibrant lighting", - }, + imageSrc: "http://img.b2bpic.net/free-photo/3d-modern-technology-background-with-colourful-plexus-design_1048-20450.jpg", imageAlt: "Vibrant lighting"}, { - imageSrc: "http://img.b2bpic.net/free-photo/man-trading-browsing-online-stock-investments-night_169016-48803.jpg", - imageAlt: "API integration", - }, + imageSrc: "http://img.b2bpic.net/free-photo/man-trading-browsing-online-stock-investments-night_169016-48803.jpg", imageAlt: "API integration"}, { - imageSrc: "http://img.b2bpic.net/free-photo/blue-sequins-dark-background_23-2147992714.jpg", - imageAlt: "Future interface", - }, + imageSrc: "http://img.b2bpic.net/free-photo/blue-sequins-dark-background_23-2147992714.jpg", imageAlt: "Future interface"}, ]} /> @@ -99,35 +75,17 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - id: "f1", - title: "OMDB API Integration", - tags: [ - "Dynamic", - "Real-time", - ], - imageSrc: "http://img.b2bpic.net/free-vector/futuristic-glass-morphism-background-with-glowing-gradient-design_1017-42650.jpg", - imageAlt: "OMDB API feature", - }, + id: "f1", title: "OMDB API Integration", tags: [ + "Dynamic", "Real-time"], + imageSrc: "http://img.b2bpic.net/free-vector/futuristic-glass-morphism-background-with-glowing-gradient-design_1017-42650.jpg", imageAlt: "OMDB API feature"}, { - id: "f2", - title: "Media Server Sync", - tags: [ - "Global", - "Low-latency", - ], - imageSrc: "http://img.b2bpic.net/free-photo/phone-with-app-powered-with-ai_1268-21799.jpg", - imageAlt: "Server sync feature", - }, + id: "f2", title: "Media Server Sync", tags: [ + "Global", "Low-latency"], + imageSrc: "http://img.b2bpic.net/free-photo/phone-with-app-powered-with-ai_1268-21799.jpg", imageAlt: "Server sync feature"}, { - id: "f3", - title: "4K UHD Streaming", - tags: [ - "Clear", - "Crisp", - ], - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=fo64bl", - imageAlt: "4K streaming feature", - }, + id: "f3", title: "4K UHD Streaming", tags: [ + "Clear", "Crisp"], + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=fo64bl", imageAlt: "4K streaming feature"}, ]} title="Experience Next-Gen Streaming" description="Powerful tools and seamless integration to transform your viewing experience." @@ -136,30 +94,16 @@ export default function LandingPage() {
@@ -255,42 +165,27 @@ export default function LandingPage() { logoText="Cinestream" columns={[ { - title: "Platform", - items: [ + title: "Platform", items: [ { - label: "Watch Movies", - href: "#", - }, + label: "Watch Movies", href: "#"}, { - label: "TV Shows", - href: "#", - }, + label: "TV Shows", href: "#"}, ], }, { - title: "Company", - items: [ + title: "Company", items: [ { - label: "About Us", - href: "#", - }, + label: "About Us", href: "#"}, { - label: "Careers", - href: "#", - }, + label: "Careers", href: "#"}, ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { - label: "Privacy Policy", - href: "#", - }, + label: "Privacy Policy", href: "#"}, { - label: "Terms of Service", - href: "#", - }, + label: "Terms of Service", href: "#"}, ], }, ]}