Merge version_5 into main #7
@@ -27,22 +27,22 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "Products", id: "products" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
{ name: "Bosh sahifa", id: "hero" },
|
||||
{ name: "Mahsulotlar", id: "products" },
|
||||
{ name: "Bog'lanish", id: "contact" },
|
||||
]}
|
||||
brandName="DevPortfolio"
|
||||
button={{ text: "Get Started", href: "mailto:hello@devportfolio.com" }}
|
||||
button={{ text: "Boshlash", href: "mailto:hello@devportfolio.com" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroCarouselLogo
|
||||
logoText="DevPortfolio"
|
||||
description="Building high-performance software for the next generation of digital products."
|
||||
buttons={[{ text: "View Products", href: "#products" }]}
|
||||
description="Keyingi avlod raqamli mahsulotlari uchun yuqori samarali dasturiy ta'minot yaratish."
|
||||
buttons={[{ text: "Mahsulotlarni ko'rish", href: "#products" }]}
|
||||
slides={[
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/working-table-with-computer_93675-133813.jpg", imageAlt: "Workstation" }
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/working-table-with-computer_93675-133813.jpg", imageAlt: "Ish stoli" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -51,23 +51,23 @@ export default function LandingPage() {
|
||||
<ProductCardFour
|
||||
gridVariant="uniform-all-items-equal"
|
||||
animationType="slide-up"
|
||||
title="Core Solutions"
|
||||
description="High-impact software tools designed for scale."
|
||||
title="Asosiy Yechimlar"
|
||||
description="Kengaytirish uchun mo'ljallangan yuqori ta'sirli dasturiy vositalar."
|
||||
useInvertedBackground={true}
|
||||
textboxLayout="default"
|
||||
products={[
|
||||
{ id: "1", name: "Cloud Platform", price: "$99/mo", variant: "Pro", imageSrc: "http://img.b2bpic.net/free-photo/laptop-dark-night-desktop_169016-51691.jpg" },
|
||||
{ id: "2", name: "Design System", price: "$49/mo", variant: "Starter", imageSrc: "http://img.b2bpic.net/free-photo/luxurious-boardroom-space-within-multinational-company-used-meetings_482257-124520.jpg" }
|
||||
{ id: "1", name: "Bulutli platforma", price: "$99/oy", variant: "Pro", imageSrc: "http://img.b2bpic.net/free-photo/laptop-dark-night-desktop_169016-51691.jpg" },
|
||||
{ id: "2", name: "Dizayn tizimi", price: "$49/oy", variant: "Starter", imageSrc: "http://img.b2bpic.net/free-photo/luxurious-boardroom-space-within-multinational-company-used-meetings_482257-124520.jpg" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCTA
|
||||
tag="Get In Touch"
|
||||
title="Ready to scale?"
|
||||
description="Let's build your next project together. Reach out for a consultation."
|
||||
buttons={[{ text: "Email Us", href: "mailto:hello@devportfolio.com" }]}
|
||||
tag="Bog'lanish"
|
||||
title="Kengaytirishga tayyormisiz?"
|
||||
description="Keling, keyingi loyihangizni birga quramiz. Maslahat uchun biz bilan bog'laning."
|
||||
buttons={[{ text: "Bizga yozing", href: "mailto:hello@devportfolio.com" }]}
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
@@ -76,8 +76,8 @@ export default function LandingPage() {
|
||||
<div id="socialProof" data-section="socialProof">
|
||||
<SocialProofOne
|
||||
names={["Google", "Microsoft", "Amazon", "Netflix", "Tesla"]}
|
||||
title="Trusted by global teams"
|
||||
description="Empowering teams with reliable and scalable software."
|
||||
title="Jahon jamoalari tomonidan ishonch bildirilgan"
|
||||
description="Ishonchli va kengaytiriladigan dasturiy ta'minot bilan jamoalarni kuchaytirish."
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
@@ -87,8 +87,8 @@ export default function LandingPage() {
|
||||
<FooterBaseCard
|
||||
logoText="DevPortfolio"
|
||||
columns={[
|
||||
{ title: "Navigation", items: [{ label: "Home", href: "#hero" }, { label: "Products", href: "#products" }] },
|
||||
{ title: "Support", items: [{ label: "Contact", href: "mailto:hello@devportfolio.com" }] }
|
||||
{ title: "Navigatsiya", items: [{ label: "Bosh sahifa", href: "#hero" }, { label: "Mahsulotlar", href: "#products" }] },
|
||||
{ title: "Qo'llab-quvvatlash", items: [{ label: "Bog'lanish", href: "mailto:hello@devportfolio.com" }] }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user