diff --git a/src/app/page.tsx b/src/app/page.tsx
index fcd771c..1b9ecd9 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -33,21 +33,13 @@ export default function LandingPage() {
@@ -57,104 +49,56 @@ export default function LandingPage() {
@@ -180,19 +124,13 @@ export default function LandingPage() {
features={[
{
icon: Cloud,
- title: "Cloud Architecture",
- description: "Robust cloud environments built for scale.",
- },
+ title: "Cloud Architecture", description: "Robust cloud environments built for scale."},
{
icon: ShieldCheck,
- title: "Secure Infrastructure",
- description: "Advanced protocols protecting your data.",
- },
+ title: "Secure Infrastructure", description: "Advanced protocols protecting your data."},
{
icon: Zap,
- title: "Process Optimization",
- description: "Streamlining workflows for maximum efficiency.",
- },
+ title: "Process Optimization", description: "Streamlining workflows for maximum efficiency."},
]}
title="Our Expertise"
description="Comprehensive services designed to propel your business forward with clarity and speed."
@@ -206,31 +144,16 @@ export default function LandingPage() {
useInvertedBackground={false}
metrics={[
{
- id: "m1",
- value: "150+",
- title: "Clients Served",
- items: [
- "Global scale",
- "Local expertise",
- ],
+ id: "m1", value: "150+", title: "Clients Served", items: [
+ "Global scale", "Local expertise"],
},
{
- id: "m2",
- value: "99.9%",
- title: "Success Rate",
- items: [
- "Performance driven",
- "Zero downtime",
- ],
+ id: "m2", value: "99.9%", title: "Success Rate", items: [
+ "Performance driven", "Zero downtime"],
},
{
- id: "m3",
- value: "24/7",
- title: "Support Availability",
- items: [
- "Always on",
- "Rapid response",
- ],
+ id: "m3", value: "24/7", title: "Support Availability", items: [
+ "Always on", "Rapid response"],
},
]}
title="Proven Impact"
@@ -246,25 +169,15 @@ export default function LandingPage() {
author="Sarah Jenner, CEO of InnovateTech"
avatars={[
{
- src: "http://img.b2bpic.net/free-photo/indian-businessman-with-his-white-car_496169-2889.jpg",
- alt: "Client 1",
- },
+ src: "http://img.b2bpic.net/free-photo/indian-businessman-with-his-white-car_496169-2889.jpg", alt: "Client 1"},
{
- src: "http://img.b2bpic.net/free-photo/portrait-cheerful-teenage-girl-sitting-cafe_1262-3048.jpg",
- alt: "Client 2",
- },
+ src: "http://img.b2bpic.net/free-photo/portrait-cheerful-teenage-girl-sitting-cafe_1262-3048.jpg", alt: "Client 2"},
{
- src: "http://img.b2bpic.net/free-photo/businessman-leader-modern-office-with-businesspeople-working_1139-961.jpg",
- alt: "Client 3",
- },
+ src: "http://img.b2bpic.net/free-photo/businessman-leader-modern-office-with-businesspeople-working_1139-961.jpg", alt: "Client 3"},
{
- src: "http://img.b2bpic.net/free-photo/business-partners-working-office_273609-6542.jpg",
- alt: "Client 4",
- },
+ src: "http://img.b2bpic.net/free-photo/business-partners-working-office_273609-6542.jpg", alt: "Client 4"},
{
- src: "http://img.b2bpic.net/free-photo/young-man-writing-down-his-plans_1098-17086.jpg",
- alt: "Client 5",
- },
+ src: "http://img.b2bpic.net/free-photo/young-man-writing-down-his-plans_1098-17086.jpg", alt: "Client 5"},
]}
ratingAnimation="slide-up"
avatarsAnimation="slide-up"
@@ -276,14 +189,7 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
names={[
- "Microsoft",
- "Google",
- "AWS",
- "Oracle",
- "IBM",
- "Intel",
- "Cisco",
- ]}
+ "Microsoft", "Google", "AWS", "Oracle", "IBM", "Intel", "Cisco"]}
title="Trusted Partners"
description="Collaborating with global leaders to define industry standards."
/>
@@ -294,20 +200,11 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
- id: "f1",
- title: "How do we start?",
- content: "Book a discovery call through our contact section.",
- },
+ id: "f1", title: "How do we start?", content: "Book a discovery call through our contact section."},
{
- id: "f2",
- title: "What is the timeline?",
- content: "Each project is customized to your needs and goals.",
- },
+ id: "f2", title: "What is the timeline?", content: "Each project is customized to your needs and goals."},
{
- id: "f3",
- title: "Do you offer support?",
- content: "Yes, we provide 24/7 dedicated support for all partners.",
- },
+ id: "f3", title: "Do you offer support?", content: "Yes, we provide 24/7 dedicated support for all partners."},
]}
sideTitle="Common Inquiries"
faqsAnimation="slide-up"
@@ -321,15 +218,9 @@ export default function LandingPage() {
description="Ready to get keen? Reach out today."
inputs={[
{
- name: "name",
- type: "text",
- placeholder: "Name",
- },
+ name: "name", type: "text", placeholder: "Name"},
{
- name: "email",
- type: "email",
- placeholder: "Email",
- },
+ name: "email", type: "email", placeholder: "Email"},
]}
imageSrc="http://img.b2bpic.net/free-photo/low-angle-shot-tall-business-building-nyc_181624-479.jpg"
/>
@@ -339,20 +230,13 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file