diff --git a/src/app/discover/page.tsx b/src/app/discover/page.tsx
index 8713afc..0d78bb1 100644
--- a/src/app/discover/page.tsx
+++ b/src/app/discover/page.tsx
@@ -25,22 +25,10 @@ export default function LandingPage() {
@@ -56,16 +44,10 @@ export default function LandingPage() {
description="Browse our curated selection of industry-leading creative professionals."
features={[
{
- title: "Motion Graphics",
- description: "Expert motion artists.",
- imageSrc: "http://img.b2bpic.net/free-photo/stationery-candies-near-tablet-laptop_23-2147777830.jpg",
- titleIconSrc: "Play",
+ title: "Motion Graphics", description: "Expert motion artists.", imageSrc: "http://img.b2bpic.net/free-photo/stationery-candies-near-tablet-laptop_23-2147777830.jpg", titleIconSrc: "Play", buttonText: "Learn More"
},
{
- title: "Editorial Design",
- description: "Sophisticated layouts.",
- imageSrc: "http://img.b2bpic.net/free-photo/high-angle-office-view-mock-up_23-2148339329.jpg",
- titleIconSrc: "PenTool",
+ title: "Editorial Design", description: "Sophisticated layouts.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-office-view-mock-up_23-2148339329.jpg", titleIconSrc: "PenTool", buttonText: "Learn More"
},
]}
/>
@@ -74,59 +56,22 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file
diff --git a/src/app/post/page.tsx b/src/app/post/page.tsx
index 66097df..94d6e05 100644
--- a/src/app/post/page.tsx
+++ b/src/app/post/page.tsx
@@ -25,22 +25,10 @@ export default function LandingPage() {
@@ -49,16 +37,9 @@ export default function LandingPage() {
@@ -68,56 +49,21 @@ export default function LandingPage() {
title="Posting Guidelines"
sections={[
{
- heading: "Rules",
- content: {
- type: "paragraph",
- text: "Be kind and professional.",
- },
- },
+ heading: "Rules", text: "Be kind and professional."},
]}
/>
);
-}
+}
\ No newline at end of file