diff --git a/src/app/page.tsx b/src/app/page.tsx
index 4545a48..89df431 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -28,22 +28,10 @@ export default function LandingPage() {
@@ -51,105 +39,38 @@ export default function LandingPage() {
@@ -160,39 +81,9 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={true}
features={[
- {
- id: "1",
- title: "Interactive Feeds",
- author: "Pro",
- description: "Engage with your followers through dynamic timelines.",
- tags: [
- "Social",
- "Growth",
- ],
- imageSrc: "http://img.b2bpic.net/free-photo/modern-smartphone-with-live-abstract-wallpaper-coming-out-screen_23-2151033647.jpg",
- },
- {
- id: "2",
- title: "Real-time Analytics",
- author: "Pro",
- description: "Know your audience better with live performance data.",
- tags: [
- "Data",
- "Insights",
- ],
- imageSrc: "http://img.b2bpic.net/free-vector/flat-fitness-mobile-app-infographic_23-2148203348.jpg",
- },
- {
- id: "3",
- title: "Secure Cloud",
- author: "Pro",
- description: "Safe storage for all your high-res photos and videos.",
- tags: [
- "Cloud",
- "Secure",
- ],
- imageSrc: "http://img.b2bpic.net/free-vector/collection-futuristic-infographic-elements_52683-15148.jpg",
- },
+ { id: "1", title: "Interactive Feeds", author: "Pro", description: "Engage with your followers through dynamic timelines.", tags: ["Social", "Growth"], imageSrc: "http://img.b2bpic.net/free-photo/modern-smartphone-with-live-abstract-wallpaper-coming-out-screen_23-2151033647.jpg" },
+ { id: "2", title: "Real-time Analytics", author: "Pro", description: "Know your audience better with live performance data.", tags: ["Data", "Insights"], imageSrc: "http://img.b2bpic.net/free-vector/flat-fitness-mobile-app-infographic_23-2148203348.jpg" },
+ { id: "3", title: "Secure Cloud", author: "Pro", description: "Safe storage for all your high-res photos and videos.", tags: ["Cloud", "Secure"], imageSrc: "http://img.b2bpic.net/free-vector/collection-futuristic-infographic-elements_52683-15148.jpg" },
]}
title="Built for Creators"
description="Everything you need to build a community and grow your brand."
@@ -201,30 +92,13 @@ export default function LandingPage() {