diff --git a/src/app/page.tsx b/src/app/page.tsx
index 27cd0c3..bd45192 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -11,6 +11,9 @@ import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloating
import ProductCardThree from '@/components/sections/product/ProductCardThree';
import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
import TextAbout from '@/components/sections/about/TextAbout';
+import FaqBase from '@/components/sections/faq/FaqBase';
+import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
+import LegalSection from '@/components/legal/LegalSection';
export default function LandingPage() {
return (
@@ -30,14 +33,10 @@ export default function LandingPage() {
-
+
@@ -98,12 +65,8 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
features={[
- {
- title: "Software Engineering", description: "High-quality, scalable code solutions.", imageSrc: "http://img.b2bpic.net/free-photo/debugging-software-programming-language-displayed-computer-display_482257-123007.jpg"},
- {
- title: "Product Design", description: "User-centric interface development.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-admin-office-sing-tablet-design-machine-learning-algorithms_482257-124791.jpg"},
- {
- title: "Technical Strategy", description: "Aligning technology with business goals.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-computer-screen-software-developer-typing-programming-language-it-startup-agency-display-concept-system-engineer-writing-source-code-scrolling-text-database-functions-script_482257-33355.jpg"},
+ { title: "Software Engineering", description: "High-quality, scalable code solutions.", imageSrc: "http://img.b2bpic.net/free-photo/debugging-software-programming-language-displayed-computer-display_482257-123007.jpg" },
+ { title: "Product Design", description: "User-centric interface development.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-admin-office-sing-tablet-design-machine-learning-algorithms_482257-124791.jpg" },
]}
title="Core Competencies"
description="Technical skills driven by modern practices and strategic thinking."
@@ -117,18 +80,8 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
products={[
- {
- id: "p1", name: "Modern App UI", price: "View Project", imageSrc: "http://img.b2bpic.net/free-photo/man-safeguarding-servers-against-viruses-using-mockup-computer_482257-123482.jpg"},
- {
- id: "p2", name: "Corporate Platform", price: "View Project", imageSrc: "http://img.b2bpic.net/free-photo/still-life-graphic-design-day_52683-160828.jpg"},
- {
- id: "p3", name: "Tech Integration", price: "View Project", imageSrc: "http://img.b2bpic.net/free-photo/teamworking-ai-technicians-using-green-screen-laptop-business-data-analysis_482257-91014.jpg"},
- {
- id: "p4", name: "Digital System", price: "View Project", imageSrc: "http://img.b2bpic.net/free-vector/task-management-application_23-2148628459.jpg"},
- {
- id: "p5", name: "Web Infrastructure", price: "View Project", imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-working-digital-monitors_23-2148910247.jpg"},
- {
- id: "p6", name: "UX Audit Report", price: "View Project", imageSrc: "http://img.b2bpic.net/free-photo/printer-icon-computer-page-digital-paper-concept_53876-124304.jpg"},
+ { id: "p1", name: "Modern App UI", price: "View Project", imageSrc: "http://img.b2bpic.net/free-photo/man-safeguarding-servers-against-viruses-using-mockup-computer_482257-123482.jpg" },
+ { id: "p2", name: "Corporate Platform", price: "View Project", imageSrc: "http://img.b2bpic.net/free-photo/still-life-graphic-design-day_52683-160828.jpg" },
]}
title="Selected Projects"
description="A collection of recent work and professional engagements."
@@ -142,74 +95,78 @@ export default function LandingPage() {
gridVariant="uniform-all-items-equal"
useInvertedBackground={false}
metrics={[
- {
- id: "m1", value: "100+", description: "Projects Completed"},
- {
- id: "m2", value: "5+", description: "Years Experience"},
- {
- id: "m3", value: "25+", description: "Happy Clients"},
+ { id: "m1", value: "100+", description: "Projects Completed" },
+ { id: "m2", value: "5+", description: "Years Experience" },
]}
title="Proven Performance"
description="Key achievements throughout my career."
/>
+
+
+
+
+
+
+
+
+
+
+
+
);
-}
+}
\ No newline at end of file