diff --git a/src/app/page.tsx b/src/app/page.tsx
index b92634b..f877d4f 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -30,22 +30,10 @@ export default function LandingPage() {
@@ -53,79 +41,41 @@ export default function LandingPage() {
@@ -136,52 +86,26 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
- title: "Enrollment Growth",
- description: "Strategy implementation to boost student sign-ups.",
- media: {
- imageSrc: "http://img.b2bpic.net/free-photo/business-evaluation-information-growth-concept_53876-125573.jpg?_wi=1",
+ title: "Enrollment Growth", description: "Strategy implementation to boost student sign-ups.", media: {
+ imageSrc: "http://img.b2bpic.net/free-photo/business-evaluation-information-growth-concept_53876-125573.jpg", imageAlt: "digital marketing dashboard analytics"
},
items: [
- {
- icon: CheckCircle,
- text: "Conversion Rate Optimization",
- },
- {
- icon: CheckCircle,
- text: "Full-funnel Strategy",
- },
- {
- icon: CheckCircle,
- text: "Market Positioning",
- },
+ { icon: CheckCircle, text: "Conversion Rate Optimization" },
+ { icon: CheckCircle, text: "Full-funnel Strategy" },
+ { icon: CheckCircle, text: "Market Positioning" },
],
reverse: false,
- imageSrc: "http://img.b2bpic.net/free-photo/business-evaluation-information-growth-concept_53876-125573.jpg?_wi=2",
- imageAlt: "digital marketing dashboard analytics",
},
{
- title: "Digital Strategy",
- description: "Multi-channel approach for brand dominance.",
- media: {
- imageSrc: "http://img.b2bpic.net/free-photo/business-evaluation-information-growth-concept_53876-125573.jpg?_wi=3",
+ title: "Digital Strategy", description: "Multi-channel approach for brand dominance.", media: {
+ imageSrc: "http://img.b2bpic.net/free-photo/smiling-female-staff-airport-terminal_107420-85049.jpg", imageAlt: "professional business woman headshot"
},
items: [
- {
- icon: CheckCircle,
- text: "Paid Media Management",
- },
- {
- icon: CheckCircle,
- text: "SEO & Content Marketing",
- },
- {
- icon: CheckCircle,
- text: "Data-backed Scaling",
- },
+ { icon: CheckCircle, text: "Paid Media Management" },
+ { icon: CheckCircle, text: "SEO & Content Marketing" },
+ { icon: CheckCircle, text: "Data-backed Scaling" },
],
reverse: true,
- imageSrc: "http://img.b2bpic.net/free-photo/smiling-female-staff-airport-terminal_107420-85049.jpg?_wi=2",
- imageAlt: "professional business woman headshot",
},
]}
title="Core Specializations"
@@ -196,32 +120,13 @@ export default function LandingPage() {
useInvertedBackground={false}
metrics={[
{
- id: "m1",
- value: "8+",
- title: "Brands Managed",
- items: [
- "Education",
- "Consulting",
- "Government",
- ],
+ id: "m1", value: "8+", title: "Brands Managed", items: ["Education", "Consulting", "Government"],
},
{
- id: "m2",
- value: "5y",
- title: "Experience",
- items: [
- "Growth focused",
- "Strategic planning",
- ],
+ id: "m2", value: "5y", title: "Experience", items: ["Growth focused", "Strategic planning"],
},
{
- id: "m3",
- value: "100%",
- title: "Client Success",
- items: [
- "Enrollment driven",
- "ROI focused",
- ],
+ id: "m3", value: "100%", title: "Client Success", items: ["Enrollment driven", "ROI focused"],
},
]}
title="Proven Impact"
@@ -236,26 +141,11 @@ export default function LandingPage() {
rating={5}
author="Sarah Thompson - Education Director"
avatars={[
- {
- src: "http://img.b2bpic.net/free-photo/expressive-young-woman-posing_344912-1420.jpg",
- alt: "Sarah T",
- },
- {
- src: "http://img.b2bpic.net/free-photo/portrait-handsome-smiling-stylish-hipster-lambersexual-modelsexy-modern-man-dressed-elegant-suit-fashion-male-posing-studio-near-blue-wall_158538-21048.jpg",
- alt: "Client B",
- },
- {
- src: "http://img.b2bpic.net/free-photo/young-man-using-portable-notebook-cafe-sitting-table-by-window-typing-something-frowning_343059-118.jpg",
- alt: "Client C",
- },
- {
- src: "http://img.b2bpic.net/free-photo/happy-senior-speaker-with-flipchart-diagram_1262-1858.jpg",
- alt: "Client D",
- },
- {
- src: "http://img.b2bpic.net/free-photo/front-view-business-man-listening-music_23-2148763848.jpg",
- alt: "Client E",
- },
+ { src: "http://img.b2bpic.net/free-photo/expressive-young-woman-posing_344912-1420.jpg", alt: "Sarah T" },
+ { src: "http://img.b2bpic.net/free-photo/portrait-handsome-smiling-stylish-hipster-lambersexual-modelsexy-modern-man-dressed-elegant-suit-fashion-male-posing-studio-near-blue-wall_158538-21048.jpg", alt: "Client B" },
+ { src: "http://img.b2bpic.net/free-photo/young-man-using-portable-notebook-cafe-sitting-table-by-window-typing-something-frowning_343059-118.jpg", alt: "Client C" },
+ { src: "http://img.b2bpic.net/free-photo/happy-senior-speaker-with-flipchart-diagram_1262-1858.jpg", alt: "Client D" },
+ { src: "http://img.b2bpic.net/free-photo/front-view-business-man-listening-music_23-2148763848.jpg", alt: "Client E" },
]}
ratingAnimation="slide-up"
avatarsAnimation="slide-up"
@@ -268,23 +158,12 @@ export default function LandingPage() {
title="Ready to Grow?"
description="Let's discuss how we can scale your enrollment numbers together."
inputs={[
- {
- name: "name",
- type: "text",
- placeholder: "Your Name",
- },
- {
- name: "email",
- type: "email",
- placeholder: "Your Email",
- },
+ { name: "name", type: "text", placeholder: "Your Name" },
+ { name: "email", type: "email", placeholder: "Your Email" },
]}
- textarea={{
- name: "message",
- placeholder: "Your business goal...",
- }}
+ textarea={{ name: "message", placeholder: "Your business goal..." }}
mediaPosition="right"
- imageSrc="http://img.b2bpic.net/free-photo/business-evaluation-information-growth-concept_53876-125573.jpg?_wi=4"
+ imageSrc="http://img.b2bpic.net/free-photo/business-evaluation-information-growth-concept_53876-125573.jpg"
/>
@@ -292,33 +171,16 @@ export default function LandingPage() {