Update src/app/page.tsx
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import AboutMetric from '@/components/sections/about/AboutMetric';
|
||||
import SplitAbout from '@/components/sections/about/SplitAbout';
|
||||
import ContactCTA from '@/components/sections/contact/ContactCTA';
|
||||
import FaqDouble from '@/components/sections/faq/FaqDouble';
|
||||
import FeatureCardTwentyOne from '@/components/sections/feature/FeatureCardTwentyOne';
|
||||
@@ -60,15 +60,19 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<AboutMetric
|
||||
<SplitAbout
|
||||
useInvertedBackground={false}
|
||||
title="Defining the Digital Frontier"
|
||||
metrics={[
|
||||
{ icon: Code2, label: "AI Systems", value: "Advanced" },
|
||||
{ icon: Code, label: "Full Stack", value: "Expert" },
|
||||
{ icon: Shield, label: "Security", value: "Certified" },
|
||||
description="AI Systems Engineer & Full Stack Developer. Bridging technical precision with creative problem-solving."
|
||||
mediaBadge={{ text: "Available for Work", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-technologically-advanced-female-humanoid_23-2151666363.jpg" }}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/portrait-technologically-advanced-female-humanoid_23-2151666363.jpg"
|
||||
imageAlt="Rayash Albureihi Portrait"
|
||||
textboxLayout="split"
|
||||
bulletPoints={[
|
||||
{ title: "AI Systems", description: "Advanced neural architecture integration." },
|
||||
{ title: "Full Stack", description: "Expertise in modern web ecosystems." },
|
||||
{ title: "Security", description: "Certified resilient system design." },
|
||||
]}
|
||||
metricsAnimation="blur-reveal"
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user