Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-04-08 17:27:53 +00:00

View File

@@ -30,23 +30,16 @@ export default function LandingPage() {
<NavbarLayoutFloatingInline
navItems={[
{
name: "Home",
id: "hero",
},
name: "Home", id: "hero"},
{
name: "About",
id: "about",
},
name: "About", id: "about"},
{
name: "Features",
id: "features",
},
name: "Features", id: "features"},
{
name: "Contact",
id: "contact",
},
name: "Contact", id: "contact"},
]}
brandName="IF-Digital"
button={{ text: "Get Started", href: "#contact" }}
/>
</div>
@@ -56,9 +49,7 @@ export default function LandingPage() {
description="Leading digital transformation in Ivano-Frankivsk. We craft high-performance websites built for local growth and global reach."
buttons={[
{
text: "Get Started",
href: "#contact",
},
text: "Get Started", href: "#contact"},
]}
buttonAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/3d-abstract-bacground-extruding-cubes-with-shallow-depth-field_1048-12408.jpg"
@@ -72,19 +63,13 @@ export default function LandingPage() {
metrics={[
{
icon: CheckCircle,
label: "Projects Completed",
value: "150+",
},
label: "Projects Completed", value: "150+"},
{
icon: Award,
label: "Client Retention",
value: "98%",
},
label: "Client Retention", value: "98%"},
{
icon: Zap,
label: "Launch Speed",
value: "<1.2s",
},
label: "Launch Speed", value: "<1.2s"},
]}
metricsAnimation="slide-up"
/>
@@ -98,19 +83,13 @@ export default function LandingPage() {
features={[
{
icon: Smartphone,
title: "Mobile-First Design",
description: "Seamless user experiences optimized for all screens.",
},
title: "Mobile-First Design", description: "Seamless user experiences optimized for all screens."},
{
icon: Search,
title: "Local SEO",
description: "Rank higher in Ivano-Frankivsk searches.",
},
title: "Local SEO", description: "Rank higher in Ivano-Frankivsk searches."},
{
icon: Code,
title: "Next.js Development",
description: "High-performance code for maximum speed.",
},
title: "Next.js Development", description: "High-performance code for maximum speed."},
]}
title="Our Digital Services"
description="Tailored solutions designed for Ivano-Frankivsk business needs."
@@ -122,14 +101,7 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
names={[
"Local Business 1",
"Regional Retailer",
"Ivano-Tech Corp",
"Hospitality Group",
"Retail Solutions UA",
"Startup IF",
"Digital Hub",
]}
"Local Business 1", "Regional Retailer", "Ivano-Tech Corp", "Hospitality Group", "Retail Solutions UA", "Startup IF", "Digital Hub"]}
title="Trusted Partners"
description="Driving success for industry leaders across Ukraine."
/>
@@ -142,22 +114,14 @@ export default function LandingPage() {
description="Ready to transform your digital presence? Send us a message and let's start your project."
inputs={[
{
name: "fullName",
type: "text",
placeholder: "Your Name",
required: true,
name: "fullName", type: "text", placeholder: "Your Name", required: true,
},
{
name: "email",
type: "email",
placeholder: "Your Email",
required: true,
name: "email", type: "email", placeholder: "Your Email", required: true,
},
]}
textarea={{
name: "message",
placeholder: "Tell us about your project...",
rows: 4,
name: "message", placeholder: "Tell us about your project...", rows: 4,
required: true,
}}
imageSrc="http://img.b2bpic.net/free-photo/street-old-town-tarragona_1398-4529.jpg"
@@ -168,29 +132,19 @@ export default function LandingPage() {
<FooterBase
columns={[
{
title: "Company",
items: [
title: "Company", items: [
{
label: "About Us",
href: "#about",
},
label: "About Us", href: "#about"},
{
label: "Services",
href: "#features",
},
label: "Services", href: "#features"},
],
},
{
title: "Contact",
items: [
title: "Contact", items: [
{
label: "Ivano-Frankivsk, UA",
href: "#",
},
label: "Ivano-Frankivsk, UA", href: "#"},
{
label: "hello@ifdigital.com",
href: "mailto:hello@ifdigital.com",
},
label: "hello@ifdigital.com", href: "mailto:hello@ifdigital.com"},
],
},
]}