diff --git a/src/app/page.tsx b/src/app/page.tsx index 599051d..7ab01d2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -4,7 +4,6 @@ import ReactLenis from "lenis/react"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay"; import HeroSplitDoubleCarousel from "@/components/sections/hero/HeroSplitDoubleCarousel"; -import FeatureBento from "@/components/sections/feature/FeatureBento"; import FeatureCardTwentySix from "@/components/sections/feature/FeatureCardTwentySix"; import FeatureCardSixteen from "@/components/sections/feature/FeatureCardSixteen"; import MetricCardOne from "@/components/sections/metrics/MetricCardOne"; @@ -14,6 +13,8 @@ import ContactCTA from "@/components/sections/contact/ContactCTA"; import FooterBase from "@/components/sections/footer/FooterBase"; import TestimonialCardFifteen from "@/components/sections/testimonial/TestimonialCardFifteen"; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; +import FeatureBento from '@/components/sections/feature/FeatureBento'; +import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; 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() { @@ -79,59 +80,61 @@ export default function WebAgency2Page() { ariaLabel="Companies that trust Amy" /> - - +
+ +
+
+ +
- +
+ +
- +
+ +
); -} \ No newline at end of file +}