Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-06-11 19:20:00 +00:00

View File

@@ -32,33 +32,19 @@ export default function LandingPage() {
<NavbarStyleFullscreen
navItems={[
{
name: "Home",
id: "#hero",
},
name: "Home", id: "#hero"},
{
name: "Services",
id: "#services",
},
name: "Services", id: "#services"},
{
name: "Features",
id: "#features",
},
name: "Features", id: "#features"},
{
name: "Why Us",
id: "#why-us",
},
name: "Why Us", id: "#why-us"},
{
name: "Trusted By",
id: "#social-proof",
},
name: "Trusted By", id: "#social-proof"},
{
name: "FAQ",
id: "#faq",
},
name: "FAQ", id: "#faq"},
{
name: "Contact",
id: "#contact",
},
name: "Contact", id: "#contact"},
]}
brandName="Flawless POS Setup"
/>
@@ -67,113 +53,66 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroSplitDoubleCarousel
background={{
variant: "downward-rays-animated-grid",
}}
variant: "downward-rays-animated-grid"}}
title="Professional POS Installation & Setup Services"
description="Get your Point-of-Sale ready for business. The exact experts customers call every day for flawless setup and configuration, ensuring your operations are seamless from day one."
leftCarouselItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/people-looking-day-menu_52683-113112.jpg",
imageAlt: "Modern POS terminal with futuristic interface",
},
imageSrc: "http://img.b2bpic.net/free-photo/people-looking-day-menu_52683-113112.jpg", imageAlt: "Modern POS terminal with futuristic interface"},
{
imageSrc: "http://img.b2bpic.net/free-photo/crop-hands-holding-tablet-with-coffee-nearby_23-2147826917.jpg",
imageAlt: "Hand interacting with a tablet-based POS system",
},
imageSrc: "http://img.b2bpic.net/free-photo/crop-hands-holding-tablet-with-coffee-nearby_23-2147826917.jpg", imageAlt: "Hand interacting with a tablet-based POS system"},
{
imageSrc: "http://img.b2bpic.net/free-photo/japanese-subway-train-system-passenger-information-display-screen_23-2148954818.jpg",
imageAlt: "Secure cash drawer integrating with a POS system",
},
imageSrc: "http://img.b2bpic.net/free-photo/japanese-subway-train-system-passenger-information-display-screen_23-2148954818.jpg", imageAlt: "Secure cash drawer integrating with a POS system"},
{
imageSrc: "http://img.b2bpic.net/free-photo/receiver-landline-telephone-pink-background-with-blue-shadow_23-2148084313.jpg",
imageAlt: "Receipt printer connected to a modern POS system",
},
imageSrc: "http://img.b2bpic.net/free-photo/receiver-landline-telephone-pink-background-with-blue-shadow_23-2148084313.jpg", imageAlt: "Receipt printer connected to a modern POS system"},
{
imageSrc: "http://img.b2bpic.net/free-photo/blurred-lights-background_23-2148164836.jpg",
imageAlt: "Network cables neatly organized behind a POS station",
},
imageSrc: "http://img.b2bpic.net/free-photo/blurred-lights-background_23-2148164836.jpg", imageAlt: "Network cables neatly organized behind a POS station"},
{
imageSrc: "http://img.b2bpic.net/free-photo/credit-card-golden-christmas-decorations-white-background_187299-46535.jpg",
imageAlt: "Chip card reader integrated into a POS terminal",
},
imageSrc: "http://img.b2bpic.net/free-photo/credit-card-golden-christmas-decorations-white-background_187299-46535.jpg", imageAlt: "Chip card reader integrated into a POS terminal"},
]}
rightCarouselItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-working-bakery_23-2150273188.jpg",
imageAlt: "Overhead view of a restaurant POS counter",
},
imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-working-bakery_23-2150273188.jpg", imageAlt: "Overhead view of a restaurant POS counter"},
{
imageSrc: "http://img.b2bpic.net/free-photo/african-american-customer-putting-phone-pos-terminal-paying-stylish-clothes-boutique-after-discussing-items-fabric-with-employee-woman-standing-retail-store-counter-buying-casual-wear_482257-67409.jpg",
imageAlt: "Technician performing POS software configuration",
},
imageSrc: "http://img.b2bpic.net/free-photo/african-american-customer-putting-phone-pos-terminal-paying-stylish-clothes-boutique-after-discussing-items-fabric-with-employee-woman-standing-retail-store-counter-buying-casual-wear_482257-67409.jpg", imageAlt: "Technician performing POS software configuration"},
{
imageSrc: "http://img.b2bpic.net/free-photo/person-paying-using-nfc-technology_23-2149893748.jpg",
imageAlt: "Sleek POS hardware ensemble arranged perfectly",
},
imageSrc: "http://img.b2bpic.net/free-photo/person-paying-using-nfc-technology_23-2149893748.jpg", imageAlt: "Sleek POS hardware ensemble arranged perfectly"},
{
imageSrc: "http://img.b2bpic.net/free-photo/man-with-tablet-working-logistic_23-2148886824.jpg",
imageAlt: "Digital interface displaying real-time stock control",
},
imageSrc: "http://img.b2bpic.net/free-photo/man-with-tablet-working-logistic_23-2148886824.jpg", imageAlt: "Digital interface displaying real-time stock control"},
{
imageSrc: "http://img.b2bpic.net/free-photo/digital-tablet-stylus-pen-laptop-desktop-close-up_169016-47030.jpg",
imageAlt: "Detailed view of financial analytics charts on POS dashboard",
},
imageSrc: "http://img.b2bpic.net/free-photo/digital-tablet-stylus-pen-laptop-desktop-close-up_169016-47030.jpg", imageAlt: "Detailed view of financial analytics charts on POS dashboard"},
{
imageSrc: "http://img.b2bpic.net/free-photo/road-arrows_1359-783.jpg",
imageAlt: "Abstract representation of secure data flow",
},
imageSrc: "http://img.b2bpic.net/free-photo/road-arrows_1359-783.jpg", imageAlt: "Abstract representation of secure data flow"},
]}
buttons={[
{
text: "Book Your Setup Today",
href: "#contact",
},
text: "Book Your Setup Today", href: "#contact"},
]}
carouselPosition="right"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/pin-number_329181-9923.jpg",
alt: "PIN number",
},
src: "http://img.b2bpic.net/free-photo/pin-number_329181-9923.jpg", alt: "PIN number"},
{
src: "http://img.b2bpic.net/free-photo/young-adult-exercising-home_23-2150164774.jpg",
alt: "Young adult exercising at home",
},
src: "http://img.b2bpic.net/free-photo/young-adult-exercising-home_23-2150164774.jpg", alt: "Young adult exercising at home"},
{
src: "http://img.b2bpic.net/free-photo/payment-technologies_1098-16085.jpg",
alt: "Payment technologies",
},
src: "http://img.b2bpic.net/free-photo/payment-technologies_1098-16085.jpg", alt: "Payment technologies"},
{
src: "http://img.b2bpic.net/free-photo/pos-terminal-shop-ready-work_1153-3610.jpg",
alt: "Pos terminal in the shop. Ready for work",
},
src: "http://img.b2bpic.net/free-photo/pos-terminal-shop-ready-work_1153-3610.jpg", alt: "Pos terminal in the shop. Ready for work"},
{
src: "http://img.b2bpic.net/free-photo/store-mockup-device-used-as-advertising_482257-76227.jpg",
alt: "Store mockup device used as advertising",
},
src: "http://img.b2bpic.net/free-photo/store-mockup-device-used-as-advertising_482257-76227.jpg", alt: "Store mockup device used as advertising"},
]}
avatarText="Trusted by 500+ Businesses"
marqueeItems={[
{
type: "text",
text: "Retail Innovators",
},
type: "text", text: "Retail Innovators"},
{
type: "text",
text: "Restaurant Solutions",
},
type: "text", text: "Restaurant Solutions"},
{
type: "text",
text: "Cafe Specialists",
},
type: "text", text: "Cafe Specialists"},
{
type: "text",
text: "Boutique Retailers",
},
type: "text", text: "Boutique Retailers"},
{
type: "text",
text: "Enterprise Systems",
},
type: "text", text: "Enterprise Systems"},
]}
marqueeSpeed={40}
showMarqueeCard={true}
@@ -184,46 +123,20 @@ export default function LandingPage() {
<FeatureCardTwentyFour
textboxLayout="default"
useInvertedBackground={true}
animationType="slide-up"
features={[
{
id: "service-software-config",
title: "Full Software Configuration",
author: "Tailored Solutions",
description: "Complete system setup tailored to your unique business needs, from initial installation to custom menu programming and product database integration.",
tags: [
"Custom",
"Integrated",
"Optimized",
],
imageSrc: "http://img.b2bpic.net/free-photo/half-charged-battery-left-side-with-white-background_187299-40056.jpg",
imageAlt: "Software configuration icon",
},
id: "service-software-config", title: "Full Software Configuration", author: "Tailored Solutions", description: "Complete system setup tailored to your unique business needs, from initial installation to custom menu programming and product database integration.", tags: [
"Custom", "Integrated", "Optimized"],
imageSrc: "http://img.b2bpic.net/free-photo/half-charged-battery-left-side-with-white-background_187299-40056.jpg", imageAlt: "Software configuration icon"},
{
id: "service-hardware-integration",
title: "Hardware Integration",
author: "Flawless Setup",
description: "Expert printer testing, precise receipt setup, and secure cash box integration for all your POS hardware. Guaranteed seamless operation.",
tags: [
"Secure",
"Efficient",
"Reliable",
],
imageSrc: "http://img.b2bpic.net/free-vector/design-ui-icon-collection_1051-1719.jpg",
imageAlt: "Hardware integration icon",
},
id: "service-hardware-integration", title: "Hardware Integration", author: "Flawless Setup", description: "Expert printer testing, precise receipt setup, and secure cash box integration for all your POS hardware. Guaranteed seamless operation.", tags: [
"Secure", "Efficient", "Reliable"],
imageSrc: "http://img.b2bpic.net/free-vector/design-ui-icon-collection_1051-1719.jpg", imageAlt: "Hardware integration icon"},
{
id: "service-network-config",
title: "Network Configuration",
author: "Robust Connectivity",
description: "Ensuring stable, fast, and secure connections for your entire POS ecosystem. Minimize downtime and maximize transaction speed with our network expertise.",
tags: [
"Stable",
"Fast",
"Secure",
],
imageSrc: "http://img.b2bpic.net/free-photo/connecting-lines-dots-with-floating-particles_1048-12010.jpg",
imageAlt: "Network configuration icon",
},
id: "service-network-config", title: "Network Configuration", author: "Robust Connectivity", description: "Ensuring stable, fast, and secure connections for your entire POS ecosystem. Minimize downtime and maximize transaction speed with our network expertise.", tags: [
"Stable", "Fast", "Secure"],
imageSrc: "http://img.b2bpic.net/free-photo/connecting-lines-dots-with-floating-particles_1048-12010.jpg", imageAlt: "Network configuration icon"},
]}
title="Comprehensive POS Solutions for Your Business"
description="We provide end-to-end POS hardware installation and comprehensive software setup, ensuring seamless, profitable operations for retail stores, premium cafes, and restaurants."
@@ -238,33 +151,13 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
id: "feature-data-entry-comp",
name: "Comprehensive Data Entry",
price: "Streamlined",
imageSrc: "http://img.b2bpic.net/free-photo/performance-summary-management-spreadsheet-word_53876-120890.jpg",
imageAlt: "Data entry screen with custom menus",
},
id: "feature-data-entry-comp", name: "Comprehensive Data Entry", price: "Streamlined", imageSrc: "http://img.b2bpic.net/free-photo/performance-summary-management-spreadsheet-word_53876-120890.jpg", imageAlt: "Data entry screen with custom menus"},
{
id: "feature-stock-control-adv",
name: "Advanced Real-Time Stock Control",
price: "Precise",
imageSrc: "http://img.b2bpic.net/free-photo/businessman-suit-arriving-home-checking-if-stock-market-is-crashing_482257-29631.jpg",
imageAlt: "Real-time stock control dashboard",
},
id: "feature-stock-control-adv", name: "Advanced Real-Time Stock Control", price: "Precise", imageSrc: "http://img.b2bpic.net/free-photo/businessman-suit-arriving-home-checking-if-stock-market-is-crashing_482257-29631.jpg", imageAlt: "Real-time stock control dashboard"},
{
id: "feature-sales-tracking-vis",
name: "Sales & Remaining Stock Tracking",
price: "Transparent",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-boxes-laptop-arrangement_23-2148790109.jpg",
imageAlt: "Sales and stock tracking interface",
},
id: "feature-sales-tracking-vis", name: "Sales & Remaining Stock Tracking", price: "Transparent", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-boxes-laptop-arrangement_23-2148790109.jpg", imageAlt: "Sales and stock tracking interface"},
{
id: "feature-financial-analytics-det",
name: "Profitable Financial Analytics",
price: "Insightful",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-cup-coffee-mobile-phone_1098-3456.jpg",
imageAlt: "Financial analytics dashboard with profit reports",
},
id: "feature-financial-analytics-det", name: "Profitable Financial Analytics", price: "Insightful", imageSrc: "http://img.b2bpic.net/free-photo/close-up-cup-coffee-mobile-phone_1098-3456.jpg", imageAlt: "Financial analytics dashboard with profit reports"},
]}
title="Unlock Profitability with Advanced POS Features"
description="Our comprehensive software configurations go beyond basic setup, providing powerful, Real-Time tools to maximize your business's efficiency and financial insights."
@@ -278,19 +171,13 @@ export default function LandingPage() {
metrics={[
{
icon: Clock,
label: "Fast Turnaround",
value: "Rapid Deployment",
},
label: "Fast Turnaround", value: "Rapid Deployment"},
{
icon: Target,
label: "Precision Setup",
value: "Flawless Execution",
},
label: "Precision Setup", value: "Flawless Execution"},
{
icon: ShieldCheck,
label: "Reliable Support",
value: "Daily Assistance",
},
label: "Reliable Support", value: "Daily Assistance"},
]}
metricsAnimation="slide-up"
/>
@@ -301,14 +188,7 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
names={[
"Global Retailers",
"Fine Dining Groups",
"Boutique Cafes",
"Tech Startups",
"Franchise Chains",
"Local Eateries",
"Entertainment Venues",
]}
"Global Retailers", "Fine Dining Groups", "Boutique Cafes", "Tech Startups", "Franchise Chains", "Local Eateries", "Entertainment Venues"]}
title="Trusted by Leading Businesses"
description="Our expertise powers smooth, Profitable operations for a diverse range of premier retail stores, premium cafes, and thriving restaurants daily."
speed={40}
@@ -322,25 +202,13 @@ export default function LandingPage() {
useInvertedBackground={true}
faqs={[
{
id: "faq-1",
title: "What types of POS systems do you install?",
content: "We expertly install and configure a wide range of Point-of-Sale systems, including leading hardware terminals, tablet-based solutions, and cloud-integrated platforms for various business types like retail, cafes, and restaurants.",
},
id: "faq-1", title: "What types of POS systems do you install?", content: "We expertly install and configure a wide range of Point-of-Sale systems, including leading hardware terminals, tablet-based solutions, and cloud-integrated platforms for various business types like retail, cafes, and restaurants."},
{
id: "faq-2",
title: "How long does a typical POS installation take?",
content: "Our team ensures fast turnaround times. A standard POS hardware and software configuration can typically be completed within a few hours to a full day, depending on complexity and the number of stations. We prioritize efficient and minimal disruption to your business.",
},
id: "faq-2", title: "How long does a typical POS installation take?", content: "Our team ensures fast turnaround times. A standard POS hardware and software configuration can typically be completed within a few hours to a full day, depending on complexity and the number of stations. We prioritize efficient and minimal disruption to your business."},
{
id: "faq-3",
title: "Do you offer post-installation support?",
content: "Absolutely. We provide reliable daily support to ensure your POS system operates flawlessly. Our service includes troubleshooting, configuration adjustments, and guidance to keep your business running smoothly.",
},
id: "faq-3", title: "Do you offer post-installation support?", content: "Absolutely. We provide reliable daily support to ensure your POS system operates flawlessly. Our service includes troubleshooting, configuration adjustments, and guidance to keep your business running smoothly."},
{
id: "faq-4",
title: "Can you integrate our existing hardware with a new POS software?",
content: "Yes, our hardware integration service includes assessing and connecting your existing peripherals, such as printers, scanners, and cash drawers, with your new POS software. We aim for maximum compatibility and efficiency.",
},
id: "faq-4", title: "Can you integrate our existing hardware with a new POS software?", content: "Yes, our hardware integration service includes assessing and connecting your existing peripherals, such as printers, scanners, and cash drawers, with your new POS software. We aim for maximum compatibility and efficiency."},
]}
title="Frequently Asked Questions"
description="Find quick, Comprehensive answers to common questions about our professional POS installation and configuration services."
@@ -352,8 +220,7 @@ export default function LandingPage() {
<ContactSplit
useInvertedBackground={false}
background={{
variant: "gradient-bars",
}}
variant: "gradient-bars"}}
tag="Get Started"
title="Ready to upgrade your business operations?"
description="Complete the form below to connect with our experts, or reach out directly to schedule your professional POS installation and configuration. Let's make your business more Profitable and efficient."
@@ -377,19 +244,13 @@ export default function LandingPage() {
socialLinks={[
{
icon: Mail,
href: "mailto:bibo.bibo.i.e.s@gmail.com",
ariaLabel: "Email Us",
},
href: "mailto:bibo.bibo.i.e.s@gmail.com", ariaLabel: "Email Us"},
{
icon: Phone,
href: "tel:+971542421975",
ariaLabel: "Call Us",
},
href: "tel:+971542421975", ariaLabel: "Call Us"},
{
icon: MessageCircle,
href: "https://wa.me/971542421975",
ariaLabel: "WhatsApp Us",
},
href: "https://wa.me/971542421975", ariaLabel: "WhatsApp Us"},
]}
/>
</div>