diff --git a/src/app/page.tsx b/src/app/page.tsx
index 7cb1a0a..443c347 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -31,21 +31,13 @@ export default function LandingPage() {
@@ -54,104 +46,61 @@ export default function LandingPage() {
@@ -161,58 +110,36 @@ export default function LandingPage() {
useInvertedBackground={true}
heading={[
{
- type: "text",
- content: "The Future of Content Repurposing",
- },
+ type: "text", content: "The Future of Content Repurposing"},
{
- type: "image",
- src: "http://img.b2bpic.net/free-photo/blurred-night-lights_23-2148139320.jpg",
- alt: "AI Processing",
- },
+ type: "image", src: "http://img.b2bpic.net/free-photo/blurred-night-lights_23-2148139320.jpg", alt: "AI Processing"},
]}
/>
@@ -350,25 +232,17 @@ export default function LandingPage() {
{
items: [
{
- label: "Features",
- href: "#features",
- },
+ label: "Features", href: "#features"},
{
- label: "Contact",
- href: "#contact",
- },
+ label: "Contact", href: "#contact"},
],
},
{
items: [
{
- label: "Privacy Policy",
- href: "#",
- },
+ label: "Privacy Policy", href: "#"},
{
- label: "Terms of Service",
- href: "#",
- },
+ label: "Terms of Service", href: "#"},
],
},
]}