diff --git a/src/app/page.tsx b/src/app/page.tsx index 70de1f9..e42bd6b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,6 +2,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; +import { CheckCircle } from "lucide-react"; import ContactCenter from '@/components/sections/contact/ContactCenter'; import FeatureCardTen from '@/components/sections/feature/FeatureCardTen'; import FooterSimple from '@/components/sections/footer/FooterSimple'; @@ -28,32 +29,15 @@ export default function LandingPage() { @@ -62,36 +46,15 @@ export default function LandingPage() { logoText="Business Latino Solutions" description="Your trusted partner for W7 processing, tax preparation, and comprehensive document services. Excellence and dedication in every step." buttons={[ - { - text: "Book an Appointment", - href: "#contact", - }, + { text: "Book an Appointment", href: "#contact" }, ]} slides={[ - { - imageSrc: "http://img.b2bpic.net/free-photo/futuristic-kitchen-interior-design_23-2151821346.jpg?_wi=1", - imageAlt: "Office Environment", - }, - { - imageSrc: "http://img.b2bpic.net/free-photo/futuristic-kitchen-interior-design_23-2151821346.jpg?_wi=2", - imageAlt: "Professional Documents", - }, - { - imageSrc: "http://img.b2bpic.net/free-photo/futuristic-kitchen-interior-design_23-2151821346.jpg?_wi=3", - imageAlt: "Tax Consultation", - }, - { - imageSrc: "http://img.b2bpic.net/free-photo/futuristic-kitchen-interior-design_23-2151821346.jpg?_wi=4", - imageAlt: "Immigration Support", - }, - { - imageSrc: "http://img.b2bpic.net/free-photo/futuristic-kitchen-interior-design_23-2151821346.jpg?_wi=5", - imageAlt: "Document Assistance", - }, - { - imageSrc: "http://img.b2bpic.net/free-photo/futuristic-kitchen-interior-design_23-2151821346.jpg?_wi=6", - imageAlt: "Trusted Team", - }, + { imageSrc: "http://img.b2bpic.net/free-photo/futuristic-kitchen-interior-design_23-2151821346.jpg", imageAlt: "Office Environment" }, + { imageSrc: "http://img.b2bpic.net/free-photo/futuristic-kitchen-interior-design_23-2151821346.jpg", imageAlt: "Professional Documents" }, + { imageSrc: "http://img.b2bpic.net/free-photo/futuristic-kitchen-interior-design_23-2151821346.jpg", imageAlt: "Tax Consultation" }, + { imageSrc: "http://img.b2bpic.net/free-photo/futuristic-kitchen-interior-design_23-2151821346.jpg", imageAlt: "Immigration Support" }, + { imageSrc: "http://img.b2bpic.net/free-photo/futuristic-kitchen-interior-design_23-2151821346.jpg", imageAlt: "Document Assistance" }, + { imageSrc: "http://img.b2bpic.net/free-photo/futuristic-kitchen-interior-design_23-2151821346.jpg", imageAlt: "Trusted Team" }, ]} /> @@ -103,20 +66,11 @@ export default function LandingPage() { title="Empowering Our Community" description="With years of experience in legal procedures and tax preparation, we provide reliable, efficient, and friendly support. We are dedicated to our clients' success." bulletPoints={[ - { - title: "Expert Guidance", - description: "Professional support for W7 and immigration procedures.", - }, - { - title: "Fast Processing", - description: "Delivering documents within promised timeframes.", - }, - { - title: "Friendly Support", - description: "Kind and attentive attention for every client.", - }, + { title: "Expert Guidance", description: "Professional support for W7 and immigration procedures." }, + { title: "Fast Processing", description: "Delivering documents within promised timeframes." }, + { title: "Friendly Support", description: "Kind and attentive attention for every client." }, ]} - imageSrc="http://img.b2bpic.net/free-photo/happy-african-american-financial-advisor-having-meeting-with-couple-office_637285-1142.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/happy-african-american-financial-advisor-having-meeting-with-couple-office_637285-1142.jpg" imageAlt="Professional meeting client" /> @@ -128,48 +82,24 @@ export default function LandingPage() { useInvertedBackground={true} features={[ { - title: "Tax Services", - description: "Expert tax preparation and refund management to maximize your return.", - media: { - imageSrc: "http://img.b2bpic.net/free-photo/professional-businessman-answering-phone-call-surrounded-by-kpi-metrics-evaluate-company_482257-136145.jpg?_wi=1", - imageAlt: "Tax services", - }, + title: "Tax Services", description: "Expert tax preparation and refund management to maximize your return.", media: { + imageSrc: "http://img.b2bpic.net/free-photo/professional-businessman-answering-phone-call-surrounded-by-kpi-metrics-evaluate-company_482257-136145.jpg", imageAlt: "Tax services"}, items: [ - { - text: "Refund Maximization", - }, - { - text: "W7 Processing", - }, - { - text: "Annual Filing", - }, + { text: "Refund Maximization", icon: CheckCircle }, + { text: "W7 Processing", icon: CheckCircle }, + { text: "Annual Filing", icon: CheckCircle }, ], - reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/futuristic-kitchen-interior-design_23-2151821346.jpg?_wi=7", - imageAlt: "professional office desk clean", + reverse: false }, { - title: "Document Procedures", - description: "Complete support for all types of legal and administrative documentation.", - media: { - imageSrc: "http://img.b2bpic.net/free-photo/professional-businessman-answering-phone-call-surrounded-by-kpi-metrics-evaluate-company_482257-136145.jpg?_wi=2", - imageAlt: "Document services", - }, + title: "Document Procedures", description: "Complete support for all types of legal and administrative documentation.", media: { + imageSrc: "http://img.b2bpic.net/free-photo/professional-businessman-answering-phone-call-surrounded-by-kpi-metrics-evaluate-company_482257-136145.jpg", imageAlt: "Document services"}, items: [ - { - text: "Immigration Support", - }, - { - text: "Legal Procedures", - }, - { - text: "Translations", - }, + { text: "Immigration Support", icon: CheckCircle }, + { text: "Legal Procedures", icon: CheckCircle }, + { text: "Translations", icon: CheckCircle }, ], - reverse: true, - imageSrc: "http://img.b2bpic.net/free-photo/happy-african-american-financial-advisor-having-meeting-with-couple-office_637285-1142.jpg?_wi=2", - imageAlt: "professional meeting client", + reverse: true }, ]} title="Comprehensive Services" @@ -182,46 +112,11 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} testimonials={[ - { - id: "1", - title: "Excellent Service", - quote: "They helped me process my dad's w7, it arrived in the promised time. Highly recommended.", - name: "Wendy Orellana", - role: "Client", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-cheerful-man-sitting-desk_329181-15290.jpg", - }, - { - id: "2", - title: "Everything in one place", - quote: "Excellent service for W7 and legal procedures. You can find everything in one place.", - name: "Belkiss Yohany", - role: "Client", - imageSrc: "http://img.b2bpic.net/free-photo/young-blonde-woman-black-jacket_176474-101946.jpg", - }, - { - id: "3", - title: "Great Support", - quote: "Truly satisfied with the support provided. Commitment and responsibility!", - name: "Arnaldo Ocanto", - role: "Client", - imageSrc: "http://img.b2bpic.net/free-photo/business-partners-office-closeup_273609-4120.jpg", - }, - { - id: "4", - title: "Fast & Friendly", - quote: "Very friendly and quick to respond. Helped us with immigration appointments.", - name: "Orlinn Esther", - role: "Client", - imageSrc: "http://img.b2bpic.net/free-photo/woman-stylish-denim-jacket-coffee-shop_273609-4455.jpg", - }, - { - id: "5", - title: "Professional Team", - quote: "A very good team to work with. Always helpful and satisfactory outcomes.", - name: "Yamila Aldana", - role: "Client", - imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", - }, + { id: "1", title: "Excellent Service", quote: "They helped me process my dad's w7, it arrived in the promised time. Highly recommended.", name: "Wendy Orellana", role: "Client", imageSrc: "http://img.b2bpic.net/free-photo/portrait-cheerful-man-sitting-desk_329181-15290.jpg" }, + { id: "2", title: "Everything in one place", quote: "Excellent service for W7 and legal procedures. You can find everything in one place.", name: "Belkiss Yohany", role: "Client", imageSrc: "http://img.b2bpic.net/free-photo/young-blonde-woman-black-jacket_176474-101946.jpg" }, + { id: "3", title: "Great Support", quote: "Truly satisfied with the support provided. Commitment and responsibility!", name: "Arnaldo Ocanto", role: "Client", imageSrc: "http://img.b2bpic.net/free-photo/business-partners-office-closeup_273609-4120.jpg" }, + { id: "4", title: "Fast & Friendly", quote: "Very friendly and quick to respond. Helped us with immigration appointments.", name: "Orlinn Esther", role: "Client", imageSrc: "http://img.b2bpic.net/free-photo/woman-stylish-denim-jacket-coffee-shop_273609-4455.jpg" }, + { id: "5", title: "Professional Team", quote: "A very good team to work with. Always helpful and satisfactory outcomes.", name: "Yamila Aldana", role: "Client", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg" }, ]} title="Client Success Stories" description="See why our community trusts us with their most important procedures." @@ -231,9 +126,7 @@ export default function LandingPage() {