diff --git a/src/app/page.tsx b/src/app/page.tsx
index 22a3cc9..253d33a 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -29,22 +29,10 @@ export default function LandingPage() {
@@ -52,33 +40,15 @@ export default function LandingPage() {
@@ -118,60 +76,16 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
testimonials={[
- {
- id: "1",
- name: "Sarah",
- role: "CEO",
- company: "Tech",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/person-indian-origin-having-fun_23-2150285285.jpg",
- },
- {
- id: "2",
- name: "David",
- role: "CTO",
- company: "Dev",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/front-view-cute-girl-looking-away_23-2148436134.jpg",
- },
- {
- id: "3",
- name: "Emily",
- role: "PM",
- company: "Growth",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/people-emotions-lifestyle-concept-dreamy-happy-middle-aged-redhead-woman-blouse-smiling-pleased-looking-left-with-hopeful-gaze-standing-white-background-daydreaming_1258-21478.jpg",
- },
- {
- id: "4",
- name: "Mark",
- role: "Founder",
- company: "Start",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/waist-up-shot-successful-delighted-good-looking-young-male-with-blue-eyes-beard-smiling-satisfied-as-holding-hands-crossed-chest-being-self-satisfied-achieving-good-income-grey-wall_176420-43212.jpg",
- },
- {
- id: "5",
- name: "Jane",
- role: "COO",
- company: "Apps",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-modern-male_23-2148514900.jpg",
- },
+ { id: "1", name: "Sarah", role: "CEO", company: "Tech", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/person-indian-origin-having-fun_23-2150285285.jpg" },
+ { id: "2", name: "David", role: "CTO", company: "Dev", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/front-view-cute-girl-looking-away_23-2148436134.jpg" },
+ { id: "3", name: "Emily", role: "PM", company: "Growth", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/people-emotions-lifestyle-concept-dreamy-happy-middle-aged-redhead-woman-blouse-smiling-pleased-looking-left-with-hopeful-gaze-standing-white-background-daydreaming_1258-21478.jpg" },
+ { id: "4", name: "Mark", role: "Founder", company: "Start", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/waist-up-shot-successful-delighted-good-looking-young-male-with-blue-eyes-beard-smiling-satisfied-as-holding-hands-crossed-chest-being-self-satisfied-achieving-good-income-grey-wall_176420-43212.jpg" },
+ { id: "5", name: "Jane", role: "COO", company: "Apps", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-modern-male_23-2148514900.jpg" },
]}
kpiItems={[
- {
- value: "5.0",
- label: "Avg Rating",
- },
- {
- value: "10+",
- label: "Years exp",
- },
- {
- value: "50+",
- label: "Startups",
- },
+ { value: "5.0", label: "Avg Rating" },
+ { value: "10+", label: "Years exp" },
+ { value: "50+", label: "Startups" },
]}
title="Client Success"
description="Hear what our partners have to say about our agency services."
@@ -183,27 +97,18 @@ export default function LandingPage() {
useInvertedBackground={false}
title="About Our Agency"
description={[
- "We believe in data-driven design.",
- "Our mission is to help brands reach their potential through innovative digital solutions.",
- ]}
+ "We believe in data-driven design.", "Our mission is to help brands reach their potential through innovative digital solutions."]}
/>
@@ -212,29 +117,15 @@ export default function LandingPage() {
logoText="WebAgency"
columns={[
{
- title: "Company",
- items: [
- {
- label: "About",
- href: "/about",
- },
- {
- label: "Careers",
- href: "/careers",
- },
+ title: "Company", items: [
+ { label: "About", href: "/about" },
+ { label: "Careers", href: "/careers" },
],
},
{
- title: "Legal",
- items: [
- {
- label: "Privacy",
- href: "#",
- },
- {
- label: "Terms",
- href: "#",
- },
+ title: "Legal", items: [
+ { label: "Privacy", href: "#" },
+ { label: "Terms", href: "#" },
],
},
]}