Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| c3e81f01ae | |||
| 3b9bb17030 | |||
| e64595d551 | |||
| 64e3de1835 | |||
| 36111c405d | |||
| 8915b7b8d0 | |||
| ee03935252 | |||
| 828b807bf8 |
@@ -1,77 +1,21 @@
|
||||
import type { Metadata } from "next";
|
||||
import { Halant } from "next/font/google";
|
||||
import { Inter } from "next/font/google";
|
||||
import { Poppins } from "next/font/google";
|
||||
import "./globals.css";
|
||||
import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
|
||||
const halant = Halant({
|
||||
variable: "--font-halant",
|
||||
subsets: ["latin"],
|
||||
weight: ["300", "400", "500", "600", "700"],
|
||||
});
|
||||
|
||||
const inter = Inter({
|
||||
variable: "--font-inter",
|
||||
subsets: ["latin"],
|
||||
});
|
||||
|
||||
const poppins = Poppins({
|
||||
variable: "--font-poppins",
|
||||
subsets: ["latin"],
|
||||
weight: ["100", "200", "300", "400", "500", "600", "700", "800", "900"],
|
||||
});
|
||||
const inter = Inter({ subsets: ["latin"] });
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "DevNest - Web Development Agency | Custom Websites for Business",
|
||||
description: "DevNest creates stunning, high-performance websites for businesses. Custom web development, UI/UX design, and digital transformation solutions.",
|
||||
keywords: "web development, web design agency, custom websites, UI/UX design, digital agency, web solutions",
|
||||
metadataBase: new URL("https://devnest.com"),
|
||||
alternates: {
|
||||
canonical: "https://devnest.com",
|
||||
},
|
||||
openGraph: {
|
||||
title: "DevNest - Web Development Agency",
|
||||
description: "Transform your business with stunning, high-performance websites built by DevNest.",
|
||||
url: "https://devnest.com",
|
||||
siteName: "DevNest",
|
||||
type: "website",
|
||||
images: [
|
||||
{
|
||||
url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUjFIzvpdQlJSAeIR8xofrsh8d/a-modern-web-development-dashboard-inter-1772654927340-7827f44c.png",
|
||||
alt: "DevNest Web Development",
|
||||
},
|
||||
],
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
title: "DevNest - Web Development Agency",
|
||||
description: "Custom websites and digital solutions for your business",
|
||||
images: [
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUjFIzvpdQlJSAeIR8xofrsh8d/a-modern-web-development-dashboard-inter-1772654927340-7827f44c.png",
|
||||
],
|
||||
},
|
||||
robots: {
|
||||
index: true,
|
||||
follow: true,
|
||||
},
|
||||
title: "DevNest - Usługi Tworzenia Stron Internetowych", description: "Zbuduj swoją obecność cyfrową z DevNest. Tworzymy wspaniałe, wysokowydajne strony internetowe, które transformują Twoją firmę."
|
||||
};
|
||||
|
||||
export default function RootLayout({
|
||||
children,
|
||||
}: Readonly<{
|
||||
}: {
|
||||
children: React.ReactNode;
|
||||
}>) {
|
||||
}) {
|
||||
return (
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<ServiceWrapper>
|
||||
<body
|
||||
className={`${halant.variable} ${inter.variable} ${poppins.variable} antialiased`}
|
||||
>
|
||||
<Tag />
|
||||
{children}
|
||||
|
||||
<html lang="pl">
|
||||
<body className={inter.className}>{children}
|
||||
<script
|
||||
dangerouslySetInnerHTML={{
|
||||
__html: `
|
||||
@@ -1439,7 +1383,6 @@ export default function RootLayout({
|
||||
}}
|
||||
/>
|
||||
</body>
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
140
src/app/page.tsx
140
src/app/page.tsx
@@ -32,50 +32,50 @@ export default function HomePage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
brandName="DevNest"
|
||||
navItems={[
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "About", id: "/about" },
|
||||
{ name: "Services", id: "/services" },
|
||||
{ name: "Strona główna", id: "/" },
|
||||
{ name: "O nas", id: "/about" },
|
||||
{ name: "Usługi", id: "/services" },
|
||||
{ name: "Portfolio", id: "/portfolio" },
|
||||
{ name: "Pricing", id: "/pricing" },
|
||||
{ name: "Contact", id: "/contact" },
|
||||
{ name: "Cennik", id: "/pricing" },
|
||||
{ name: "Kontakt", id: "/contact" },
|
||||
]}
|
||||
button={{ text: "Get Started", href: "https://devnest.contact" }}
|
||||
button={{ text: "Rozpocznij projekt", href: "https://devnest.contact" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboard
|
||||
title="Build Your Digital Presence with DevNest"
|
||||
description="We create stunning, high-performance websites that transform your business. From concept to launch, we deliver solutions that drive growth."
|
||||
title="Zbuduj swoją obecność cyfrową z DevNest"
|
||||
description="Tworzymy wspaniałe, wysokowydajne strony internetowe, które transformują Twoją firmę. Od koncepcji do uruchomienia, dostarczamy rozwiązania, które napędzają wzrost."
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
tag="Web Excellence"
|
||||
tag="Doskonałość w Internecie"
|
||||
tagIcon={Sparkles}
|
||||
tagAnimation="slide-up"
|
||||
buttons={[
|
||||
{ text: "Start Your Project", href: "/contact" },
|
||||
{ text: "View Our Work", href: "/portfolio" },
|
||||
{ text: "Rozpocznij projekt", href: "/contact" },
|
||||
{ text: "Zobacz nasze prace", href: "/portfolio" },
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUjFIzvpdQlJSAeIR8xofrsh8d/a-modern-web-development-dashboard-inter-1772654927340-7827f44c.png"
|
||||
imageAlt="DevNest web development dashboard"
|
||||
imageAlt="Panel sterowania DevNest web development"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUjFIzvpdQlJSAeIR8xofrsh8d/professional-headshot-of-a-diverse-team--1772654926911-3a234a11.png", alt: "Team member 1" },
|
||||
{ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUjFIzvpdQlJSAeIR8xofrsh8d/professional-headshot-of-another-diverse-1772654927316-e0b0767b.png", alt: "Team member 2" },
|
||||
{ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUjFIzvpdQlJSAeIR8xofrsh8d/professional-headshot-of-a-diverse-team--1772654926799-66e7d4e8.png", alt: "Team member 3" },
|
||||
{ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUjFIzvpdQlJSAeIR8xofrsh8d/professional-headshot-of-a-diverse-team--1772654926911-3a234a11.png", alt: "Członek zespołu 1" },
|
||||
{ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUjFIzvpdQlJSAeIR8xofrsh8d/professional-headshot-of-another-diverse-1772654927316-e0b0767b.png", alt: "Członek zespołu 2" },
|
||||
{ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUjFIzvpdQlJSAeIR8xofrsh8d/professional-headshot-of-a-diverse-team--1772654926799-66e7d4e8.png", alt: "Członek zespołu 3" },
|
||||
]}
|
||||
avatarText="Trusted by 150+ businesses worldwide"
|
||||
avatarText="Zaufany przez 150+ firm na całym świecie"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<AboutMetric
|
||||
title="Empowering Businesses Through Web Innovation"
|
||||
title="Zaufany przez 150+ firm: Oto co dostarczamy"
|
||||
metrics={[
|
||||
{ icon: Zap, label: "Projects Completed", value: "300+" },
|
||||
{ icon: Users, label: "Happy Clients", value: "150+" },
|
||||
{ icon: Globe, label: "Countries Served", value: "25+" },
|
||||
{ icon: TrendingUp, label: "Average Conversion Lift", value: "45%" },
|
||||
{ icon: Zap, label: "Ukończone projekty", value: "300+" },
|
||||
{ icon: Users, label: "Zadowoleni klienci", value: "150+" },
|
||||
{ icon: Globe, label: "Obsługiwane kraje", value: "25+" },
|
||||
{ icon: TrendingUp, label: "Średni wzrost konwersji", value: "45%" },
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
@@ -84,18 +84,18 @@ export default function HomePage() {
|
||||
|
||||
<div id="services" data-section="services">
|
||||
<FeatureHoverPattern
|
||||
title="Our Web Development Services"
|
||||
description="Comprehensive solutions tailored to elevate your online presence and drive business results"
|
||||
tag="Services"
|
||||
title="Nasze usługi tworzenia stron internetowych"
|
||||
description="Kompleksowe rozwiązania dostosowane do podniesienia Twojej obecności online i osiągnięcia wyników biznesowych"
|
||||
tag="Usługi"
|
||||
tagIcon={Zap}
|
||||
tagAnimation="slide-up"
|
||||
features={[
|
||||
{ icon: Code, title: "Custom Web Development", description: "Bespoke web applications built with cutting-edge technologies and best practices" },
|
||||
{ icon: Palette, title: "UI/UX Design", description: "Beautiful, intuitive interfaces that engage users and drive conversions" },
|
||||
{ icon: Smartphone, title: "Responsive Design", description: "Seamless experiences across all devices and screen sizes" },
|
||||
{ icon: Zap, title: "Performance Optimization", description: "Lightning-fast load times and optimized user experiences" },
|
||||
{ icon: Shield, title: "Security & Compliance", description: "Enterprise-grade security protocols and regulatory compliance" },
|
||||
{ icon: BarChart3, title: "SEO & Analytics", description: "Data-driven optimization to maximize visibility and conversions" },
|
||||
{ icon: Code, title: "Niestandardowe tworzenie stron", description: "Aplikacje internetowe dostosowane do Twoich potrzeb zbudowane za pomocą najnowszych technologii i najlepszych praktyk" },
|
||||
{ icon: Palette, title: "Projektowanie UI/UX", description: "Piękne, intuicyjne interfejsy, które angażują użytkowników i napędzają konwersje" },
|
||||
{ icon: Smartphone, title: "Responsywny design", description: "Bezproblemowe doświadczenie na wszystkich urządzeniach i rozmiarach ekranu" },
|
||||
{ icon: Zap, title: "Optymalizacja wydajności", description: "Błyskawiczne czasy ładowania i zoptymalizowane doświadczenia użytkownika" },
|
||||
{ icon: Shield, title: "Bezpieczeństwo i zgodność", description: "Protokoły bezpieczeństwa klasy enterprise i zgodność z wymogami prawnymi" },
|
||||
{ icon: BarChart3, title: "SEO i analityka", description: "Optymalizacja oparta na danych w celu maksymalizacji widoczności i konwersji" },
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -105,20 +105,24 @@ export default function HomePage() {
|
||||
|
||||
<div id="portfolio" data-section="portfolio">
|
||||
<ProductCardOne
|
||||
title="Featured Projects"
|
||||
description="Showcase of our most impactful web solutions and digital transformations"
|
||||
title="Polecane projekty"
|
||||
description="Przegląd naszych najbardziej wpływowych rozwiązań internetowych i transformacji cyfrowych"
|
||||
tag="Portfolio"
|
||||
tagIcon={Award}
|
||||
tagAnimation="slide-up"
|
||||
products={[
|
||||
{
|
||||
id: "1", name: "TechFlow E-Commerce Platform", price: "E-commerce", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUjFIzvpdQlJSAeIR8xofrsh8d/a-modern-e-commerce-website-interface-sh-1772654928544-a4ddb342.png", imageAlt: "E-commerce platform"},
|
||||
id: "1", name: "Platforma e-commerce TechFlow", price: "E-commerce", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUjFIzvpdQlJSAeIR8xofrsh8d/a-modern-e-commerce-website-interface-sh-1772654928544-a4ddb342.png", imageAlt: "Platforma e-commerce"
|
||||
},
|
||||
{
|
||||
id: "2", name: "FinanceHub Analytics Dashboard", price: "Dashboard", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUjFIzvpdQlJSAeIR8xofrsh8d/an-advanced-analytics-dashboard-with-cha-1772654927755-23adcfba.png", imageAlt: "Analytics dashboard"},
|
||||
id: "2", name: "Panel analityki FinanceHub", price: "Panel sterowania", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUjFIzvpdQlJSAeIR8xofrsh8d/an-advanced-analytics-dashboard-with-cha-1772654927755-23adcfba.png", imageAlt: "Panel analityki"
|
||||
},
|
||||
{
|
||||
id: "3", name: "HealthCare Patient Portal", price: "Web App", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUjFIzvpdQlJSAeIR8xofrsh8d/a-healthcare-patient-portal-interface-wi-1772654927766-bdbbea5d.png", imageAlt: "Healthcare portal"},
|
||||
id: "3", name: "Portal pacjenta HealthCare", price: "Aplikacja internetowa", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUjFIzvpdQlJSAeIR8xofrsh8d/a-healthcare-patient-portal-interface-wi-1772654927766-bdbbea5d.png", imageAlt: "Portal opieki zdrowotnej"
|
||||
},
|
||||
{
|
||||
id: "4", name: "EduLearn LMS Platform", price: "Education", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUjFIzvpdQlJSAeIR8xofrsh8d/an-online-learning-management-system-wit-1772654928753-53e44156.png", imageAlt: "Learning management system"},
|
||||
id: "4", name: "Platforma LMS EduLearn", price: "Edukacja", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUjFIzvpdQlJSAeIR8xofrsh8d/an-online-learning-management-system-wit-1772654928753-53e44156.png", imageAlt: "System zarządzania nauką"
|
||||
},
|
||||
]}
|
||||
gridVariant="bento-grid"
|
||||
animationType="slide-up"
|
||||
@@ -129,20 +133,20 @@ export default function HomePage() {
|
||||
|
||||
<div id="metrics" data-section="metrics">
|
||||
<MetricCardSeven
|
||||
title="Why Partner With DevNest"
|
||||
description="Proven expertise and measurable results that drive business growth"
|
||||
title="Dlaczego warto współpracować z DevNest"
|
||||
description="Sprawdzona wiedza i mierzalne wyniki, które napędzają wzrost biznesu"
|
||||
metrics={[
|
||||
{
|
||||
id: "1", value: "98%", title: "Client Satisfaction Rate", items: ["Consistent quality delivery", "On-time project completion", "Dedicated support team"],
|
||||
id: "1", value: "98%", title: "Wskaźnik satysfakcji klientów", items: ["Konsekwentna jakość dostarczenia", "Terminowe ukończenie projektów", "Dedykowany zespół wsparcia"],
|
||||
},
|
||||
{
|
||||
id: "2", value: "300+", title: "Successful Projects", items: ["Diverse industry experience", "Proven track record", "Portfolio of excellence"],
|
||||
id: "2", value: "300+", title: "Udane projekty", items: ["Doświadczenie w różnych branżach", "Potwierdzona historia", "Portfolio doskonałości"],
|
||||
},
|
||||
{
|
||||
id: "3", value: "45%", title: "Average Conversion Lift", items: ["Data-driven optimization", "UX-focused design", "Performance maximization"],
|
||||
id: "3", value: "45%", title: "Średni wzrost konwersji", items: ["Optymalizacja oparta na danych", "Design skoncentrowany na UX", "Maksymalizacja wydajności"],
|
||||
},
|
||||
{
|
||||
id: "4", value: "24/7", title: "Post-Launch Support", items: ["Continuous monitoring", "Regular updates", "Technical assistance"],
|
||||
id: "4", value: "24/7", title: "Wsparcie po uruchomieniu", items: ["Ciągłe monitorowanie", "Regularne aktualizacje", "Pomoc techniczna"],
|
||||
},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
@@ -153,16 +157,16 @@ export default function HomePage() {
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardFifteen
|
||||
testimonial="DevNest transformed our online presence completely. Their team understood our vision and delivered beyond expectations. Our website now converts 40% better than before."
|
||||
testimonial="DevNest całkowicie zmienił naszą obecność online. Zespół zrozumiał naszą wizję i dostarczył poza oczekiwaniami. Nasza strona internetowa teraz konwertuje 40% lepiej niż wcześniej."
|
||||
rating={5}
|
||||
author="Sarah Johnson, CEO of TechFlow"
|
||||
author="Sarah Johnson, CEO TechFlow"
|
||||
avatars={[
|
||||
{ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUjFIzvpdQlJSAeIR8xofrsh8d/professional-business-woman-headshot-wit-1772654927227-e59b954e.png", alt: "Sarah Johnson" },
|
||||
{ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUjFIzvpdQlJSAeIR8xofrsh8d/professional-business-person-headshot-wi-1772654928183-e56eefee.png", alt: "Client representative" },
|
||||
{ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUjFIzvpdQlJSAeIR8xofrsh8d/professional-business-individual-headsho-1772654926925-39218acb.png", alt: "Team member" },
|
||||
{ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUjFIzvpdQlJSAeIR8xofrsh8d/professional-business-person-headshot-wi-1772654928183-e56eefee.png", alt: "Przedstawiciel klienta" },
|
||||
{ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUjFIzvpdQlJSAeIR8xofrsh8d/professional-business-individual-headsho-1772654926925-39218acb.png", alt: "Członek zespołu" },
|
||||
{ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUjFIzvpdQlJSAeIR8xofrsh8d/professional-business-person-portrait-wi-1772654926843-3df56a5d.png", alt: "Developer" },
|
||||
{ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUjFIzvpdQlJSAeIR8xofrsh8d/professional-business-woman-portrait-wit-1772654927815-4583bc50.png", alt: "Designer" },
|
||||
{ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUjFIzvpdQlJSAeIR8xofrsh8d/professional-business-individual-headsho-1772654927148-7db2fbfa.png", alt: "Manager" },
|
||||
{ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUjFIzvpdQlJSAeIR8xofrsh8d/professional-business-individual-headsho-1772654927148-7db2fbfa.png", alt: "Menedżer" },
|
||||
]}
|
||||
ratingAnimation="slide-up"
|
||||
avatarsAnimation="slide-up"
|
||||
@@ -172,8 +176,8 @@ export default function HomePage() {
|
||||
|
||||
<div id="team" data-section="team">
|
||||
<TeamCardFive
|
||||
title="Meet Our Expert Team"
|
||||
description="Talented professionals dedicated to your project success"
|
||||
title="Poznaj nasz ekspertny zespół"
|
||||
description="Utalentowani profesjonaliści poświęceni powodzeniu Twojego projektu"
|
||||
team={[
|
||||
{ id: "1", name: "Alex Rivera", role: "Lead Developer", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUjFIzvpdQlJSAeIR8xofrsh8d/professional-portrait-of-a-web-developer-1772654927116-e1d0e3ce.png" },
|
||||
{ id: "2", name: "Emma Zhang", role: "UI/UX Designer", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUjFIzvpdQlJSAeIR8xofrsh8d/professional-portrait-of-a-ui-ux-designe-1772654927406-bf612b92.png" },
|
||||
@@ -190,15 +194,15 @@ export default function HomePage() {
|
||||
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqSplitText
|
||||
sideTitle="Frequently Asked Questions"
|
||||
sideDescription="Everything you need to know about our services and process"
|
||||
sideTitle="Często zadawane pytania"
|
||||
sideDescription="Wszystko, co musisz wiedzieć o naszych usługach i procesie"
|
||||
faqs={[
|
||||
{ id: "1", title: "What is your typical project timeline?", content: "Project timelines vary based on complexity and scope. A typical website takes 6-12 weeks from discovery to launch. We provide detailed timelines after the initial consultation." },
|
||||
{ id: "2", title: "Do you provide post-launch support?", content: "Yes! We offer 24/7 post-launch support including monitoring, updates, security patches, and feature enhancements to keep your site performing optimally." },
|
||||
{ id: "3", title: "Can you help with SEO?", content: "Absolutely. We build SEO best practices into every site from the ground up, and offer comprehensive SEO services to maximize your visibility." },
|
||||
{ id: "4", title: "What technologies do you use?", content: "We use modern, industry-standard technologies including React, Next.js, Node.js, and various cloud platforms to ensure scalability and performance." },
|
||||
{ id: "5", title: "How do you handle project changes?", content: "We maintain transparent communication and offer flexible project structures. Change requests are evaluated and managed within agreed scope parameters." },
|
||||
{ id: "6", title: "What is your pricing model?", content: "We offer project-based pricing, retainer models, and custom packages tailored to your needs. Contact us for a personalized quote based on your requirements." },
|
||||
{ id: "1", title: "Jaki jest typowy harmonogram projektu?", content: "Harmonogramy projektów różnią się w zależności od złożoności i zakresu. Typowa strona internetowa zajmuje 6-12 tygodni od odkrycia do uruchomienia. Po wstępnej konsultacji podamy szczegółowe harmonogramy." },
|
||||
{ id: "2", title: "Czy zapewniasz wsparcie po uruchomieniu?", content: "Tak! Oferujemy wsparcie 24/7 po uruchomieniu, w tym monitoring, aktualizacje, poprawki bezpieczeństwa i ulepszenia funkcji, aby Twoja strona działała optymalnie." },
|
||||
{ id: "3", title: "Czy możecie pomóc w SEO?", content: "Absolutnie. Integrujemy najlepsze praktyki SEO na każdej stronie od samego początku i oferujemy kompleksowe usługi SEO, aby zmaksymalizować Twoją widoczność." },
|
||||
{ id: "4", title: "Jakie technologie używacie?", content: "Używamy nowoczesnych, standardowych technologii branżowych, w tym React, Next.js, Node.js i różnych platform chmurowych, aby zapewnić skalowalność i wydajność." },
|
||||
{ id: "5", title: "Jak obsługujecie zmiany w projekcie?", content: "Utrzymujemy przejrzystą komunikację i oferujemy elastyczne struktury projektów. Wnioski o zmianę są oceniane i zarządzane w ramach uzgodnionego zakresu." },
|
||||
{ id: "6", title: "Jaki jest Twój model cenowy?", content: "Oferujemy cenę za projekt, modele retainerowe i niestandardowe pakiety dostosowane do Twoich potrzeb. Skontaktuj się z nami, aby uzyskać spersonalizowaną wycenę na podstawie Twoich wymagań." },
|
||||
]}
|
||||
faqsAnimation="slide-up"
|
||||
textPosition="left"
|
||||
@@ -213,30 +217,30 @@ export default function HomePage() {
|
||||
columns={[
|
||||
{
|
||||
items: [
|
||||
{ label: "Home", href: "/" },
|
||||
{ label: "About", href: "/about" },
|
||||
{ label: "Services", href: "/services" },
|
||||
{ label: "Strona główna", href: "/" },
|
||||
{ label: "O nas", href: "/about" },
|
||||
{ label: "Usługi", href: "/services" },
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{ label: "Portfolio", href: "/portfolio" },
|
||||
{ label: "Pricing", href: "/pricing" },
|
||||
{ label: "Contact", href: "/contact" },
|
||||
{ label: "Cennik", href: "/pricing" },
|
||||
{ label: "Kontakt", href: "/contact" },
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{ label: "Blog", href: "/blog" },
|
||||
{ label: "Resources", href: "/resources" },
|
||||
{ label: "Support", href: "https://support.devnest.com" },
|
||||
{ label: "Zasoby", href: "/resources" },
|
||||
{ label: "Wsparcie", href: "https://support.devnest.com" },
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms of Service", href: "#" },
|
||||
{ label: "Cookie Policy", href: "#" },
|
||||
{ label: "Polityka prywatności", href: "#" },
|
||||
{ label: "Warunki świadczenia usług", href: "#" },
|
||||
{ label: "Polityka cookies", href: "#" },
|
||||
],
|
||||
},
|
||||
{
|
||||
@@ -251,4 +255,4 @@ export default function HomePage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user