Merge version_3 into main

Merge version_3 into main
This commit was merged in pull request #3.
This commit is contained in:
2026-06-03 22:50:59 +00:00

View File

@@ -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, Award, Zap, HelpCircle } from "lucide-react";
import { BarChart, Building, Cloud, Crown, LifeBuoy, Sparkles, Users, Award, Zap, HelpCircle, CheckCircle } from "lucide-react";
export default function LandingPage() {
return (
@@ -226,12 +226,13 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
names={[
"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."
"TrustPilot Rating 4.9/5", "G2 Crowd Leader", "Tech Innovations Inc.", "Global Solutions Ltd.", "ISO 27001 Certified", "GDPR Compliant", "SOC 2 Type II", "Forbes 500 Partner", "Inc. 5000 Honoree"]}
title="Trusted by Industry Leaders and Verified by Certifications"
description="Our commitment to excellence is reflected in our robust certifications and the trust placed in us by a diverse range of industry-leading partners."
tag="Built on Trust"
tagIcon={Award}
buttons={[{text: "View Certifications", href: "#"}, {text: "Read Client Reviews", href: "#testimonials"}]}
showCard={true}
/>
</div>
@@ -251,16 +252,20 @@ export default function LandingPage() {
},
{
id: "faq-4", title: "Can Sentino integrate with my existing systems?", content: "Yes, our solutions are designed for seamless integration with a wide range of existing systems and platforms. Our technical team will work closely with you to ensure smooth data flow and operational continuity."
},
{
id: "faq-5", title: "What is the typical onboarding process?", content: "Our onboarding process is streamlined and efficient. It begins with an initial consultation to understand your needs, followed by a detailed proposal, system setup, and comprehensive training sessions to ensure a smooth transition."
}
]}
title="Your Questions, Answered: Building Confidence in Our Solutions"
description="We believe in full transparency. Find comprehensive answers to common questions, addressing potential concerns and highlighting the value Sentino brings to your business."
title="Frequently Asked Questions: Get Your Answers Fast"
description="We believe in full transparency. Find quick and comprehensive answers to common questions, helping you understand how Sentino delivers value and addresses your concerns."
faqsAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-business-people-office_23-2149323146.jpg"
imageAlt="Two business people discussing a document in an office"
imageSrc="http://img.b2bpic.net/free-photo/woman-holding-paper-with-question-mark_23-2147775582.jpg"
imageAlt="Woman holding paper with question mark"
mediaPosition="right"
tag="Common Objections"
tagIcon={HelpCircle}
tag="Quick Answers"
tagIcon={CheckCircle}
showCard={true}
/>
</div>
@@ -269,15 +274,15 @@ export default function LandingPage() {
useInvertedBackground={false}
background={{
variant: "radial-gradient"}}
tag="Ready for Growth?"
tag="Ready to Transform?"
tagIcon={Zap}
title="Unlock Your Business Potential Today"
description="Connect with our experts for a personalized consultation and discover how Sentino can drive your success. Let's build your future, together."
title="Let's Build Your Success Story Together"
description="Connect with Sentino's experts today for a personalized consultation. Discover tailored strategies that will unlock your business potential and drive remarkable growth."
buttons={[
{
text: "Schedule a Call", href: "#"},
text: "Schedule a Call", href: "#contact"},
{
text: "Get a Free Quote", href: "#"},
text: "Get a Free Quote", href: "#contact"},
]}
/>
</div>
@@ -309,14 +314,15 @@ export default function LandingPage() {
{ label: "FAQ", href: "#faq" },
{ label: "Blog", href: "#" },
{ label: "Support", href: "#" },
{ label: "Privacy Policy", href: "#" }
{ label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" }
]
}
]}
copyrightText="© 2024 Sentino. All rights reserved."
copyrightText="© 2025 Sentino. All rights reserved."
/>
</div>
</ReactLenis>
</ThemeProvider>
);
}
}