Merge version_1 into main #2
168
src/app/page.tsx
168
src/app/page.tsx
@@ -30,21 +30,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Acasă",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Acasă", id: "hero"},
|
||||
{
|
||||
name: "Despre Noi",
|
||||
id: "about",
|
||||
},
|
||||
name: "Despre Noi", id: "about"},
|
||||
{
|
||||
name: "Servicii",
|
||||
id: "services",
|
||||
},
|
||||
name: "Servicii", id: "services"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Inkstar"
|
||||
/>
|
||||
@@ -52,48 +44,31 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardTestimonial
|
||||
background="gradient-bars"
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Soluții Profesionale Inkstar"
|
||||
description="Expertiză și inovație în fiecare proiect. Suntem dedicați să oferim excelență prin servicii adaptate nevoilor tale."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Ion Popescu",
|
||||
handle: "@client",
|
||||
testimonial: "Servicii de înaltă calitate și profesionalism remarcabil.",
|
||||
rating: 5,
|
||||
name: "Ion Popescu", handle: "@client", testimonial: "Servicii de înaltă calitate și profesionalism remarcabil.", rating: 5,
|
||||
},
|
||||
{
|
||||
name: "Maria Ionescu",
|
||||
handle: "@partner",
|
||||
testimonial: "Inkstar este partenerul ideal pentru afacerea noastră.",
|
||||
rating: 5,
|
||||
name: "Maria Ionescu", handle: "@partner", testimonial: "Inkstar este partenerul ideal pentru afacerea noastră.", rating: 5,
|
||||
},
|
||||
{
|
||||
name: "Vasile Georgescu",
|
||||
handle: "@client",
|
||||
testimonial: "Eficiență maximă și rezultate peste așteptări.",
|
||||
rating: 5,
|
||||
name: "Vasile Georgescu", handle: "@client", testimonial: "Eficiență maximă și rezultate peste așteptări.", rating: 5,
|
||||
},
|
||||
{
|
||||
name: "Elena Dumitru",
|
||||
handle: "@client",
|
||||
testimonial: "O echipă dedicată care înțelege nevoile clienților.",
|
||||
rating: 5,
|
||||
name: "Elena Dumitru", handle: "@client", testimonial: "O echipă dedicată care înțelege nevoile clienților.", rating: 5,
|
||||
},
|
||||
{
|
||||
name: "Andrei Marin",
|
||||
handle: "@client",
|
||||
testimonial: "Rezultate excelente și o comunicare foarte transparentă.",
|
||||
rating: 5,
|
||||
name: "Andrei Marin", handle: "@client", testimonial: "Rezultate excelente și o comunicare foarte transparentă.", rating: 5,
|
||||
},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Cere o ofertă",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Cere o ofertă", href: "#contact"},
|
||||
]}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BZa6MGlGwj4EDV0MhezgveMcGy/professional-tech-dashboard-interface-wi-1774700690633-c2b6eace.png?_wi=1"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BZa6MGlGwj4EDV0MhezgveMcGy/professional-tech-dashboard-interface-wi-1774700690633-c2b6eace.png"
|
||||
imageAlt="Inkstar Professional Services"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
@@ -104,14 +79,10 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="Despre Inkstar"
|
||||
description={[
|
||||
"Fondată cu misiunea de a aduce plusvaloare pe piață, Inkstar se remarcă prin profesionalism și inovație. Suntem o echipă de experți pasionați.",
|
||||
"Valorile noastre fundamentale sunt integritatea, calitatea și orientarea către rezultatele clientului. Fiecare proiect Inkstar este o dovadă a angajamentului nostru.",
|
||||
]}
|
||||
"Fondată cu misiunea de a aduce plusvaloare pe piață, Inkstar se remarcă prin profesionalism și inovație. Suntem o echipă de experți pasionați.", "Valorile noastre fundamentale sunt integritatea, calitatea și orientarea către rezultatele clientului. Fiecare proiect Inkstar este o dovadă a angajamentului nostru."]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Află mai multe",
|
||||
href: "#services",
|
||||
},
|
||||
text: "Află mai multe", href: "#services"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -123,62 +94,41 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "s1",
|
||||
title: "Consultanță",
|
||||
description: "Analiză detaliată și strategii de dezvoltare personalizate.",
|
||||
media: {
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BZa6MGlGwj4EDV0MhezgveMcGy/strategic-consultation-session-professio-1774700768395-9df89246.png",
|
||||
imageAlt: "Consultanță",
|
||||
},
|
||||
id: "s1", title: "Consultanță", description: "Analiză detaliată și strategii de dezvoltare personalizate.", media: {
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BZa6MGlGwj4EDV0MhezgveMcGy/strategic-consultation-session-professio-1774700768395-9df89246.png", imageAlt: "Consultanță"},
|
||||
items: [
|
||||
{
|
||||
icon: CheckCircle,
|
||||
text: "Diagnostic precis",
|
||||
},
|
||||
text: "Diagnostic precis"},
|
||||
{
|
||||
icon: CheckCircle,
|
||||
text: "Soluții implementabile",
|
||||
},
|
||||
text: "Soluții implementabile"},
|
||||
],
|
||||
reverse: false,
|
||||
},
|
||||
{
|
||||
id: "s2",
|
||||
title: "Management",
|
||||
description: "Gestionăm eficient resursele și procesele operaționale.",
|
||||
media: {
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BZa6MGlGwj4EDV0MhezgveMcGy/operational-management-interface-and-wor-1774700693052-2cea474e.png",
|
||||
imageAlt: "Management",
|
||||
},
|
||||
id: "s2", title: "Management", description: "Gestionăm eficient resursele și procesele operaționale.", media: {
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BZa6MGlGwj4EDV0MhezgveMcGy/operational-management-interface-and-wor-1774700693052-2cea474e.png", imageAlt: "Management"},
|
||||
items: [
|
||||
{
|
||||
icon: CheckCircle,
|
||||
text: "Optimizare costuri",
|
||||
},
|
||||
text: "Optimizare costuri"},
|
||||
{
|
||||
icon: CheckCircle,
|
||||
text: "Monitorizare constantă",
|
||||
},
|
||||
text: "Monitorizare constantă"},
|
||||
],
|
||||
reverse: true,
|
||||
},
|
||||
{
|
||||
id: "s3",
|
||||
title: "Suport Tehnic",
|
||||
description: "Echipa noastră oferă suport continuu pentru succesul tău.",
|
||||
media: {
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BZa6MGlGwj4EDV0MhezgveMcGy/technical-support-person-helping-with-so-1774700690145-0f578d8c.png",
|
||||
imageAlt: "Suport",
|
||||
},
|
||||
id: "s3", title: "Suport Tehnic", description: "Echipa noastră oferă suport continuu pentru succesul tău.", media: {
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BZa6MGlGwj4EDV0MhezgveMcGy/technical-support-person-helping-with-so-1774700690145-0f578d8c.png", imageAlt: "Suport"},
|
||||
items: [
|
||||
{
|
||||
icon: CheckCircle,
|
||||
text: "Disponibilitate 24/7",
|
||||
},
|
||||
text: "Disponibilitate 24/7"},
|
||||
{
|
||||
icon: CheckCircle,
|
||||
text: "Rezolvări rapide",
|
||||
},
|
||||
text: "Rezolvări rapide"},
|
||||
],
|
||||
reverse: false,
|
||||
},
|
||||
@@ -195,22 +145,14 @@ export default function LandingPage() {
|
||||
description="Suntem gata să discutăm proiectul tău. Trimite-ne un mesaj și îți răspundem cât mai curând."
|
||||
inputs={[
|
||||
{
|
||||
name: "nume",
|
||||
type: "text",
|
||||
placeholder: "Numele tău",
|
||||
required: true,
|
||||
name: "nume", type: "text", placeholder: "Numele tău", required: true,
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Email",
|
||||
required: true,
|
||||
name: "email", type: "email", placeholder: "Email", required: true,
|
||||
},
|
||||
]}
|
||||
textarea={{
|
||||
name: "mesaj",
|
||||
placeholder: "Cum te putem ajuta?",
|
||||
rows: 4,
|
||||
name: "mesaj", placeholder: "Cum te putem ajuta?", rows: 4,
|
||||
}}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BZa6MGlGwj4EDV0MhezgveMcGy/abstract-modern-background-for-contact-f-1774700689965-d6d1006c.png"
|
||||
mediaAnimation="blur-reveal"
|
||||
@@ -227,35 +169,15 @@ export default function LandingPage() {
|
||||
description="Profesioniști dedicați excelenței în fiecare detaliu."
|
||||
members={[
|
||||
{
|
||||
id: "m1",
|
||||
name: "Elena Popa",
|
||||
role: "Director Strategie",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BZa6MGlGwj4EDV0MhezgveMcGy/professional-tech-dashboard-interface-wi-1774700690633-c2b6eace.png?_wi=2",
|
||||
},
|
||||
id: "m1", name: "Elena Popa", role: "Director Strategie", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BZa6MGlGwj4EDV0MhezgveMcGy/professional-tech-dashboard-interface-wi-1774700690633-c2b6eace.png"},
|
||||
{
|
||||
id: "m2",
|
||||
name: "Andrei Voicu",
|
||||
role: "Lead Consultant",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BZa6MGlGwj4EDV0MhezgveMcGy/professional-tech-dashboard-interface-wi-1774700690633-c2b6eace.png?_wi=3",
|
||||
},
|
||||
id: "m2", name: "Andrei Voicu", role: "Lead Consultant", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BZa6MGlGwj4EDV0MhezgveMcGy/professional-tech-dashboard-interface-wi-1774700690633-c2b6eace.png"},
|
||||
{
|
||||
id: "m3",
|
||||
name: "Maria Stoica",
|
||||
role: "Manager Operațiuni",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BZa6MGlGwj4EDV0MhezgveMcGy/professional-tech-dashboard-interface-wi-1774700690633-c2b6eace.png?_wi=4",
|
||||
},
|
||||
id: "m3", name: "Maria Stoica", role: "Manager Operațiuni", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BZa6MGlGwj4EDV0MhezgveMcGy/professional-tech-dashboard-interface-wi-1774700690633-c2b6eace.png"},
|
||||
{
|
||||
id: "m4",
|
||||
name: "Ion Ionescu",
|
||||
role: "Suport Tehnic",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BZa6MGlGwj4EDV0MhezgveMcGy/professional-tech-dashboard-interface-wi-1774700690633-c2b6eace.png?_wi=5",
|
||||
},
|
||||
id: "m4", name: "Ion Ionescu", role: "Suport Tehnic", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BZa6MGlGwj4EDV0MhezgveMcGy/professional-tech-dashboard-interface-wi-1774700690633-c2b6eace.png"},
|
||||
{
|
||||
id: "m5",
|
||||
name: "Ana Radu",
|
||||
role: "Business Analyst",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BZa6MGlGwj4EDV0MhezgveMcGy/professional-tech-dashboard-interface-wi-1774700690633-c2b6eace.png?_wi=6",
|
||||
},
|
||||
id: "m5", name: "Ana Radu", role: "Business Analyst", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BZa6MGlGwj4EDV0MhezgveMcGy/professional-tech-dashboard-interface-wi-1774700690633-c2b6eace.png"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -265,29 +187,19 @@ export default function LandingPage() {
|
||||
logoText="Inkstar"
|
||||
columns={[
|
||||
{
|
||||
title: "Companie",
|
||||
items: [
|
||||
title: "Companie", items: [
|
||||
{
|
||||
label: "Despre",
|
||||
href: "#about",
|
||||
},
|
||||
label: "Despre", href: "#about"},
|
||||
{
|
||||
label: "Servicii",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Servicii", href: "#services"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "GDPR",
|
||||
href: "#",
|
||||
},
|
||||
label: "GDPR", href: "#"},
|
||||
{
|
||||
label: "Termeni",
|
||||
href: "#",
|
||||
},
|
||||
label: "Termeni", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user