diff --git a/src/app/page.tsx b/src/app/page.tsx index 749a141..b97772f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,16 +1,16 @@ "use client"; import ReactLenis from "lenis/react"; -import HeroCentered from "@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo"; +import HeroCarouselLogo from "@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo"; import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline"; -import FeatureBorderGlow from "@/components/sections/feature/FeatureCardTen"; +import FeatureCardTen from "@/components/sections/feature/FeatureCardTen"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; -import TestimonialCardFifteen from "@/components/sections/testimonial/TestimonialCardSix"; -import PricingCardEight from "@/components/sections/pricing/PricingCardOne"; -import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal"; -import ContactCenter from "@/components/sections/contact/ContactSplitForm"; +import TestimonialCardSix from "@/components/sections/testimonial/TestimonialCardSix"; +import PricingCardOne from "@/components/sections/pricing/PricingCardOne"; +import FooterBaseCard from "@/components/sections/footer/FooterBaseCard"; +import ContactSplitForm from "@/components/sections/contact/ContactSplitForm"; import MetricCardEleven from "@/components/sections/metrics/MetricCardEleven"; -import { Zap, Shield, Rocket, Target, Sparkles, Crown, Mail, Users, CalendarCheck, Music, ClipboardList, BarChart3, Globe } from "lucide-react"; +import { Music, Sparkles, ClipboardList, Users } from "lucide-react"; export default function SaasTemplatePage() { const navItems = [ @@ -21,21 +21,15 @@ export default function SaasTemplatePage() { { name: "Contact", id: "contact" }, ]; - const avatars = [ - { src: "http://img.b2bpic.net/free-photo/woman-holding-headphones-head-shopping-mall_23-2148397215.jpg", alt: "Agent 1" }, - { src: "http://img.b2bpic.net/free-photo/close-up-person-working-alternative-energy_23-2149311496.jpg", alt: "Agent 2" }, - { src: "http://img.b2bpic.net/free-photo/online-shopping-cute-cheerful-young-woman-smiling-holding-smartphone-showing-peace-vsign-camera-standing-against-blue-background_1258-123594.jpg", alt: "Agent 3" }, - { src: "http://img.b2bpic.net/free-photo/cheerful-man-with-diagram_23-2147669294.jpg", alt: "Agent 4" }, - ]; - return ( - - - - - - - + + +
+ +
+
+ +
+
+ +
+
+ +
+