Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-05-02 07:41:56 +00:00

View File

@@ -2,6 +2,7 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import { FileText, CreditCard, Briefcase, Plane } from 'lucide-react';
import ContactText from '@/components/sections/contact/ContactText';
import FaqSplitText from '@/components/sections/faq/FaqSplitText';
import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix';
@@ -31,21 +32,13 @@ export default function LandingPage() {
<NavbarStyleCentered
navItems={[
{
name: "Home",
id: "hero",
},
name: "Home", id: "hero"},
{
name: "About",
id: "about",
},
name: "About", id: "about"},
{
name: "Services",
id: "services",
},
name: "Services", id: "services"},
{
name: "Contact",
id: "contact",
},
name: "Contact", id: "contact"},
]}
brandName="Brothers Businessmen Services"
/>
@@ -57,69 +50,37 @@ export default function LandingPage() {
description="Fast, accurate, and professional document processing. From visas and Emirates ID to business registration, we handle your paperwork with speed and efficiency."
testimonials={[
{
name: "Ahmed K.",
handle: "@ahmed",
testimonial: "Excellent service for my business license. Very fast and professional.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-long-haired-laughing-asian-man-with-blonde-woman-pleased-chinese-office-worker-blue-shirt-joking-with-female-colleague-workplace_197531-3733.jpg",
},
name: "Ahmed K.", handle: "@ahmed", testimonial: "Excellent service for my business license. Very fast and professional.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-long-haired-laughing-asian-man-with-blonde-woman-pleased-chinese-office-worker-blue-shirt-joking-with-female-colleague-workplace_197531-3733.jpg"},
{
name: "Sarah M.",
handle: "@sarah",
testimonial: "They handled my visa application perfectly. Highly recommended!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/confident-young-businesswoman-with-folded-arms_1262-1775.jpg",
},
name: "Sarah M.", handle: "@sarah", testimonial: "They handled my visa application perfectly. Highly recommended!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/confident-young-businesswoman-with-folded-arms_1262-1775.jpg"},
{
name: "David L.",
handle: "@david",
testimonial: "Very efficient and transparent with document processing. Thank you.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-businessman-standing-against-grey-wall-clenching-his-fist_23-2148087510.jpg",
},
name: "David L.", handle: "@david", testimonial: "Very efficient and transparent with document processing. Thank you.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-businessman-standing-against-grey-wall-clenching-his-fist_23-2148087510.jpg"},
{
name: "Fatima S.",
handle: "@fatima",
testimonial: "Smooth process for Emirates ID renewal. Will come back again.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/closeup-confident-asian-man-with-arms-crossed_1262-884.jpg",
},
name: "Fatima S.", handle: "@fatima", testimonial: "Smooth process for Emirates ID renewal. Will come back again.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/closeup-confident-asian-man-with-arms-crossed_1262-884.jpg"},
{
name: "John D.",
handle: "@john",
testimonial: "Professional and helpful throughout the visa process.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-businesswoman-her-coworkers-clapping-hands-meeting-office_637285-207.jpg",
},
name: "John D.", handle: "@john", testimonial: "Professional and helpful throughout the visa process.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-businesswoman-her-coworkers-clapping-hands-meeting-office_637285-207.jpg"},
]}
buttons={[
{
text: "Contact Us",
href: "#contact",
},
text: "Contact Us", href: "#contact"},
]}
imageSrc="http://img.b2bpic.net/free-photo/marketing-consultant-working-computer-business-growth_482257-41144.jpg"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/busy-man-with-work_1098-21051.jpg",
alt: "Busy man with work",
},
src: "http://img.b2bpic.net/free-photo/busy-man-with-work_1098-21051.jpg", alt: "Busy man with work"},
{
src: "http://img.b2bpic.net/free-photo/call-center-agent-typing-pc-keyboard-assisting-customers-through-live-chat_482257-125755.jpg",
alt: "Call center agent typing on PC",
},
src: "http://img.b2bpic.net/free-photo/call-center-agent-typing-pc-keyboard-assisting-customers-through-live-chat_482257-125755.jpg", alt: "Call center agent typing on PC"},
{
src: "http://img.b2bpic.net/free-photo/senior-manager-office-working-computer_1303-19013.jpg",
alt: "Senior manager at the office",
},
src: "http://img.b2bpic.net/free-photo/senior-manager-office-working-computer_1303-19013.jpg", alt: "Senior manager at the office"},
{
src: "http://img.b2bpic.net/free-photo/engineer-typing-keyboard-reconfiguring-server-farm-close-up_482257-118238.jpg",
alt: "Engineer typing on keyboard",
},
src: "http://img.b2bpic.net/free-photo/engineer-typing-keyboard-reconfiguring-server-farm-close-up_482257-118238.jpg", alt: "Engineer typing on keyboard"},
{
src: "http://img.b2bpic.net/free-photo/content-indian-ceo-standing-smiling-portrait-successful-pensive-bearded-businessman-glasses-posing-office-room-business-expression-management-concept_74855-11642.jpg",
alt: "Content Indian CEO",
},
src: "http://img.b2bpic.net/free-photo/content-indian-ceo-standing-smiling-portrait-successful-pensive-bearded-businessman-glasses-posing-office-room-business-expression-management-concept_74855-11642.jpg", alt: "Content Indian CEO"},
]}
avatarText="Trusted by 10,000+ satisfied clients across the UAE."
/>
@@ -131,9 +92,7 @@ export default function LandingPage() {
title="Dedicated to Accuracy and Efficiency in Every Document We Handle"
buttons={[
{
text: "Learn More",
href: "#services",
},
text: "Learn More", href: "#services"},
]}
/>
</div>
@@ -144,28 +103,16 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
title: "Visa & Passport Services",
description: "Expert assistance with all visa and passport documentation.",
imageSrc: "http://img.b2bpic.net/free-photo/visa-application-form-composition_23-2149117750.jpg",
buttonIcon: "FileText",
title: "Visa & Passport Services", description: "Expert assistance with all visa and passport documentation.", imageSrc: "http://img.b2bpic.net/free-photo/visa-application-form-composition_23-2149117750.jpg", buttonIcon: FileText,
},
{
title: "Emirates ID Applications",
description: "Fast-track your Emirates ID application with our professional help.",
imageSrc: "http://img.b2bpic.net/free-photo/visitor-visa-application-form-concept_53876-148066.jpg",
buttonIcon: "CreditCard",
title: "Emirates ID Applications", description: "Fast-track your Emirates ID application with our professional help.", imageSrc: "http://img.b2bpic.net/free-photo/visitor-visa-application-form-concept_53876-148066.jpg", buttonIcon: CreditCard,
},
{
title: "Business Registration",
description: "Seamless company registration and licensing services.",
imageSrc: "http://img.b2bpic.net/free-photo/homepage-concept-with-search-bar_23-2150040188.jpg",
buttonIcon: "Briefcase",
title: "Business Registration", description: "Seamless company registration and licensing services.", imageSrc: "http://img.b2bpic.net/free-photo/homepage-concept-with-search-bar_23-2150040188.jpg", buttonIcon: Briefcase,
},
{
title: "Travel Arrangements",
description: "Hassle-free corporate and personal travel bookings.",
imageSrc: "http://img.b2bpic.net/free-photo/businessman-using-digital-tablet-waiting-area_107420-95817.jpg",
buttonIcon: "Plane",
title: "Travel Arrangements", description: "Hassle-free corporate and personal travel bookings.", imageSrc: "http://img.b2bpic.net/free-photo/businessman-using-digital-tablet-waiting-area_107420-95817.jpg", buttonIcon: Plane,
},
]}
title="Our Professional Services"
@@ -180,26 +127,11 @@ export default function LandingPage() {
useInvertedBackground={true}
metrics={[
{
id: "m1",
value: "10k+",
title: "Documents Processed",
description: "Countless documents handled with precision.",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-taking-travel-tickets_23-2149080787.jpg",
},
id: "m1", value: "10k+", title: "Documents Processed", description: "Countless documents handled with precision.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-taking-travel-tickets_23-2149080787.jpg"},
{
id: "m2",
value: "100%",
title: "Customer Satisfaction",
description: "Committed to delivering smooth, hassle-free service.",
imageSrc: "http://img.b2bpic.net/free-photo/arabic-businessman-traditional-wear-sitting-table-with-laptop-computer-holding-clipboard-coffee-cup-happy-positive-working-office_141793-47866.jpg",
},
id: "m2", value: "100%", title: "Customer Satisfaction", description: "Committed to delivering smooth, hassle-free service.", imageSrc: "http://img.b2bpic.net/free-photo/arabic-businessman-traditional-wear-sitting-table-with-laptop-computer-holding-clipboard-coffee-cup-happy-positive-working-office_141793-47866.jpg"},
{
id: "m3",
value: "24/7",
title: "Support Commitment",
description: "Here for your business needs any time.",
imageSrc: "http://img.b2bpic.net/free-photo/business-partners-checking-signing-document_74855-1151.jpg",
},
id: "m3", value: "24/7", title: "Support Commitment", description: "Here for your business needs any time.", imageSrc: "http://img.b2bpic.net/free-photo/business-partners-checking-signing-document_74855-1151.jpg"},
]}
title="Trusted Excellence"
description="We are proud to serve the Ajman community with dedication and expertise."
@@ -213,40 +145,15 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
id: "t1",
name: "Ahmed K.",
handle: "@ahmed",
testimonial: "Excellent service for my business license. Very fast and professional.",
imageSrc: "http://img.b2bpic.net/free-photo/impressed-girl-admiring-great-music-taste-friend-showing-thumbs-up-smiling-excited-astoni_1258-142061.jpg",
},
id: "t1", name: "Ahmed K.", handle: "@ahmed", testimonial: "Excellent service for my business license. Very fast and professional.", imageSrc: "http://img.b2bpic.net/free-photo/impressed-girl-admiring-great-music-taste-friend-showing-thumbs-up-smiling-excited-astoni_1258-142061.jpg"},
{
id: "t2",
name: "Sarah M.",
handle: "@sarah",
testimonial: "They handled my visa application perfectly. Highly recommended!",
imageSrc: "http://img.b2bpic.net/free-photo/image-corporate-woman-working-office-sitting-front-laptop-preparing-business_1258-194628.jpg",
},
id: "t2", name: "Sarah M.", handle: "@sarah", testimonial: "They handled my visa application perfectly. Highly recommended!", imageSrc: "http://img.b2bpic.net/free-photo/image-corporate-woman-working-office-sitting-front-laptop-preparing-business_1258-194628.jpg"},
{
id: "t3",
name: "David L.",
handle: "@david",
testimonial: "Very efficient and transparent with document processing. Thank you.",
imageSrc: "http://img.b2bpic.net/free-photo/man-smiling-with-arms-crossed_1187-3243.jpg",
},
id: "t3", name: "David L.", handle: "@david", testimonial: "Very efficient and transparent with document processing. Thank you.", imageSrc: "http://img.b2bpic.net/free-photo/man-smiling-with-arms-crossed_1187-3243.jpg"},
{
id: "t4",
name: "Fatima S.",
handle: "@fatima",
testimonial: "Smooth process for Emirates ID renewal. Will come back again.",
imageSrc: "http://img.b2bpic.net/free-photo/happy-handsome-businessman-posing-with-arms-folded_74855-1985.jpg",
},
id: "t4", name: "Fatima S.", handle: "@fatima", testimonial: "Smooth process for Emirates ID renewal. Will come back again.", imageSrc: "http://img.b2bpic.net/free-photo/happy-handsome-businessman-posing-with-arms-folded_74855-1985.jpg"},
{
id: "t5",
name: "John D.",
handle: "@john",
testimonial: "Professional and helpful throughout the visa process.",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-face-woman-joke-cheerful_1194-7832.jpg",
},
id: "t5", name: "John D.", handle: "@john", testimonial: "Professional and helpful throughout the visa process.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-face-woman-joke-cheerful_1194-7832.jpg"},
]}
title="Client Success Stories"
description="See why individuals and businesses trust us for their paperwork needs."
@@ -258,20 +165,11 @@ export default function LandingPage() {
useInvertedBackground={true}
faqs={[
{
id: "f1",
title: "How long does visa processing take?",
content: "Processing times vary based on the service, but we prioritize speed and efficiency.",
},
id: "f1", title: "How long does visa processing take?", content: "Processing times vary based on the service, but we prioritize speed and efficiency."},
{
id: "f2",
title: "Where are you located?",
content: "We are conveniently located in Al Rashidiya 2, opposite Falcon Tower A3.",
},
id: "f2", title: "Where are you located?", content: "We are conveniently located in Al Rashidiya 2, opposite Falcon Tower A3."},
{
id: "f3",
title: "Do you handle business registrations?",
content: "Yes, we specialize in comprehensive business registration and licensing services.",
},
id: "f3", title: "Do you handle business registrations?", content: "Yes, we specialize in comprehensive business registration and licensing services."},
]}
sideTitle="Common Questions"
sideDescription="Need clarification? Find answers to commonly asked questions about our services."
@@ -283,14 +181,11 @@ export default function LandingPage() {
<ContactText
useInvertedBackground={false}
background={{
variant: "canvas-reveal",
}}
variant: "canvas-reveal"}}
text="Ready to get your paperwork sorted? Visit us in Al Rashidiya 2 today or give us a call for assistance."
buttons={[
{
text: "Get In Touch",
href: "tel:+97100000000",
},
text: "Get In Touch", href: "tel:+97100000000"},
]}
/>
</div>
@@ -300,33 +195,21 @@ export default function LandingPage() {
logoText="Brothers Businessmen Services"
columns={[
{
title: "Quick Links",
items: [
title: "Quick Links", items: [
{
label: "Home",
href: "#hero",
},
label: "Home", href: "#hero"},
{
label: "Services",
href: "#services",
},
label: "Services", href: "#services"},
{
label: "Contact",
href: "#contact",
},
label: "Contact", href: "#contact"},
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{
label: "Privacy Policy",
href: "#",
},
label: "Privacy Policy", href: "#"},
{
label: "Terms of Service",
href: "#",
},
label: "Terms of Service", href: "#"},
],
},
]}