Merge version_1_1781569992368 into main #5

Merged
bender merged 1 commits from version_1_1781569992368 into main 2026-06-16 00:36:31 +00:00

View File

@@ -4,6 +4,7 @@ import HeroSplitVerticalMarquee from '@/components/sections/hero/HeroSplitVertic
import TestimonialRatingCards from '@/components/sections/testimonial/TestimonialRatingCards';
import { Award, CheckCircle, Clock, Shield, Smartphone, Zap } from "lucide-react";
import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary";
import FeaturesImageBento from '@/components/sections/features/FeaturesImageBento';
export default function HomePage() {
return (
@@ -87,14 +88,18 @@ export default function HomePage() {
<div id="product" data-section="product">
<SectionErrorBoundary name="product">
<FeaturesRevealCardsBentoSharp
<FeaturesImageBento
tag="Our Products"
title="Premium Digital Services"
description="Expertly crafted digital solutions for modern businesses."
items={[
{ title: "Professional Websites", description: "High-performance, responsive sites tailored to your brand.", href: "/services", videoSrc: "http://img.b2bpic.net/free-photo/wifi-signal-icon-blue-color_187299-46876.jpg" },
{ title: "Digital Strategy", description: "Growth-focused planning to reach your target market.", href: "/services", videoSrc: "http://img.b2bpic.net/free-photo/anime-character-using-virtual-reality-glasses-metaverse_23-2151568835.jpg" },
{ title: "Ongoing Support", description: "Dedicated maintenance and updates to keep you online.", href: "/services", videoSrc: "http://img.b2bpic.net/free-photo/smartphone-chat-communication-with-emojis_23-2151989421.jpg" }
{ title: "Web 1", description: "High-performance.", imageSrc: "http://img.b2bpic.net/free-photo/wifi-signal-icon-blue-color_187299-46876.jpg" },
{ title: "Web 2", description: "Responsive sites.", imageSrc: "http://img.b2bpic.net/free-photo/anime-character-using-virtual-reality-glasses-metaverse_23-2151568835.jpg" },
{ title: "Web 3", description: "Tailored brand.", imageSrc: "http://img.b2bpic.net/free-photo/smartphone-chat-communication-with-emojis_23-2151989421.jpg" },
{ title: "Web 4", description: "Growth-focused.", imageSrc: "http://img.b2bpic.net/free-photo/blockchain-technology-cartoon-illustration_23-2151572166.jpg" },
{ title: "Web 5", description: "Planning help.", imageSrc: "http://img.b2bpic.net/free-photo/remote-worker-personal-apartment-office-using-mockup-tablet_482257-124323.jpg" },
{ title: "Web 6", description: "Support daily.", imageSrc: "http://img.b2bpic.net/free-photo/date-night-ideas-valantine-romance-heart-love-passion-concept_53876-133732.jpg" },
{ title: "Web 7", description: "Dedicated help.", imageSrc: "http://img.b2bpic.net/free-photo/mockup-copy-space-blank-screen-concept_53876-120456.jpg" }
]}
/>
</SectionErrorBoundary>