diff --git a/src/app/page.tsx b/src/app/page.tsx
index ed8505e..3fe0279 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -2,15 +2,13 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
-import ContactText from '@/components/sections/contact/ContactText';
-import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
+import ContactCTA from '@/components/sections/contact/ContactCTA';
+import FaqBase from '@/components/sections/faq/FaqBase';
import FeatureCardTwentyThree from '@/components/sections/feature/FeatureCardTwentyThree';
-import FooterBase from '@/components/sections/footer/FooterBase';
+import FooterSimple from '@/components/sections/footer/FooterSimple';
import HeroLogo from '@/components/sections/hero/HeroLogo';
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
-import PricingCardThree from '@/components/sections/pricing/PricingCardThree';
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
-import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
export default function LandingPage() {
return (
@@ -31,21 +29,13 @@ export default function LandingPage() {
@@ -57,9 +47,7 @@ export default function LandingPage() {
description="Experience your favorite Telugu movies, binge-worthy web series, and trending anime in pristine 4K quality. Anytime, anywhere."
buttons={[
{
- text: "Start Watching",
- href: "#movies",
- },
+ text: "Start Watching", href: "#movies"},
]}
imageSrc="http://img.b2bpic.net/free-photo/tablet-magazines_1162-110.jpg?_wi=1"
/>
@@ -73,59 +61,17 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
- id: "m1",
- name: "The Telugu Epic",
- brand: "Blockbuster",
- price: "4K UHD",
- rating: 5,
- reviewCount: "10k+",
- imageSrc: "http://img.b2bpic.net/free-photo/princess-prince-digital-art_23-2151610495.jpg?_wi=1",
- },
+ id: "m1", name: "The Telugu Epic", brand: "Blockbuster", price: "4K UHD", rating: 5,
+ reviewCount: "10k+", imageSrc: "http://img.b2bpic.net/free-photo/princess-prince-digital-art_23-2151610495.jpg?_wi=1"},
{
- id: "m2",
- name: "Romantic Vibe",
- brand: "Web Series",
- price: "4K UHD",
- rating: 5,
- reviewCount: "8k+",
- imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-representing-leo-zodiac-sign-with-real-lion_23-2151006290.jpg?_wi=1",
- },
+ id: "m2", name: "Romantic Vibe", brand: "Web Series", price: "4K UHD", rating: 5,
+ reviewCount: "8k+", imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-representing-leo-zodiac-sign-with-real-lion_23-2151006290.jpg?_wi=1"},
{
- id: "m3",
- name: "Family Drama",
- brand: "Cinema",
- price: "4K UHD",
- rating: 4,
- reviewCount: "5k+",
- imageSrc: "http://img.b2bpic.net/free-photo/slim-woman-holding-hands-with-young-man-street_23-2148012608.jpg?_wi=1",
- },
+ id: "m3", name: "Family Drama", brand: "Cinema", price: "4K UHD", rating: 4,
+ reviewCount: "5k+", imageSrc: "http://img.b2bpic.net/free-photo/slim-woman-holding-hands-with-young-man-street_23-2148012608.jpg?_wi=1"},
{
- id: "m4",
- name: "Action Saga",
- brand: "Action",
- price: "4K UHD",
- rating: 5,
- reviewCount: "12k+",
- imageSrc: "http://img.b2bpic.net/free-photo/princess-prince-digital-art_23-2151610495.jpg?_wi=2",
- },
- {
- id: "m5",
- name: "Mystery Thriller",
- brand: "Series",
- price: "4K UHD",
- rating: 4,
- reviewCount: "6k+",
- imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-representing-leo-zodiac-sign-with-real-lion_23-2151006290.jpg?_wi=2",
- },
- {
- id: "m6",
- name: "Classic Hits",
- brand: "Legendary",
- price: "4K UHD",
- rating: 5,
- reviewCount: "9k+",
- imageSrc: "http://img.b2bpic.net/free-photo/slim-woman-holding-hands-with-young-man-street_23-2148012608.jpg?_wi=2",
- },
+ id: "m4", name: "Action Saga", brand: "Action", price: "4K UHD", rating: 5,
+ reviewCount: "12k+", imageSrc: "http://img.b2bpic.net/free-photo/princess-prince-digital-art_23-2151610495.jpg?_wi=2"},
]}
title="Top Telugu Hits"
description="Stream the latest blockbusters and classic masterpieces."
@@ -139,216 +85,74 @@ export default function LandingPage() {
useInvertedBackground={true}
features={[
{
- id: "a1",
- title: "Epic Action",
- tags: [
- "Dubbed",
- ],
- imageSrc: "http://img.b2bpic.net/free-photo/anime-style-character-space_23-2151133922.jpg",
- },
+ id: "a1", title: "Epic Action", tags: [
+ "Dubbed"],
+ imageSrc: "http://img.b2bpic.net/free-photo/anime-style-character-space_23-2151133922.jpg"},
{
- id: "a2",
- title: "Fantasy Worlds",
- tags: [
- "HD",
- ],
- imageSrc: "http://img.b2bpic.net/free-photo/cute-anime-fairy-girl_23-2151567502.jpg",
- },
- {
- id: "a3",
- title: "Dark Intensity",
- tags: [
- "4K",
- ],
- imageSrc: "http://img.b2bpic.net/free-photo/fantasy-dj-illustration_23-2151642211.jpg",
- },
+ id: "a2", title: "Fantasy Worlds", tags: [
+ "HD"],
+ imageSrc: "http://img.b2bpic.net/free-photo/cute-anime-fairy-girl_23-2151567502.jpg"},
]}
title="Anime in Telugu"
description="Your favorite anime series dubbed in Telugu, now in 4K."
/>
-
-
-
-
-
-
-
-
);
-}
+}
\ No newline at end of file