2 Commits

Author SHA1 Message Date
a3833471b8 Update src/app/page.tsx 2026-06-10 03:35:17 +00:00
b82d71e4fa Update src/app/page.tsx 2026-06-10 03:34:33 +00:00

View File

@@ -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,19 @@ 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"
]}
title="Trusted by Industry Leaders"
description="Amy's expertise is backed by the confidence of renowned global brands."
textboxLayout="default"
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."