Merge version_3 into main #4

Merged
bender merged 1 commits from version_3 into main 2026-05-06 09:57:47 +00:00

View File

@@ -11,7 +11,7 @@ import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleAp
import ProductCardOne from '@/components/sections/product/ProductCardOne';
import FeatureCardTwentyOne from '@/components/sections/feature/FeatureCardTwentyOne';
import TextAbout from '@/components/sections/about/TextAbout';
import { LayoutGrid, Server, ShieldCheck, Zap } from "lucide-react";
import { LayoutGrid } from "lucide-react";
export default function LandingPage() {
return (
@@ -47,7 +47,11 @@ export default function LandingPage() {
description="Minimalist high-impact web design for modern brands."
buttons={[{ text: "View Work" }, { text: "Hire Me" }]}
dashboard={{
title: "Project Metrics", stats: [{ title: "Conversion", description: "Per visit", values: [85, 92, 98] }],
title: "Project Metrics", stats: [
{ title: "Conversion", description: "Per visit", values: [85, 92, 98] },
{ title: "Efficiency", description: "Per process", values: [70, 75, 80] },
{ title: "Performance", description: "Per load", values: [90, 95, 99] }
],
logoIcon: LayoutGrid,
sidebarItems: [{ icon: LayoutGrid, active: true }],
imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-working-with-computer_23-2149930993.jpg"
@@ -73,6 +77,7 @@ export default function LandingPage() {
{ id: "s3", title: "Performance", content: "Lightning-fast load speeds for optimal user experience." },
{ id: "s4", title: "Security", content: "Robust backend protection and scalable infrastructure security." }
]}
imageSrc="http://img.b2bpic.net/free-photo/gaming-gear-desk-concept_23-2148734472.jpg"
useInvertedBackground={false}
/>
</div>
@@ -84,8 +89,11 @@ export default function LandingPage() {
gridVariant="asymmetric-60-wide-40-narrow"
animationType="blur-reveal"
textboxLayout="split"
useInvertedBackground={false}
products={[
{ id: "p1", name: "Cyber Pixel Quest", price: "Custom Quote", imageSrc: "http://img.b2bpic.net/free-photo/gaming-gear-desk-concept_23-2148734472.jpg" }
{ id: "p1", name: "Cyber Pixel Quest", price: "Custom Quote", imageSrc: "http://img.b2bpic.net/free-photo/gaming-gear-desk-concept_23-2148734472.jpg" },
{ id: "p2", name: "Retro Asset Pack", price: "Custom Quote", imageSrc: "http://img.b2bpic.net/free-photo/gaming-gear-desk-concept_23-2148734472.jpg" },
{ id: "p3", name: "Interactive Logic", price: "Custom Quote", imageSrc: "http://img.b2bpic.net/free-photo/gaming-gear-desk-concept_23-2148734472.jpg" }
]}
/>
</div>
@@ -108,10 +116,12 @@ export default function LandingPage() {
<BlogCardOne
animationType="slide-up"
textboxLayout="split"
useInvertedBackground={false}
title="Mis últimos trabajos"
description="Explora una selección de proyectos destacados."
blogs={[
{ id: "b1", category: "Web Design", title: "Indie Studio Launch", excerpt: "Landing page para Steam.", imageSrc: "http://img.b2bpic.net/free-photo/still-life-graphic-design-office_23-2151345406.jpg", authorName: "Matías L.", authorAvatar: "", date: "2024" }
{ id: "b1", category: "Web Design", title: "Indie Studio Launch", excerpt: "Landing page para Steam.", imageSrc: "http://img.b2bpic.net/free-photo/still-life-graphic-design-office_23-2151345406.jpg", authorName: "Matías L.", authorAvatar: "", date: "2024" },
{ id: "b2", category: "E-Commerce", title: "Shopify Redesign", excerpt: "Aumento de conversión del 30%.", imageSrc: "http://img.b2bpic.net/free-photo/still-life-graphic-design-office_23-2151345406.jpg", authorName: "Matías L.", authorAvatar: "", date: "2024" }
]}
/>
</div>