diff --git a/src/app/page.tsx b/src/app/page.tsx
index 3ae7768..c1779aa 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -32,21 +32,13 @@ export default function LandingPage() {
@@ -55,104 +47,56 @@ export default function LandingPage() {
@@ -310,45 +188,20 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
- id: "1",
- name: "Alex Rivet",
- handle: "@alexr",
- testimonial: "Absolutely incredible creative direction.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/side-view-business-woman-posing_23-2149457762.jpg",
- },
+ id: "1", name: "Alex Rivet", handle: "@alexr", testimonial: "Absolutely incredible creative direction.", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/side-view-business-woman-posing_23-2149457762.jpg"},
{
- id: "2",
- name: "Sarah Chen",
- handle: "@sarahc",
- testimonial: "Vertex delivers perfection every time.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-professional-businesswoman-indoors_23-2148824827.jpg",
- },
+ id: "2", name: "Sarah Chen", handle: "@sarahc", testimonial: "Vertex delivers perfection every time.", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-professional-businesswoman-indoors_23-2148824827.jpg"},
{
- id: "3",
- name: "Mark Jones",
- handle: "@markj",
- testimonial: "Strategic, fast, and very professional.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/young-cute-female-posing-indoor_344912-984.jpg",
- },
+ id: "3", name: "Mark Jones", handle: "@markj", testimonial: "Strategic, fast, and very professional.", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/young-cute-female-posing-indoor_344912-984.jpg"},
{
- id: "4",
- name: "Julie Smith",
- handle: "@julies",
- testimonial: "Great work on our rebranding project.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/confident-successful-middle-aged-business-leader_1262-4872.jpg",
- },
+ id: "4", name: "Julie Smith", handle: "@julies", testimonial: "Great work on our rebranding project.", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/confident-successful-middle-aged-business-leader_1262-4872.jpg"},
{
- id: "5",
- name: "David Kim",
- handle: "@davidk",
- testimonial: "They truly understand high-end design.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-competitive-employee_1098-2870.jpg",
- },
+ id: "5", name: "David Kim", handle: "@davidk", testimonial: "They truly understand high-end design.", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/close-up-competitive-employee_1098-2870.jpg"},
]}
showRating={true}
title="Client Perspectives"
@@ -362,20 +215,11 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
- id: "q1",
- title: "How do we start?",
- content: "Get in touch via our form and we will setup a discovery call.",
- },
+ id: "q1", title: "How do we start?", content: "Get in touch via our form and we will setup a discovery call."},
{
- id: "q2",
- title: "How long is a typical project?",
- content: "Most projects take 6-12 weeks depending on scope.",
- },
+ id: "q2", title: "How long is a typical project?", content: "Most projects take 6-12 weeks depending on scope."},
{
- id: "q3",
- title: "Do you provide support?",
- content: "Yes, we offer ongoing maintenance and growth packages.",
- },
+ id: "q3", title: "Do you provide support?", content: "Yes, we offer ongoing maintenance and growth packages."},
]}
title="Frequently Asked Questions"
description="Answers to common queries about our agency process."
@@ -390,22 +234,14 @@ export default function LandingPage() {
description="Ready to take your brand to the next level? Fill in your details."
inputs={[
{
- name: "name",
- type: "text",
- placeholder: "Your Name",
- required: true,
+ name: "name", type: "text", placeholder: "Your Name", required: true,
},
{
- name: "email",
- type: "email",
- placeholder: "Email Address",
- required: true,
+ name: "email", type: "email", placeholder: "Email Address", required: true,
},
]}
textarea={{
- name: "message",
- placeholder: "Project details",
- required: true,
+ name: "message", placeholder: "Project details", required: true,
}}
imageSrc="http://img.b2bpic.net/free-photo/close-up-laptop-keyboard-colorful-neon-illumination-backlit-keyboard_169016-29668.jpg"
/>