Merge version_2 into main #2

Merged
bender merged 1 commits from version_2 into main 2026-03-04 03:27:10 +00:00

View File

@@ -3,7 +3,7 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline";
import HeroLogoBillboard from "@/components/sections/hero/HeroLogoBillboard";
import FeatureCardTen from "@/components/sections/feature/FeatureCardTen";
import FeatureCardSeven from "@/components/sections/feature/FeatureCardSeven";
import MediaAbout from "@/components/sections/about/MediaAbout";
import MetricCardSeven from "@/components/sections/metrics/MetricCardSeven";
import TestimonialCardTwo from "@/components/sections/testimonial/TestimonialCardTwo";
@@ -71,71 +71,29 @@ export default function LandingPage() {
</div>
<div id="services" data-section="services">
<FeatureCardTen
<FeatureCardSeven
title="Our Comprehensive Digital Solutions"
description="We offer a complete suite of marketing and technology services designed to elevate your business in the digital landscape."
tag="What We Do"
features={[
{
id: "1", title: "Website Creation", description: "Custom-designed, high-performance websites that showcase your brand's elegance and drive conversions with intuitive user experiences.", media: {
imageSrc: "http://img.b2bpic.net/free-photo/develop-coding-web-design-coding-web-template_53876-132245.jpg"},
items: [
{ icon: Zap, text: "Responsive Design" },
{ icon: Shield, text: "SEO Optimized" },
{ icon: Sparkles, text: "Fast Performance" },
],
reverse: false,
},
id: 1,
title: "Website Creation", description: "Custom-designed, high-performance websites that showcase your brand's elegance and drive conversions with intuitive user experiences.", imageSrc: "http://img.b2bpic.net/free-photo/develop-coding-web-design-coding-web-template_53876-132245.jpg", imageAlt: "Website Creation"},
{
id: "2", title: "Advertising Video Recording", description: "Professional video production services that capture your brand's story with cinematic quality and compelling messaging.", media: {
imageSrc: "http://img.b2bpic.net/free-photo/professional-cameraman-recording-poeple-watching-football-public-place-night_1268-18138.jpg"},
items: [
{ icon: Film, text: "Professional Crew" },
{ icon: Camera, text: "4K Production" },
{ icon: Sparkles, text: "Creative Direction" },
],
reverse: true,
},
id: 2,
title: "Advertising Video Recording", description: "Professional video production services that capture your brand's story with cinematic quality and compelling messaging.", imageSrc: "http://img.b2bpic.net/free-photo/professional-cameraman-recording-poeple-watching-football-public-place-night_1268-18138.jpg", imageAlt: "Video Recording"},
{
id: "3", title: "Video Editing", description: "Masterful post-production that transforms raw footage into polished, engaging content ready for any platform.", media: {
imageSrc: "http://img.b2bpic.net/free-photo/filmmaker-refining-movie-footage_482257-121322.jpg"},
items: [
{ icon: Scissors, text: "Color Grading" },
{ icon: Wand2, text: "Visual Effects" },
{ icon: Music, text: "Audio Design" },
],
reverse: false,
},
id: 3,
title: "Video Editing", description: "Masterful post-production that transforms raw footage into polished, engaging content ready for any platform.", imageSrc: "http://img.b2bpic.net/free-photo/filmmaker-refining-movie-footage_482257-121322.jpg", imageAlt: "Video Editing"},
{
id: "4", title: "Image Editing & Design", description: "Pixel-perfect image enhancement and graphic design that elevates your visual identity across all mediums.", media: {
imageSrc: "http://img.b2bpic.net/free-photo/multiple-mirror-effect-woman-looking-camera_23-2148282263.jpg"},
items: [
{ icon: Palette, text: "Retouching" },
{ icon: Wand2, text: "Creative Composition" },
{ icon: Sparkles, text: "Brand Integration" },
],
reverse: true,
},
id: 4,
title: "Image Editing & Design", description: "Pixel-perfect image enhancement and graphic design that elevates your visual identity across all mediums.", imageSrc: "http://img.b2bpic.net/free-photo/multiple-mirror-effect-woman-looking-camera_23-2148282263.jpg", imageAlt: "Image Editing & Design"},
{
id: "5", title: "Backend Software Development", description: "Robust, scalable backend infrastructure and custom software solutions that power your digital operations.", media: {
imageSrc: "http://img.b2bpic.net/free-photo/african-american-software-developer-does-visual-coding-creating-software_482257-126402.jpg"},
items: [
{ icon: Code2, text: "API Development" },
{ icon: Database, text: "Database Design" },
{ icon: Shield, text: "Security First" },
],
reverse: false,
},
id: 5,
title: "Backend Software Development", description: "Robust, scalable backend infrastructure and custom software solutions that power your digital operations.", imageSrc: "http://img.b2bpic.net/free-photo/african-american-software-developer-does-visual-coding-creating-software_482257-126402.jpg", imageAlt: "Backend Development"},
{
id: "6", title: "Intelligent Automation", description: "Smart call answering and WhatsApp automation systems that enhance customer engagement 24/7 with intelligent responses.", media: {
imageSrc: "http://img.b2bpic.net/free-photo/people-working-call-center_23-2149288192.jpg"},
items: [
{ icon: Phone, text: "Call Management" },
{ icon: MessageCircle, text: "WhatsApp Integration" },
{ icon: Zap, text: "Always Available" },
],
reverse: true,
},
id: 6,
title: "Intelligent Automation", description: "Smart call answering and WhatsApp automation systems that enhance customer engagement 24/7 with intelligent responses.", imageSrc: "http://img.b2bpic.net/free-photo/people-working-call-center_23-2149288192.jpg", imageAlt: "Intelligent Automation"},
]}
textboxLayout="default"
animationType="slide-up"