Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-04-07 12:12:34 +00:00

View File

@@ -30,22 +30,10 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarLayoutFloatingOverlay
navItems={[
{
name: "Home",
id: "#hero",
},
{
name: "Proiecte",
id: "#projects",
},
{
name: "Servicii",
id: "#services",
},
{
name: "Contact",
id: "#contact",
},
{ name: "Home", id: "#hero" },
{ name: "Proiecte", id: "#projects" },
{ name: "Servicii", id: "#services" },
{ name: "Contact", id: "#contact" },
]}
brandName="Tnikons Dev"
/>
@@ -53,39 +41,14 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroSplitDualMedia
background={{
variant: "gradient-bars",
}}
background={{ variant: "gradient-bars" }}
title="Arhitect de Experiențe Digitale Premium"
description="Transformăm viziunea ta într-o realitate digitală de neegalat. Design vizual modern, performanță tehnică de top și interacțiuni care definesc standardul industriei."
tag="Web Development & UI/UX Expert"
buttons={[
{
text: "Programează o Consultație",
href: "#contact",
},
]}
buttons={[{ text: "Programează o Consultație", href: "#contact" }]}
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/modern-office-desk-illuminated-by-electric-lamp-generated-by-ai_188544-21295.jpg?_wi=1",
imageAlt: "Developer Workspace 1",
},
{
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BlGGR5xebdRRLpLuBxjVrOuscV/uploaded-1775563884757-1qqbrgns.png?_wi=1",
imageAlt: "Developer Workspace 2",
},
{
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BlGGR5xebdRRLpLuBxjVrOuscV/uploaded-1775563884758-hmbt9318.png?_wi=1",
imageAlt: "Developer Workspace 3",
},
{
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BlGGR5xebdRRLpLuBxjVrOuscV/uploaded-1775563884758-z6hpz5ar.png?_wi=1",
imageAlt: "Developer Workspace 4",
},
{
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BlGGR5xebdRRLpLuBxjVrOuscV/uploaded-1775563884758-r18n9o15.png?_wi=1",
imageAlt: "Developer Workspace 5",
},
{ imageSrc: "http://img.b2bpic.net/free-photo/modern-office-desk-illuminated-by-electric-lamp-generated-by-ai_188544-21295.jpg", imageAlt: "Developer Workspace 1" },
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BlGGR5xebdRRLpLuBxjVrOuscV/uploaded-1775563884757-1qqbrgns.png", imageAlt: "Developer Workspace 2" }
]}
mediaAnimation="slide-up"
rating={5}
@@ -113,42 +76,9 @@ export default function LandingPage() {
gridVariant="bento-grid"
useInvertedBackground={false}
products={[
{
id: "1",
name: "Proiect Digital A",
price: "Custom Solution",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BlGGR5xebdRRLpLuBxjVrOuscV/uploaded-1775563884757-1qqbrgns.png?_wi=2",
},
{
id: "2",
name: "E-Commerce Luxury",
price: "Custom Solution",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BlGGR5xebdRRLpLuBxjVrOuscV/uploaded-1775563884758-hmbt9318.png?_wi=2",
},
{
id: "3",
name: "Corporate Identity",
price: "Custom Solution",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BlGGR5xebdRRLpLuBxjVrOuscV/uploaded-1775563884758-z6hpz5ar.png?_wi=2",
},
{
id: "4",
name: "Web App Saas",
price: "Custom Solution",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BlGGR5xebdRRLpLuBxjVrOuscV/uploaded-1775563884758-r18n9o15.png?_wi=2",
},
{
id: "5",
name: "Portfolio Design",
price: "Custom Solution",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BlGGR5xebdRRLpLuBxjVrOuscV/uploaded-1775563884758-tlrbtyd6.png",
},
{
id: "6",
name: "Mobile Dashboard",
price: "Custom Solution",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BlGGR5xebdRRLpLuBxjVrOuscV/uploaded-1775563884757-1qqbrgns.png?_wi=3",
},
{ id: "1", name: "Proiect Digital A", price: "Custom Solution", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BlGGR5xebdRRLpLuBxjVrOuscV/uploaded-1775563884757-1qqbrgns.png" },
{ id: "2", name: "E-Commerce Luxury", price: "Custom Solution", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BlGGR5xebdRRLpLuBxjVrOuscV/uploaded-1775563884758-hmbt9318.png" },
{ id: "3", name: "Corporate Identity", price: "Custom Solution", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BlGGR5xebdRRLpLuBxjVrOuscV/uploaded-1775563884758-z6hpz5ar.png" }
]}
title="Proiecte Selectate"
description="Portofoliu de site-uri și aplicații dezvoltate pentru clienți exigenți."
@@ -157,24 +87,13 @@ export default function LandingPage() {
<div id="services" data-section="services">
<FeatureBorderGlow
animationType="slide-up"
textboxLayout="split"
useInvertedBackground={true}
features={[
{
icon: Code,
title: "Web Development",
description: "Dezvoltare web de înaltă performanță, optimizată pentru viteza și conversii.",
},
{
icon: Layout,
title: "UI/UX Design",
description: "Interfețe vizuale intuitive și captivante, orientate către utilizator.",
},
{
icon: Palette,
title: "Campanii Vizuale",
description: "Strategii vizuale care amplifică identitatea brandului tău.",
},
{ icon: Code, title: "Web Development", description: "Dezvoltare web de înaltă performanță, optimizată pentru viteza și conversii." },
{ icon: Layout, title: "UI/UX Design", description: "Interfețe vizuale intuitive și captivante, orientate către utilizator." },
{ icon: Palette, title: "Campanii Vizuale", description: "Strategii vizuale care amplifică identitatea brandului tău." }
]}
title="Servicii de Top"
description="Soluții complete de digitalizare pentru afacerea ta."
@@ -187,41 +106,8 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
testimonials={[
{
id: "1",
name: "Client A",
handle: "@company",
testimonial: "O experiență extraordinară, profesionalism la fiecare detaliu.",
imageSrc: "http://img.b2bpic.net/free-photo/successful-expert_1098-14503.jpg",
},
{
id: "2",
name: "Client B",
handle: "@startup",
testimonial: "Transformare completă, rezultate peste așteptări.",
imageSrc: "http://img.b2bpic.net/free-photo/happy-business-man-working-laptop-lobby_1262-5095.jpg",
},
{
id: "3",
name: "Client C",
handle: "@brand",
testimonial: "Un developer care înțelege cu adevărat business-ul.",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-positive-confident-businessman_1262-17122.jpg",
},
{
id: "4",
name: "Client D",
handle: "@agency",
testimonial: "Calitate tehnică impecabilă și design de neegalat.",
imageSrc: "http://img.b2bpic.net/free-photo/closeup-serious-handsome-middle-aged-boss_1262-4837.jpg",
},
{
id: "5",
name: "Client E",
handle: "@design",
testimonial: "Creativitate și execuție tehnică la standarde internaționale.",
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-boss-sitting-with-newspaper-table_1098-3037.jpg",
},
{ id: "1", name: "Client A", handle: "@company", testimonial: "O experiență extraordinară, profesionalism la fiecare detaliu.", imageSrc: "http://img.b2bpic.net/free-photo/successful-expert_1098-14503.jpg" },
{ id: "2", name: "Client B", handle: "@startup", testimonial: "Transformare completă, rezultate peste așteptări.", imageSrc: "http://img.b2bpic.net/free-photo/happy-business-man-working-laptop-lobby_1262-5095.jpg" }
]}
title="Ce spun clienții mei"
description="Feedback de la parteneri care au ales soluțiile mele digitale."
@@ -231,16 +117,14 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactSplit
useInvertedBackground={true}
background={{
variant: "plain",
}}
background={{ variant: "plain" }}
tag="Contact"
title="Hai să Colaborăm"
description="Sunt disponibil pentru proiecte care schimbă regulile jocului. Contactează-mă pentru o discuție despre afacerea ta."
mediaPosition="left"
inputPlaceholder="Adresa de email"
buttonText="Trimite Mesajul"
imageSrc="http://img.b2bpic.net/free-photo/modern-office-desk-illuminated-by-electric-lamp-generated-by-ai_188544-21295.jpg?_wi=2"
imageSrc="http://img.b2bpic.net/free-photo/modern-office-desk-illuminated-by-electric-lamp-generated-by-ai_188544-21295.jpg"
mediaAnimation="slide-up"
/>
</div>
@@ -249,36 +133,12 @@ export default function LandingPage() {
<FooterBaseCard
logoText="Tnikons Dev"
columns={[
{
title: "Contact",
items: [
{
label: "+373 68 475 960",
href: "tel:+37368475960",
},
{
label: "tnikons@gmail.com",
href: "mailto:tnikons@gmail.com",
},
],
},
{
title: "Social",
items: [
{
label: "WhatsApp",
href: "https://wa.me/37368475960",
},
{
label: "LinkedIn",
href: "#",
},
],
},
{ title: "Contact", items: [{ label: "+373 68 475 960", href: "tel:+37368475960" }, { label: "tnikons@gmail.com", href: "mailto:tnikons@gmail.com" }] },
{ title: "Social", items: [{ label: "WhatsApp", href: "https://wa.me/37368475960" }, { label: "LinkedIn", href: "#" }] }
]}
/>
</div>
</ReactLenis>
</ThemeProvider>
);
}
}