Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 83e39e085d | |||
| 221292723e |
@@ -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}
|
||||
@@ -73,7 +73,7 @@ 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"],
|
||||
},
|
||||
{
|
||||
@@ -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={[
|
||||
@@ -226,4 +225,4 @@ export default function WebAgency2Page() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user