diff --git a/src/app/page.tsx b/src/app/page.tsx
index 33187f3..9ddb2f0 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -46,16 +46,17 @@ export default function LandingPage() {
+ >
+
Timeline content goes here.
+
@@ -130,19 +136,24 @@ export default function LandingPage() {
testimonials={[
{
id: "1", name: "Sarah Johnson", handle: "@sarahj", testimonial: "Exceptional reliability and service.", rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/project-leder-with-disabilities-looking-front-sitting-immobilized-wheelchair-business-office-room_482257-2404.jpg"},
+ imageSrc: "http://img.b2bpic.net/free-photo/project-leder-with-disabilities-looking-front-sitting-immobilized-wheelchair-business-office-room_482257-2404.jpg"
+ },
{
id: "2", name: "Michael Chen", handle: "@mchen", testimonial: "Transformed our digital infrastructure.", rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/serious-executive-with-short-hair-crossed-arms_1149-89.jpg"},
+ imageSrc: "http://img.b2bpic.net/free-photo/serious-executive-with-short-hair-crossed-arms_1149-89.jpg"
+ },
{
id: "3", name: "Elena Rodriguez", handle: "@erod", testimonial: "Best tech team I've worked with.", rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/portrait-businessman-smiling_23-2147985511.jpg"},
+ imageSrc: "http://img.b2bpic.net/free-photo/portrait-businessman-smiling_23-2147985511.jpg"
+ },
{
id: "4", name: "David Kim", handle: "@dkim", testimonial: "Prompt, professional, and efficient.", rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/real-professional-smiling-businesswoman-looking-confident-determined-face-expression-standing-suit-white-background_1258-123234.jpg"},
+ imageSrc: "http://img.b2bpic.net/free-photo/real-professional-smiling-businesswoman-looking-confident-determined-face-expression-standing-suit-white-background_1258-123234.jpg"
+ },
{
id: "5", name: "Julia Smith", handle: "@jsmith", testimonial: "Exceeded all our project expectations.", rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/closeup-happy-middle-aged-business-leader_1262-4823.jpg"},
+ imageSrc: "http://img.b2bpic.net/free-photo/closeup-happy-middle-aged-business-leader_1262-4823.jpg"
+ },
]}
showRating={true}
title="Client Success Stories"
@@ -155,11 +166,14 @@ export default function LandingPage() {
useInvertedBackground={true}
faqs={[
{
- id: "f1", title: "What IT services do you offer?", content: "We offer full-cycle software development, cloud computing, cybersecurity, and strategic IT consulting."},
+ id: "f1", title: "What IT services do you offer?", content: "We offer full-cycle software development, cloud computing, cybersecurity, and strategic IT consulting."
+ },
{
- id: "f2", title: "How long does a typical project take?", content: "Timelines vary by complexity, but we prioritize agility and iterative progress."},
+ id: "f2", title: "How long does a typical project take?", content: "Timelines vary by complexity, but we prioritize agility and iterative progress."
+ },
{
- id: "f3", title: "Do you provide ongoing support?", content: "Yes, we offer comprehensive maintenance and support plans to keep your systems running smoothly."},
+ id: "f3", title: "Do you provide ongoing support?", content: "Yes, we offer comprehensive maintenance and support plans to keep your systems running smoothly."
+ },
]}
sideTitle="Frequently Asked Questions"
faqsAnimation="slide-up"
@@ -189,17 +203,21 @@ export default function LandingPage() {
{
title: "Company", items: [
{
- label: "About Us", href: "#about"},
+ label: "About Us", href: "#about"
+ },
{
- label: "Services", href: "#features"},
+ label: "Services", href: "#features"
+ },
],
},
{
title: "Support", items: [
{
- label: "Contact", href: "#contact"},
+ label: "Contact", href: "#contact"
+ },
{
- label: "FAQ", href: "#faq"},
+ label: "FAQ", href: "#faq"
+ },
],
},
]}