Merge version_2 into main
Merge version_2 into main
This commit was merged in pull request #1.
This commit is contained in:
@@ -13,6 +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 SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||||
import { Sparkles, Search, ArrowUpRight, Monitor, Shield, Zap, Puzzle, TrendingUp, Lock, Phone, MessageCircle, BookOpen, Tv, Camera, Music, Settings, Award, Users, User, Briefcase, Globe, BarChart3, Clock, Scale } from "lucide-react";
|
import { Sparkles, Search, ArrowUpRight, Monitor, Shield, Zap, Puzzle, TrendingUp, Lock, Phone, MessageCircle, BookOpen, Tv, Camera, Music, Settings, Award, Users, User, Briefcase, Globe, BarChart3, Clock, Scale } from "lucide-react";
|
||||||
|
|
||||||
export default function WebAgency2Page() {
|
export default function WebAgency2Page() {
|
||||||
@@ -65,6 +66,16 @@ export default function WebAgency2Page() {
|
|||||||
]}
|
]}
|
||||||
carouselItemClassName="!aspect-[4/5]"
|
carouselItemClassName="!aspect-[4/5]"
|
||||||
/>
|
/>
|
||||||
|
<div id="social-proof" data-section="social-proof">
|
||||||
|
<SocialProofOne
|
||||||
|
names={[
|
||||||
|
"Google", "Microsoft", "Amazon", "Apple", "Netflix", "Spotify", "Meta", "Tesla", "IBM", "Intel", "Cisco", "Oracle"
|
||||||
|
]}
|
||||||
|
useInvertedBackground={false}
|
||||||
|
showCard={false}
|
||||||
|
ariaLabel="Companies that trust Amy"
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
<FeatureBento
|
<FeatureBento
|
||||||
title="Strategic Services for Unmatched Growth"
|
title="Strategic Services for Unmatched Growth"
|
||||||
description="Bridging client vision with exceptional web design, data-driven marketing, and cohesive brand strategy."
|
description="Bridging client vision with exceptional web design, data-driven marketing, and cohesive brand strategy."
|
||||||
|
|||||||
Reference in New Issue
Block a user