Update src/app/page.tsx
This commit is contained in:
@@ -11,7 +11,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, TrendingUp, Award, Users, Share2, Facebook, Twitter, Linkedin } from "lucide-react";
|
||||
import { Sparkles, ArrowUpRight, TrendingUp, Award, Users, Facebook, Twitter, Linkedin } from "lucide-react";
|
||||
|
||||
export default function WebAgency2Page() {
|
||||
return (
|
||||
@@ -23,7 +23,7 @@ export default function WebAgency2Page() {
|
||||
sizing="medium"
|
||||
background="none"
|
||||
cardStyle="glass-elevated"
|
||||
primaryButtonStyle="metallic"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="glass"
|
||||
headingFontWeight="medium"
|
||||
>
|
||||
@@ -37,7 +37,6 @@ export default function WebAgency2Page() {
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
button={{ text: "Get Started", href: "#contact" }}
|
||||
enableSearch={true}
|
||||
socialLinks={[
|
||||
{ icon: Facebook, href: "#" },
|
||||
{ icon: Twitter, href: "#" },
|
||||
@@ -79,7 +78,7 @@ export default function WebAgency2Page() {
|
||||
buttonAnimation="slide-up"
|
||||
features={[
|
||||
{
|
||||
title: "Intelligent SEO", description: "Visibility that matters. We ensure your audience finds you when it counts.", bentoComponent: "marquee", centerIcon: Search,
|
||||
title: "Intelligent SEO", description: "Visibility that matters. We ensure your audience finds you when it counts.", bentoComponent: "marquee", centerIcon: TrendingUp,
|
||||
variant: "text", texts: ["Strategy", "Growth", "Insight", "Reach", "Ranking", "Engagement"],
|
||||
},
|
||||
{
|
||||
@@ -131,7 +130,6 @@ export default function WebAgency2Page() {
|
||||
ratingAnimation="slide-up"
|
||||
avatarsAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
showShareButton={true}
|
||||
/>
|
||||
<MetricCardOne
|
||||
title="Impact in Numbers"
|
||||
|
||||
Reference in New Issue
Block a user