diff --git a/src/app/page.tsx b/src/app/page.tsx index faf292a..c899350 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,7 +12,7 @@ import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/Nav import PricingCardNine from '@/components/sections/pricing/PricingCardNine'; import ProductCardFour from '@/components/sections/product/ProductCardFour'; import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen'; -import { Award, Film, Users } from "lucide-react"; +import { Award, Film, Users, LayoutDashboard, Settings, CreditCard, History, User } from "lucide-react"; export default function LandingPage() { return ( @@ -33,21 +33,13 @@ export default function LandingPage() { @@ -56,84 +48,34 @@ export default function LandingPage() {
-
- +
@@ -144,48 +86,8 @@ export default function LandingPage() { gridVariant="four-items-2x2-equal-grid" useInvertedBackground={false} products={[ - { - id: "1", - name: "Nebula Voyager", - price: "4K UHD", - variant: "Sci-Fi", - imageSrc: "http://img.b2bpic.net/free-photo/space-travel-collage-design_23-2150163777.jpg", - }, - { - id: "2", - name: "Shadow Files", - price: "HD", - variant: "Thriller", - imageSrc: "http://img.b2bpic.net/free-photo/dark-fantasy-scene_23-2151136117.jpg", - }, - { - id: "3", - name: "Wild Frontiers", - price: "4K", - variant: "Adventure", - imageSrc: "http://img.b2bpic.net/free-photo/3d-glasses-movies-clapper-board-view_23-2149558755.jpg", - }, - { - id: "4", - name: "Laughing Out Loud", - price: "HD", - variant: "Comedy", - imageSrc: "http://img.b2bpic.net/free-photo/funny-image-with-young-woman_23-2151179386.jpg", - }, - { - id: "5", - name: "Galaxy Knights", - price: "4K", - variant: "Sci-Fi", - imageSrc: "http://img.b2bpic.net/free-photo/couple-back-back-with-eyes-closed_23-2148261302.jpg", - }, - { - id: "6", - name: "Victorian Era", - price: "HD", - variant: "Drama", - imageSrc: "http://img.b2bpic.net/free-photo/vintage-view-horses-meadow_1160-625.jpg", - }, + { id: "1", name: "Nebula Voyager", price: "4K UHD", variant: "Sci-Fi", imageSrc: "http://img.b2bpic.net/free-photo/space-travel-collage-design_23-2150163777.jpg" }, + { id: "2", name: "Shadow Files", price: "HD", variant: "Thriller", imageSrc: "http://img.b2bpic.net/free-photo/dark-fantasy-scene_23-2151136117.jpg" } ]} title="Browse Our Library" description="Discover top-rated content across all genres." @@ -198,224 +100,19 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} plans={[ - { - id: "basic", - title: "Basic Plan", - price: "$9.99", - period: "/mo", - features: [ - "Standard Definition", - "1 Device", - "Ads included", - ], - button: { - text: "Subscribe", - }, - imageSrc: "http://img.b2bpic.net/free-photo/man-laying-down-hugging-pillow-watching-tv-heartbroken-by-upsetting-movie-plot_482257-120062.jpg", - imageAlt: "Man laying down hugging pillow watching TV heartbroken by upsetting movie plot", - }, - { - id: "pro", - title: "Pro Plan", - price: "$14.99", - period: "/mo", - features: [ - "Full HD", - "3 Devices", - "Ad-free experience", - ], - button: { - text: "Subscribe", - }, - imageSrc: "http://img.b2bpic.net/free-photo/dark-vip-cinema-studio-still-life_23-2149500618.jpg?_wi=2", - imageAlt: "Man laying down hugging pillow watching TV heartbroken by upsetting movie plot", - }, - { - id: "ultra", - title: "Ultra Plan", - price: "$19.99", - period: "/mo", - features: [ - "4K UHD", - "5 Devices", - "Offline downloads", - ], - button: { - text: "Subscribe", - }, - imageSrc: "http://img.b2bpic.net/free-photo/frowning-man-watching-sports-match-tv-flabbergasted-by-goal-conceded_482257-119914.jpg", - imageAlt: "Man laying down hugging pillow watching TV heartbroken by upsetting movie plot", - }, + { id: "basic", title: "Basic", price: "$9.99", period: "/mo", features: ["Standard Definition", "1 Device"], button: { text: "Subscribe" } }, + { id: "pro", title: "Pro", price: "$14.99", period: "/mo", features: ["Full HD", "3 Devices"], button: { text: "Subscribe" } } ]} title="Select Your Access" description="Choose the perfect plan to get started." /> -
- -
- -
- -
- -
- -
- -
- -
-