diff --git a/src/app/page.tsx b/src/app/page.tsx index 3debe70..f63ec97 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,10 +2,10 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import ContactText from '@/components/sections/contact/ContactText'; -import FaqBase from '@/components/sections/faq/FaqBase'; +import ContactCTA from '@/components/sections/contact/ContactCTA'; +import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix'; -import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; +import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; import HeroOverlayTestimonial from '@/components/sections/hero/HeroOverlayTestimonial'; import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; @@ -13,7 +13,7 @@ import PricingCardOne from '@/components/sections/pricing/PricingCardOne'; import ProductCardThree from '@/components/sections/product/ProductCardThree'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen'; -import { BarChart, Building, Cloud, Crown, LifeBuoy, Sparkles, Users } from "lucide-react"; +import { BarChart, Building, Cloud, Crown, LifeBuoy, Sparkles, Users, Award, Zap, HelpCircle } from "lucide-react"; export default function LandingPage() { return ( @@ -226,55 +226,97 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} names={[ - "Global Dynamics", "Tech Innovators Inc.", "Summit Financial", "Evolve Solutions", "Pioneer Group", "Apex Ventures", "Synergy Corp."]} - title="Trusted by Industry Leaders" - description="Sentino partners with top companies to deliver exceptional results and drive forward innovation." + "ISO 27001 Certified", "GDPR Compliant", "SOC 2 Type II", "Forbes 500 Partner", "TechCrunch Recognized", "Inc. 5000 Honoree", "Business Insider Featured"]} + title="Certified Excellence & Industry Recognition" + description="Our commitment to security, quality, and innovation is validated by top industry certifications and widespread recognition from leading publications and partners." + tag="Built on Trust" + tagIcon={Award} + buttons={[{text: "View Certifications", href: "#"}, {text: "Read Client Reviews", href: "#testimonials"}]} />
-
-
); -} +} \ No newline at end of file