Merge version_4 into main #4

Merged
bender merged 1 commits from version_4 into main 2026-05-16 04:59:22 +00:00

View File

@@ -62,8 +62,12 @@ export default function LandingPage() {
<div id="services" data-section="services">
<FeatureHoverPattern
animationType="slide-up"
textboxLayout="split"
textboxLayout="inline-image"
useInvertedBackground={false}
titleSegments={[
{ type: "image", src: "http://img.b2bpic.net/free-photo/minimal-design-studio-abstract-composition_23-2148767215.jpg", alt: "service-top-image" },
{ type: "text", content: "Our Specialized Digital Services" }
]}
features={[
{ icon: Monitor, title: "Web Design", description: "Custom websites tailored to your specific business goals and audience." },
{ icon: Zap, title: "Landing Pages", description: "High-conversion landing pages engineered to drive measurable results." },
@@ -71,6 +75,7 @@ export default function LandingPage() {
]}
title="Our Specialized Digital Services"
description="We offer end-to-end design solutions designed for performance and brand authority."
titleImageClassName="w-full max-h-48 object-cover rounded-lg mb-4"
/>
</div>