diff --git a/src/app/page.tsx b/src/app/page.tsx
index 1ab5aad..bb7f95c 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -28,26 +28,11 @@ export default function LandingPage() {
@@ -55,14 +40,12 @@ export default function LandingPage() {
@@ -77,40 +60,15 @@ export default function LandingPage() {
description="What industry leaders say about our engineering."
testimonials={[
{
- id: "t1",
- name: "Sarah J.",
- handle: "@techcorp",
- testimonial: "Exceptional security standards.",
- imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg",
- },
+ id: "t1", name: "Sarah J.", handle: "@techcorp", testimonial: "Exceptional security standards.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg"},
{
- id: "t2",
- name: "Mark L.",
- handle: "@startupx",
- testimonial: "Transformed our cloud stack.",
- imageSrc: "http://img.b2bpic.net/free-photo/aged-middle-expression-calling-business_1262-2838.jpg",
- },
+ id: "t2", name: "Mark L.", handle: "@startupx", testimonial: "Transformed our cloud stack.", imageSrc: "http://img.b2bpic.net/free-photo/aged-middle-expression-calling-business_1262-2838.jpg"},
{
- id: "t3",
- name: "Elena P.",
- handle: "@fintech",
- testimonial: "Reliable and precise delivery.",
- imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-drag-queen-indoors_23-2149556820.jpg",
- },
+ id: "t3", name: "Elena P.", handle: "@fintech", testimonial: "Reliable and precise delivery.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-drag-queen-indoors_23-2149556820.jpg"},
{
- id: "t4",
- name: "David W.",
- handle: "@enterprise",
- testimonial: "Best in class architecture.",
- imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-smiling_93675-133804.jpg",
- },
+ id: "t4", name: "David W.", handle: "@enterprise", testimonial: "Best in class architecture.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-smiling_93675-133804.jpg"},
{
- id: "t5",
- name: "Sophie K.",
- handle: "@growth",
- testimonial: "Highly recommended team.",
- imageSrc: "http://img.b2bpic.net/free-photo/studio-portrait-blond-female-dressed-white-shirt-red-eyeglasses_613910-14657.jpg",
- },
+ id: "t5", name: "Sophie K.", handle: "@growth", testimonial: "Highly recommended team.", imageSrc: "http://img.b2bpic.net/free-photo/studio-portrait-blond-female-dressed-white-shirt-red-eyeglasses_613910-14657.jpg"},
]}
/>
@@ -124,15 +82,9 @@ export default function LandingPage() {
faqsAnimation="slide-up"
faqs={[
{
- id: "q1",
- title: "Is security included?",
- content: "Yes, security is foundational.",
- },
+ id: "q1", title: "Is security included?", content: "Yes, security is foundational."},
{
- id: "q2",
- title: "What is the timeline?",
- content: "Usually 3-6 months based on scope.",
- },
+ id: "q2", title: "What is the timeline?", content: "Usually 3-6 months based on scope."},
]}
/>
@@ -144,12 +96,7 @@ export default function LandingPage() {
title="Trusted By Global Brands"
description="Driving results for market leaders."
names={[
- "CloudScale",
- "SecureNet",
- "FinData",
- "AutomationPro",
- "GlobalOps",
- ]}
+ "CloudScale", "SecureNet", "FinData", "AutomationPro", "GlobalOps"]}
/>
@@ -157,14 +104,11 @@ export default function LandingPage() {