diff --git a/src/app/page.tsx b/src/app/page.tsx
index 7f832d6..820ed19 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -31,22 +31,10 @@ export default function LandingPage() {
@@ -57,75 +45,20 @@ export default function LandingPage() {
title="Excellence in Corporate Services"
description="USA Corporate Services Inc. provides unparalleled support for your business formation, compliance, and operational needs. Trust our expertise to guide your growth."
testimonials={[
- {
- name: "John Doe",
- handle: "@johndoe",
- testimonial: "Exceptional service! They handled everything perfectly.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/luxury-nightclub-features-modern-decor-lighting-equipment-generated-by-ai_188544-45394.jpg?_wi=1",
- imageAlt: "modern office board room",
- },
- {
- name: "Jane Smith",
- handle: "@janesmith",
- testimonial: "Professional, efficient, and very knowledgeable.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/senior-man-taking-notes-class_23-2149114297.jpg?_wi=1",
- imageAlt: "modern office board room",
- },
- {
- name: "Alex River",
- handle: "@ariver",
- testimonial: "The fastest registration process I've encountered.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/3d-cartoon-portrait-person-practicing-law-related-profession_23-2151419528.jpg?_wi=1",
- imageAlt: "modern office board room",
- },
- {
- name: "Sam Taylor",
- handle: "@staylor",
- testimonial: "Expert guidance that saved us countless hours.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-business-people-working-with-ipad_23-2150103556.jpg",
- imageAlt: "modern office board room",
- },
- {
- name: "Morgan Lee",
- handle: "@mlee",
- testimonial: "Reliable and consistent support for my startup.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/standard-quality-control-concept-m_23-2150041840.jpg",
- imageAlt: "modern office board room",
- },
+ { name: "John Doe", handle: "@johndoe", testimonial: "Exceptional service! They handled everything perfectly.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/luxury-nightclub-features-modern-decor-lighting-equipment-generated-by-ai_188544-45394.jpg", imageAlt: "modern office board room" },
+ { name: "Jane Smith", handle: "@janesmith", testimonial: "Professional, efficient, and very knowledgeable.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/senior-man-taking-notes-class_23-2149114297.jpg", imageAlt: "modern office board room" },
+ { name: "Alex River", handle: "@ariver", testimonial: "The fastest registration process I've encountered.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/3d-cartoon-portrait-person-practicing-law-related-profession_23-2151419528.jpg", imageAlt: "modern office board room" },
+ { name: "Sam Taylor", handle: "@staylor", testimonial: "Expert guidance that saved us countless hours.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/top-view-business-people-working-with-ipad_23-2150103556.jpg", imageAlt: "modern office board room" },
+ { name: "Morgan Lee", handle: "@mlee", testimonial: "Reliable and consistent support for my startup.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/standard-quality-control-concept-m_23-2150041840.jpg", imageAlt: "modern office board room" }
]}
- buttons={[
- {
- text: "Get Started",
- href: "#contact",
- },
- ]}
- imageSrc="http://img.b2bpic.net/free-photo/luxury-nightclub-features-modern-decor-lighting-equipment-generated-by-ai_188544-45394.jpg?_wi=2"
+ buttons={[{ text: "Get Started", href: "#contact" }]}
+ imageSrc="http://img.b2bpic.net/free-photo/luxury-nightclub-features-modern-decor-lighting-equipment-generated-by-ai_188544-45394.jpg"
avatars={[
- {
- src: "http://img.b2bpic.net/free-photo/happy-employee_1098-16109.jpg",
- alt: "Happy employee",
- },
- {
- src: "http://img.b2bpic.net/free-photo/successful-senior-businessman-standing-window_1262-3120.jpg",
- alt: "Successful senior businessman standing at window",
- },
- {
- src: "http://img.b2bpic.net/free-photo/smiling-senior-businessman-sitting-stairs_1262-3109.jpg",
- alt: "Smiling senior businessman sitting on stairs",
- },
- {
- src: "http://img.b2bpic.net/free-photo/smiling-mature-businessman-using-digital-tablet-caf_23-2147955292.jpg",
- alt: "Smiling mature businessman using digital tablet in cafe",
- },
- {
- src: "http://img.b2bpic.net/free-photo/portrait-confident-young-businesswoman-digital-nomad-posing-her-office-wearing-casual-clothes_1258-195343.jpg",
- alt: "Portrait of confident young businesswoman",
- },
+ { src: "http://img.b2bpic.net/free-photo/happy-employee_1098-16109.jpg", alt: "Happy employee" },
+ { src: "http://img.b2bpic.net/free-photo/successful-senior-businessman-standing-window_1262-3120.jpg", alt: "Successful senior businessman standing at window" },
+ { src: "http://img.b2bpic.net/free-photo/smiling-senior-businessman-sitting-stairs_1262-3109.jpg", alt: "Smiling senior businessman sitting on stairs" },
+ { src: "http://img.b2bpic.net/free-photo/smiling-mature-businessman-using-digital-tablet-caf_23-2147955292.jpg", alt: "Smiling mature businessman using digital tablet in cafe" },
+ { src: "http://img.b2bpic.net/free-photo/portrait-confident-young-businesswoman-digital-nomad-posing-her-office-wearing-casual-clothes_1258-195343.jpg", alt: "Portrait of confident young businesswoman" }
]}
/>
@@ -136,16 +69,10 @@ export default function LandingPage() {
title="Your Partner in Growth"
description="We specialize in helping businesses of all sizes navigate the complex landscape of corporate compliance and administration."
metrics={[
- {
- value: "15+",
- title: "Years Experience",
- },
- {
- value: "5000+",
- title: "Clients Served",
- },
+ { value: "15+", title: "Years Experience" },
+ { value: "5000+", title: "Clients Served" }
]}
- imageSrc="http://img.b2bpic.net/free-photo/senior-man-taking-notes-class_23-2149114297.jpg?_wi=2"
+ imageSrc="http://img.b2bpic.net/free-photo/senior-man-taking-notes-class_23-2149114297.jpg"
mediaAnimation="slide-up"
metricsAnimation="blur-reveal"
/>
@@ -157,30 +84,9 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
features={[
- {
- title: "Business Formation",
- description: "Seamless entity setup and registration.",
- bentoComponent: "reveal-icon",
- icon: CheckCircle,
- imageSrc: "http://img.b2bpic.net/free-photo/3d-cartoon-portrait-person-practicing-law-related-profession_23-2151419528.jpg?_wi=2",
- imageAlt: "business filing icon",
- },
- {
- title: "Compliance Management",
- description: "Stay aligned with legal standards.",
- bentoComponent: "reveal-icon",
- icon: Shield,
- imageSrc: "http://img.b2bpic.net/free-photo/luxury-nightclub-features-modern-decor-lighting-equipment-generated-by-ai_188544-45394.jpg?_wi=3",
- imageAlt: "business filing icon",
- },
- {
- title: "Annual Filings",
- description: "Timely reports, always accurate.",
- bentoComponent: "reveal-icon",
- icon: FileText,
- imageSrc: "http://img.b2bpic.net/free-photo/senior-man-taking-notes-class_23-2149114297.jpg?_wi=3",
- imageAlt: "business filing icon",
- },
+ { title: "Business Formation", description: "Seamless entity setup and registration.", bentoComponent: "reveal-icon", icon: CheckCircle },
+ { title: "Compliance Management", description: "Stay aligned with legal standards.", bentoComponent: "reveal-icon", icon: Shield },
+ { title: "Annual Filings", description: "Timely reports, always accurate.", bentoComponent: "reveal-icon", icon: FileText }
]}
title="Comprehensive Business Services"
description="Tailored solutions for your corporate success."
@@ -191,25 +97,11 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file