diff --git a/src/app/page.tsx b/src/app/page.tsx
index 772bb93..3debe70 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -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 { Building, Crown, Sparkles } from "lucide-react";
+import { BarChart, Building, Cloud, Crown, LifeBuoy, Sparkles, Users } from "lucide-react";
export default function LandingPage() {
return (
@@ -34,42 +34,24 @@ export default function LandingPage() {
@@ -415,20 +238,11 @@ export default function LandingPage() {
useInvertedBackground={true}
faqs={[
{
- id: "faq-1",
- title: "What kind of businesses does Sentino work with?",
- content: "Sentino partners with businesses of all sizes, from startups to large enterprises, across various industries. Our solutions are tailored to meet diverse business needs.",
- },
+ id: "faq-1", title: "What kind of businesses does Sentino work with?", content: "Sentino partners with businesses of all sizes, from startups to large enterprises, across various industries. Our solutions are tailored to meet diverse business needs."},
{
- id: "faq-2",
- title: "How long does it take to see results?",
- content: "The timeline for seeing results can vary depending on the service and the complexity of your business. We focus on sustainable growth, and our team will provide a realistic projection during the consultation phase.",
- },
+ id: "faq-2", title: "How long does it take to see results?", content: "The timeline for seeing results can vary depending on the service and the complexity of your business. We focus on sustainable growth, and our team will provide a realistic projection during the consultation phase."},
{
- id: "faq-3",
- title: "Do you offer custom solutions?",
- content: "Yes, we specialize in creating bespoke solutions designed to address your specific challenges and goals. Our approach is highly customizable to ensure maximum impact for your business.",
- },
+ id: "faq-3", title: "Do you offer custom solutions?", content: "Yes, we specialize in creating bespoke solutions designed to address your specific challenges and goals. Our approach is highly customizable to ensure maximum impact for your business."},
]}
title="Frequently Asked Questions"
description="Find quick answers to the most common questions about Sentino's services and how we operate."
@@ -440,14 +254,11 @@ export default function LandingPage() {
@@ -458,13 +269,9 @@ export default function LandingPage() {
logoAlt="Sentino Footer Logo"
logoText="Sentino"
leftLink={{
- text: "Privacy Policy",
- href: "#",
- }}
+ text: "Privacy Policy", href: "#"}}
rightLink={{
- text: "Terms of Service",
- href: "#",
- }}
+ text: "Terms of Service", href: "#"}}
/>