Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
2026-04-08 17:21:23 +00:00

View File

@@ -29,22 +29,10 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarStyleApple
navItems={[
{
name: "Home",
id: "hero",
},
{
name: "About",
id: "about",
},
{
name: "Features",
id: "features",
},
{
name: "Contact",
id: "contact",
},
{ name: "Home", id: "hero" },
{ name: "About", id: "about" },
{ name: "Features", id: "features" },
{ name: "Contact", id: "contact" },
]}
brandName="IF-Tech"
/>
@@ -52,64 +40,27 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroBillboard
background={{
variant: "sparkles-gradient",
}}
background={{ variant: "sparkles-gradient" }}
title="Empowering Ivano-Frankivsk Through Digital Innovation"
description="We architect high-performance software solutions to help your business scale locally and globally. Expert engineering meets professional design."
buttons={[
{
text: "Get Started",
href: "#contact",
},
]}
imageSrc="http://img.b2bpic.net/free-photo/accountant-busy-workplace-talking-with-colleagues-while-working_482257-126642.jpg?_wi=1"
buttons={[{ text: "Get Started", href: "#contact" }]}
imageSrc="http://img.b2bpic.net/free-photo/accountant-busy-workplace-talking-with-colleagues-while-working_482257-126642.jpg"
imageAlt="IF-Tech Digital Solutions"
mediaAnimation="slide-up"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/man-solar-panels-plant-using-laptop-improve-solar-cells-efficiency_482257-119894.jpg",
alt: "Client A",
},
{
src: "http://img.b2bpic.net/free-photo/positive-guy-glasses-holding-tablet-looking_74855-3039.jpg",
alt: "Client B",
},
{
src: "http://img.b2bpic.net/free-photo/system-administrator-walking-data-center-used-managing-gear-energy_482257-116015.jpg",
alt: "Client C",
},
{
src: "http://img.b2bpic.net/free-photo/smiling-senior-engineer-solar-panels-plant-reading-documentation_482257-120499.jpg",
alt: "Client D",
},
{
src: "http://img.b2bpic.net/free-photo/portrait-hacker_23-2148165894.jpg",
alt: "Client E",
},
{ src: "http://img.b2bpic.net/free-photo/man-solar-panels-plant-using-laptop-improve-solar-cells-efficiency_482257-119894.jpg", alt: "Client A" },
{ src: "http://img.b2bpic.net/free-photo/positive-guy-glasses-holding-tablet-looking_74855-3039.jpg", alt: "Client B" },
{ src: "http://img.b2bpic.net/free-photo/system-administrator-walking-data-center-used-managing-gear-energy_482257-116015.jpg", alt: "Client C" },
{ src: "http://img.b2bpic.net/free-photo/smiling-senior-engineer-solar-panels-plant-reading-documentation_482257-120499.jpg", alt: "Client D" },
{ src: "http://img.b2bpic.net/free-photo/portrait-hacker_23-2148165894.jpg", alt: "Client E" },
]}
avatarText="Trusted by 50+ local innovators"
marqueeItems={[
{
type: "text",
text: "Cloud Infrastructure",
},
{
type: "text",
text: "SaaS Development",
},
{
type: "text",
text: "UI/UX Design",
},
{
type: "text",
text: "Data Analytics",
},
{
type: "text",
text: "Cyber Security",
},
{ type: "text", text: "Cloud Infrastructure" },
{ type: "text", text: "SaaS Development" },
{ type: "text", text: "UI/UX Design" },
{ type: "text", text: "Data Analytics" },
{ type: "text", text: "Cyber Security" },
]}
/>
</div>
@@ -118,12 +69,7 @@ export default function LandingPage() {
<TextAbout
useInvertedBackground={false}
title="Your Local Tech Partner in Ivano-Frankivsk"
buttons={[
{
text: "Our Approach",
href: "#features",
},
]}
buttons={[{ text: "Our Approach", href: "#features" }]}
/>
</div>
@@ -134,29 +80,15 @@ export default function LandingPage() {
useInvertedBackground={true}
features={[
{
title: "Custom Software Engineering",
description: "Bespoke SaaS platforms and robust enterprise applications built with modern stacks.",
media: {
imageSrc: "http://img.b2bpic.net/free-photo/woman-property-engineer-searching-layout-details-laptop-office_482257-130146.jpg",
imageAlt: "Software Engineering",
title: "Custom Software Engineering", description: "Bespoke SaaS platforms and robust enterprise applications built with modern stacks.", media: {
imageSrc: "http://img.b2bpic.net/free-photo/woman-property-engineer-searching-layout-details-laptop-office_482257-130146.jpg", imageAlt: "Software Engineering"
},
items: [
{
icon: Code,
text: "Clean, scalable code",
},
{
icon: Shield,
text: "High security standards",
},
{
icon: Zap,
text: "Performance optimized",
},
{ icon: Code, text: "Clean, scalable code" },
{ icon: Shield, text: "High security standards" },
{ icon: Zap, text: "Performance optimized" },
],
reverse: false,
imageSrc: "http://img.b2bpic.net/free-photo/accountant-busy-workplace-talking-with-colleagues-while-working_482257-126642.jpg?_wi=2",
imageAlt: "digital technology dashboard red theme",
reverse: false
},
]}
title="Full-Cycle Digital Development"
@@ -168,31 +100,11 @@ export default function LandingPage() {
<TestimonialCardTwelve
useInvertedBackground={false}
testimonials={[
{
id: "1",
name: "Oleksandr Bondar",
imageSrc: "http://img.b2bpic.net/free-photo/man-solar-panels-plant-using-laptop-improve-solar-cells-efficiency_482257-119894.jpg",
},
{
id: "2",
name: "Olena Melnyk",
imageSrc: "http://img.b2bpic.net/free-photo/positive-guy-glasses-holding-tablet-looking_74855-3039.jpg",
},
{
id: "3",
name: "Ivan Petrenko",
imageSrc: "http://img.b2bpic.net/free-photo/system-administrator-walking-data-center-used-managing-gear-energy_482257-116015.jpg",
},
{
id: "4",
name: "Maria Hrytsenko",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-senior-engineer-solar-panels-plant-reading-documentation_482257-120499.jpg",
},
{
id: "5",
name: "Viktor Sydorenko",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-hacker_23-2148165894.jpg",
},
{ id: "1", name: "Oleksandr Bondar", imageSrc: "http://img.b2bpic.net/free-photo/man-solar-panels-plant-using-laptop-improve-solar-cells-efficiency_482257-119894.jpg" },
{ id: "2", name: "Olena Melnyk", imageSrc: "http://img.b2bpic.net/free-photo/positive-guy-glasses-holding-tablet-looking_74855-3039.jpg" },
{ id: "3", name: "Ivan Petrenko", imageSrc: "http://img.b2bpic.net/free-photo/system-administrator-walking-data-center-used-managing-gear-energy_482257-116015.jpg" },
{ id: "4", name: "Maria Hrytsenko", imageSrc: "http://img.b2bpic.net/free-photo/smiling-senior-engineer-solar-panels-plant-reading-documentation_482257-120499.jpg" },
{ id: "5", name: "Viktor Sydorenko", imageSrc: "http://img.b2bpic.net/free-photo/portrait-hacker_23-2148165894.jpg" },
]}
cardTitle="Client Success Stories"
cardTag="Trusted by Leaders"
@@ -203,30 +115,17 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactText
useInvertedBackground={true}
background={{
variant: "gradient-bars",
}}
background={{ variant: "gradient-bars" }}
text="Ready to bring your project to life in Ivano-Frankivsk? Let's discuss your goals."
buttons={[
{
text: "Send a Message",
href: "mailto:hello@if-tech.ua",
},
]}
buttons={[{ text: "Send a Message", href: "mailto:hello@if-tech.ua" }]}
/>
</div>
<div id="footer" data-section="footer">
<FooterLogoReveal
logoText="IF-Tech"
leftLink={{
text: "Privacy Policy",
href: "/privacy",
}}
rightLink={{
text: "Terms of Service",
href: "/terms",
}}
leftLink={{ text: "Privacy Policy", href: "/privacy" }}
rightLink={{ text: "Terms of Service", href: "/terms" }}
/>
</div>
</ReactLenis>