diff --git a/src/app/page.tsx b/src/app/page.tsx index 9bfb5ac..a6c9f27 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,56 +32,25 @@ export default function LandingPage() {
@@ -151,42 +95,9 @@ export default function LandingPage() { gridVariant="one-large-right-three-stacked-left" useInvertedBackground={false} products={[ - { - id: "p1", - name: "AI Logic UI", - price: "Research", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-working-digital-monitors_23-2148910247.jpg", - }, - { - id: "p2", - name: "Cloud Infrastructure", - price: "System", - imageSrc: "http://img.b2bpic.net/free-photo/data-center-engineer-coding-notebook-adjusting-power-settings_482257-120677.jpg", - }, - { - id: "p3", - name: "Responsive App", - price: "Frontend", - imageSrc: "http://img.b2bpic.net/free-photo/phone-with-intelligent-software-placed-table-kitchen-with-nobody-controlling-light-with-high-tech-application_482257-2267.jpg", - }, - { - id: "p4", - name: "AI Chatbot", - price: "Automation", - imageSrc: "http://img.b2bpic.net/free-photo/smart-home-assistant-with-holographic-interface_23-2152000834.jpg", - }, - { - id: "p5", - name: "Backend API", - price: "Architecture", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-beautiful-optical-fiber-details_23-2149212595.jpg", - }, - { - id: "p6", - name: "Developer Setup", - price: "Workstation", - imageSrc: "http://img.b2bpic.net/free-photo/cup-tea-lamp-laptop-desktop-night_169016-17447.jpg", - }, + { id: "p1", name: "AI Logic UI", price: "Research", imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-working-digital-monitors_23-2148910247.jpg" }, + { id: "p2", name: "Cloud Infrastructure", price: "System", imageSrc: "http://img.b2bpic.net/free-photo/data-center-engineer-coding-notebook-adjusting-power-settings_482257-120677.jpg" }, + { id: "p3", name: "Responsive App", price: "Frontend", imageSrc: "http://img.b2bpic.net/free-photo/phone-with-intelligent-software-placed-table-kitchen-with-nobody-controlling-light-with-high-tech-application_482257-2267.jpg" } ]} title="Featured Projects" description="Showcasing high-impact work ranging from web platforms to AI research." @@ -200,27 +111,9 @@ export default function LandingPage() { gridVariant="bento-grid" useInvertedBackground={false} metrics={[ - { - id: "m1", - value: "99.9%", - title: "Uptime", - description: "Cloud services reliability", - icon: Shield, - }, - { - id: "m2", - value: "50+", - title: "Modules", - description: "Custom coded components", - icon: Code, - }, - { - id: "m3", - value: "10s", - title: "Avg latency", - description: "AI agent inference time", - icon: Zap, - }, + { id: "m1", value: "99.9%", title: "Uptime", description: "Cloud services reliability", icon: Shield }, + { id: "m2", value: "50+", title: "Modules", description: "Custom coded components", icon: Code }, + { id: "m3", value: "10s", title: "Avg latency", description: "AI agent inference time", icon: Zap } ]} title="System Performance" description="Measurable impact of my deployed projects and research work." @@ -233,41 +126,11 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} testimonials={[ - { - id: "1", - name: "Sarah Johnson", - handle: "@sarahj", - testimonial: "Benedict's knowledge of cloud infrastructure is unmatched.", - imageSrc: "http://img.b2bpic.net/free-photo/smiling-mature-businessman-using-digital-tablet-caf_23-2147955292.jpg", - }, - { - id: "2", - name: "Michael Chen", - handle: "@mchen", - testimonial: "Incredible work integrating AI into our existing web workflow.", - imageSrc: "http://img.b2bpic.net/free-photo/young-adult-working-social-integration-workspace_23-2149341139.jpg", - }, - { - id: "3", - name: "Emily Rodriguez", - handle: "@emilyrod", - testimonial: "A true professional with a knack for debugging complex code.", - imageSrc: "http://img.b2bpic.net/free-photo/people-working-as-team-company_23-2149136872.jpg", - }, - { - id: "4", - name: "David Kim", - handle: "@dkim", - testimonial: "Collaborating with Benedict improved our dev speed significantly.", - imageSrc: "http://img.b2bpic.net/free-photo/freelance-concept-with-man-holding-laptop_23-2148022699.jpg", - }, - { - id: "5", - name: "Alice Wang", - handle: "@awang", - testimonial: "The AI agent he built for us is revolutionary.", - imageSrc: "http://img.b2bpic.net/free-photo/cybersecurity-team-investigating-cybercrime-malware-attacks_482257-105573.jpg", - }, + { id: "1", name: "Sarah Johnson", handle: "@sarahj", testimonial: "Benedict's knowledge of cloud infrastructure is unmatched.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-mature-businessman-using-digital-tablet-caf_23-2147955292.jpg" }, + { id: "2", name: "Michael Chen", handle: "@mchen", testimonial: "Incredible work integrating AI into our existing web workflow.", imageSrc: "http://img.b2bpic.net/free-photo/young-adult-working-social-integration-workspace_23-2149341139.jpg" }, + { id: "3", name: "Emily Rodriguez", handle: "@emilyrod", testimonial: "A true professional with a knack for debugging complex code.", imageSrc: "http://img.b2bpic.net/free-photo/people-working-as-team-company_23-2149136872.jpg" }, + { id: "4", name: "David Kim", handle: "@dkim", testimonial: "Collaborating with Benedict improved our dev speed significantly.", imageSrc: "http://img.b2bpic.net/free-photo/freelance-concept-with-man-holding-laptop_23-2148022699.jpg" }, + { id: "5", name: "Alice Wang", handle: "@awang", testimonial: "The AI agent he built for us is revolutionary.", imageSrc: "http://img.b2bpic.net/free-photo/cybersecurity-team-investigating-cybercrime-malware-attacks_482257-105573.jpg" } ]} title="Professional Feedback" description="What partners and peers say about my approach to technology." @@ -278,21 +141,9 @@ export default function LandingPage() {
@@ -324,40 +167,8 @@ export default function LandingPage() {