1 Commits

Author SHA1 Message Date
90bdbf444c Update src/app/page.tsx 2026-04-09 14:17:22 +00:00

View File

@@ -13,7 +13,7 @@ import FaqBase from "@/components/sections/faq/FaqBase";
import ContactCTA from "@/components/sections/contact/ContactCTA";
import FooterBase from "@/components/sections/footer/FooterBase";
import TestimonialCardFifteen from "@/components/sections/testimonial/TestimonialCardFifteen";
import { Sparkles, Search, ArrowUpRight, Monitor, Shield, Zap, Puzzle, TrendingUp, Lock, Phone, MessageCircle, BookOpen, Tv, Camera, Music, Settings, Award, Users } from "lucide-react";
import { Sparkles, ArrowUpRight, Award, TrendingUp, Users } from "lucide-react";
export default function WebAgency2Page() {
return (
@@ -23,9 +23,9 @@ export default function WebAgency2Page() {
borderRadius="pill"
contentWidth="medium"
sizing="medium"
background="dark"
background="none"
cardStyle="glass-elevated"
primaryButtonStyle="metallic"
primaryButtonStyle="gradient"
secondaryButtonStyle="glass"
headingFontWeight="medium"
>
@@ -41,7 +41,7 @@ export default function WebAgency2Page() {
button={{ text: "Enquire", href: "#contact" }}
/>
<HeroSplitDoubleCarousel
title="Elevating Brands in the Shadows"
title="Architecting Digital Superiority"
description="We engineer high-performance digital architectures that command attention. Dark-mode aesthetics for forward-thinking enterprises."
tag="Premium Digital Agency"
tagIcon={Sparkles}
@@ -59,8 +59,8 @@ export default function WebAgency2Page() {
{ imageSrc: "http://img.b2bpic.net/free-photo/successful-businesswoman-browsing-tablet_23-2148452626.jpg", imageAlt: "Dark UI/UX Design - Brand Experience" },
]}
rightCarouselItems={[
{ imageSrc: "http://img.b2bpic.net/free-photo/laptop-dark-night-desktop_169016-51691.jpg", imageAlt: "Dark UI/UX Design - Digital Platform" },
{ imageSrc: "http://img.b2bpic.net/free-photo/laptop-dark-night-desktop_169016-51691.jpg", imageAlt: "Dark UI/UX Design - Web System" },
{ imageSrc: "http://img.b2bpic.net/free-photo/laptop-dark-night-desktop_169016-51691.jpg?_wi=1", imageAlt: "Dark UI/UX Design - Digital Platform" },
{ imageSrc: "http://img.b2bpic.net/free-photo/laptop-dark-night-desktop_169016-51691.jpg?_wi=2", imageAlt: "Dark UI/UX Design - Web System" },
{ imageSrc: "http://img.b2bpic.net/free-photo/3d-abstract-low-poly-dark-background-with-connecting-dots-lines_1048-12151.jpg", imageAlt: "Dark UI/UX Design - Future Concept" },
]}
carouselItemClassName="!aspect-[4/5]"
@@ -73,12 +73,12 @@ export default function WebAgency2Page() {
animationType="slide-up"
features={[
{
title: "Strategic Growth", description: "Data-driven acquisition strategies designed for high-conversion environments.", bentoComponent: "marquee", centerIcon: Search,
title: "Strategic Growth", description: "Data-driven acquisition strategies designed for high-conversion environments.", bentoComponent: "marquee", centerIcon: Sparkles,
variant: "text", texts: ["Strategy", "Growth", "Insight", "Conversion", "Velocity", "Scale", "Market", "Impact"],
},
{
title: "System Engineering", description: "Robust, scalable architecture built to thrive under high traffic.", bentoComponent: "media-stack", items: [
{ imageSrc: "http://img.b2bpic.net/free-photo/high-tech-office-ready-stock-trading_482257-121465.jpg", imageAlt: "System Interface" },
{ imageSrc: "http://img.b2bpic.net/free-photo/high-tech-office-ready-stock-trading_482257-121465.jpg?_wi=1", imageAlt: "System Interface" },
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-it-professional-using-tablet-building-ai-algorithms_482257-92639.jpg", imageAlt: "Coding Interface" },
{ imageSrc: "http://img.b2bpic.net/free-photo/network-analyst-studying-digital-commerce-progression-reports-computer_482257-126389.jpg", imageAlt: "Analytics Interface" },
],
@@ -97,8 +97,7 @@ export default function WebAgency2Page() {
description="Recent engagements showcasing our commitment to high-end design standards."
textboxLayout="default"
useInvertedBackground={true}
buttons={[{ text: "View Full Catalog", href: "#work" }]
}
buttons={[{ text: "View Full Catalog", href: "#work" }]}
buttonAnimation="slide-up"
cardClassName="!h-auto aspect-video"
features={[
@@ -106,7 +105,7 @@ export default function WebAgency2Page() {
title: "Aether Labs", description: "Biotech research interface", imageSrc: "http://img.b2bpic.net/free-photo/empty-laboratory-with-scientific-monitor-desk_482257-18203.jpg", imageAlt: "Aether Labs project", buttonIcon: ArrowUpRight,
buttonHref: "#"},
{
title: "Nexus Capital", description: "Investment dashboard architecture", imageSrc: "http://img.b2bpic.net/free-photo/high-tech-office-ready-stock-trading_482257-121465.jpg", imageAlt: "Nexus Capital project", buttonIcon: ArrowUpRight,
title: "Nexus Capital", description: "Investment dashboard architecture", imageSrc: "http://img.b2bpic.net/free-photo/high-tech-office-ready-stock-trading_482257-121465.jpg?_wi=2", imageAlt: "Nexus Capital project", buttonIcon: ArrowUpRight,
buttonHref: "#"},
{
title: "Velox Systems", description: "Enterprise logistics software", imageSrc: "http://img.b2bpic.net/free-photo/logistics-freight-management-storage-supply-concept_53876-123932.jpg", imageAlt: "Velox Systems project", buttonIcon: ArrowUpRight,
@@ -226,4 +225,4 @@ export default function WebAgency2Page() {
</ReactLenis>
</ThemeProvider>
);
}
}