diff --git a/src/app/page.tsx b/src/app/page.tsx
index 8a876ae..87000ff 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -32,25 +32,15 @@ export default function LandingPage() {
@@ -59,41 +49,26 @@ export default function LandingPage() {
@@ -103,18 +78,11 @@ export default function LandingPage() {
useInvertedBackground={false}
heading={[
{
- type: "text",
- content: "Our Mission for ",
- },
+ type: "text", content: "Our Mission for "},
{
- type: "image",
- src: "http://img.b2bpic.net/free-photo/copy-breakfast-office-study-drink_1203-5831.jpg",
- alt: "reading article taking notes",
- },
+ type: "image", src: "http://img.b2bpic.net/free-photo/copy-breakfast-office-study-drink_1203-5831.jpg", alt: "reading article taking notes"},
{
- type: "text",
- content: " Passionate Readers",
- },
+ type: "text", content: " Passionate Readers"},
]}
/>
@@ -126,32 +94,17 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
- id: "1",
- title: "Smart Rating System",
- tags: [
- "AI",
- "Metrics",
- ],
- imageSrc: "http://img.b2bpic.net/free-photo/beautiful-silver-stars-background_23-2150160746.jpg",
- },
+ id: "1", title: "Smart Rating System", tags: [
+ "AI", "Metrics"],
+ imageSrc: "http://img.b2bpic.net/free-photo/beautiful-silver-stars-background_23-2150160746.jpg"},
{
- id: "2",
- title: "Global Community",
- tags: [
- "Social",
- "Networking",
- ],
- imageSrc: "http://img.b2bpic.net/free-photo/abstract-low-poly-background-with-connecting-dots-lines_1048-5910.jpg",
- },
+ id: "2", title: "Global Community", tags: [
+ "Social", "Networking"],
+ imageSrc: "http://img.b2bpic.net/free-photo/abstract-low-poly-background-with-connecting-dots-lines_1048-5910.jpg"},
{
- id: "3",
- title: "Advanced Insights",
- tags: [
- "Data",
- "Analytics",
- ],
- imageSrc: "http://img.b2bpic.net/free-photo/student-home-taking-notes-while-watching-presentation-closeup_482257-118737.jpg",
- },
+ id: "3", title: "Advanced Insights", tags: [
+ "Data", "Analytics"],
+ imageSrc: "http://img.b2bpic.net/free-photo/student-home-taking-notes-while-watching-presentation-closeup_482257-118737.jpg"},
]}
title="Built for Readers"
description="Everything you need to evaluate, manage, and share your literary discoveries."
@@ -160,46 +113,23 @@ export default function LandingPage() {