diff --git a/src/app/page.tsx b/src/app/page.tsx
index 8c3001c..86b19e0 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -12,7 +12,7 @@ import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarS
import ProductCardThree from '@/components/sections/product/ProductCardThree';
import SplitAbout from '@/components/sections/about/SplitAbout';
import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
-import { Cloud, Download, Eye, HardDrive, RefreshCw, Sun } from "lucide-react";
+import { Cloud, Download, Eye, HardDrive, RefreshCw, Sun, Ghost, Zap } from "lucide-react";
export default function LandingPage() {
return (
@@ -32,61 +32,25 @@ export default function LandingPage() {
-
-
-
-
@@ -95,189 +59,85 @@ export default function LandingPage() {
animationType="slide-up"
textboxLayout="default"
gridVariant="three-columns-all-equal-width"
- useInvertedBackground={false}
+ title="Latest Manhwa Updates"
+ description="The newest chapters from your favorite series."
products={[
- {
- id: "1", name: "The Hidden Legend", price: "New", imageSrc: "http://img.b2bpic.net/free-photo/dreamy-pink-haired-girl-pajamas_23-2152033287.jpg"},
- {
- id: "2", name: "Galaxy Chronicles", price: "Trending", imageSrc: "http://img.b2bpic.net/free-photo/portrait-futuristic-female-humanoid-with-advanced-technology_23-2151666387.jpg"},
- {
- id: "3", name: "Summer Rain", price: "Popular", imageSrc: "http://img.b2bpic.net/free-photo/anime-couple-being-love_23-2151103323.jpg"},
- {
- id: "4", name: "Shadow Shadows", price: "Hot", imageSrc: "http://img.b2bpic.net/free-photo/cartoon-portrait-hindu-god_23-2151782074.jpg"},
- {
- id: "5", name: "Adventure Seekers", price: "Featured", imageSrc: "http://img.b2bpic.net/free-photo/3d-cartoon-latin-american-village-scenery_23-2151643438.jpg"},
- {
- id: "6", name: "Iron Fist Saga", price: "Daily", imageSrc: "http://img.b2bpic.net/free-photo/digital-art-style-boxing-day-celebration_23-2151040830.jpg"},
+ { id: "1", name: "Dark Fantasy Rising", price: "Update", imageSrc: "http://img.b2bpic.net/free-photo/dreamy-pink-haired-girl-pajamas_23-2152033287.jpg" },
+ { id: "2", name: "Cyberpunk Chronicles", price: "New", imageSrc: "http://img.b2bpic.net/free-photo/portrait-futuristic-female-humanoid-with-advanced-technology_23-2151666387.jpg" },
+ { id: "3", name: "Shadow Realm", price: "Trending", imageSrc: "http://img.b2bpic.net/free-photo/anime-couple-being-love_23-2151103323.jpg" }
]}
- title="Trending Series"
- description="Check out what everyone is reading right now."
/>
-
+
-
-
+
-
-
-
-
);
-}
+}
\ No newline at end of file