Merge version_2 into main
Merge version_2 into main
This commit was merged in pull request #2.
This commit is contained in:
@@ -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"
|
||||
>
|
||||
@@ -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={[
|
||||
|
||||
Reference in New Issue
Block a user