2 Commits

Author SHA1 Message Date
83e39e085d Update src/app/page.tsx 2026-04-09 14:16:53 +00:00
221292723e Update src/app/page.tsx 2026-04-09 14:16:15 +00:00

View File

@@ -13,7 +13,7 @@ import FaqBase from "@/components/sections/faq/FaqBase";
import ContactCTA from "@/components/sections/contact/ContactCTA"; import ContactCTA from "@/components/sections/contact/ContactCTA";
import FooterBase from "@/components/sections/footer/FooterBase"; import FooterBase from "@/components/sections/footer/FooterBase";
import TestimonialCardFifteen from "@/components/sections/testimonial/TestimonialCardFifteen"; 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() { export default function WebAgency2Page() {
return ( return (
@@ -23,9 +23,9 @@ export default function WebAgency2Page() {
borderRadius="pill" borderRadius="pill"
contentWidth="medium" contentWidth="medium"
sizing="medium" sizing="medium"
background="dark" background="none"
cardStyle="glass-elevated" cardStyle="glass-elevated"
primaryButtonStyle="metallic" primaryButtonStyle="gradient"
secondaryButtonStyle="glass" secondaryButtonStyle="glass"
headingFontWeight="medium" headingFontWeight="medium"
> >
@@ -41,7 +41,7 @@ export default function WebAgency2Page() {
button={{ text: "Enquire", href: "#contact" }} button={{ text: "Enquire", href: "#contact" }}
/> />
<HeroSplitDoubleCarousel <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." description="We engineer high-performance digital architectures that command attention. Dark-mode aesthetics for forward-thinking enterprises."
tag="Premium Digital Agency" tag="Premium Digital Agency"
tagIcon={Sparkles} tagIcon={Sparkles}
@@ -73,7 +73,7 @@ export default function WebAgency2Page() {
animationType="slide-up" animationType="slide-up"
features={[ 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"], variant: "text", texts: ["Strategy", "Growth", "Insight", "Conversion", "Velocity", "Scale", "Market", "Impact"],
}, },
{ {
@@ -97,8 +97,7 @@ export default function WebAgency2Page() {
description="Recent engagements showcasing our commitment to high-end design standards." description="Recent engagements showcasing our commitment to high-end design standards."
textboxLayout="default" textboxLayout="default"
useInvertedBackground={true} useInvertedBackground={true}
buttons={[{ text: "View Full Catalog", href: "#work" }] buttons={[{ text: "View Full Catalog", href: "#work" }]}
}
buttonAnimation="slide-up" buttonAnimation="slide-up"
cardClassName="!h-auto aspect-video" cardClassName="!h-auto aspect-video"
features={[ features={[
@@ -226,4 +225,4 @@ export default function WebAgency2Page() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }