1:"$Sreact.fragment" 3:I[490675,["/_next/static/chunks/0ftckztpw89sh.js","/_next/static/chunks/18z_0xh6dbip0.js","/_next/static/chunks/19ysodyuoet6i.js","/_next/static/chunks/1ntn7efqc-iiw.js","/_next/static/chunks/0ecscdk9k1gba.js","/_next/static/chunks/0ifnx2pp-jbz0.js","/_next/static/chunks/0rm3qqg1o38u3.js","/_next/static/chunks/1klcnle83xaf0.js","/_next/static/chunks/25_wr9rdk5jtn.js"],"TechnologyDetailClient"] 9:I[897367,["/_next/static/chunks/0ftckztpw89sh.js","/_next/static/chunks/18z_0xh6dbip0.js","/_next/static/chunks/19ysodyuoet6i.js","/_next/static/chunks/1ntn7efqc-iiw.js","/_next/static/chunks/0ecscdk9k1gba.js"],"OutletBoundary"] a:"$Sreact.suspense" 2:Ta74,{"@context":"https://schema.org","@graph":[{"@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://msadigitalwebworldsolutions.com"},{"@type":"ListItem","position":2,"name":"Technologies","item":"https://msadigitalwebworldsolutions.com/technologies"},{"@type":"ListItem","position":3,"name":"SQL","item":"https://msadigitalwebworldsolutions.com/technologies/sql"}]},{"@type":"TechArticle","headline":"Enterprise SQL Database Architecture & Complex Query Engineering","description":"MSA offers expert SQL database design, query performance optimization, database normalization, and secure relational database engineering services.","articleSection":"Databases","url":"https://msadigitalwebworldsolutions.com/technologies/sql","author":{"@type":"Organization","name":"MSA Digital Web World Solutions","url":"https://msadigitalwebworldsolutions.com"},"publisher":{"@type":"Organization","name":"MSA Digital Web World Solutions","url":"https://msadigitalwebworldsolutions.com"}},{"@type":"FAQPage","mainEntity":[{"@type":"Question","name":"What is SQL and why is it important?","acceptedAnswer":{"@type":"Answer","text":"SQL is the universal language used to create, query, update, and manage data stored within relational database engines like MySQL, PostgreSQL, and SQL Server."}},{"@type":"Question","name":"What is SQL Injection and how does MSA prevent it?","acceptedAnswer":{"@type":"Answer","text":"SQL Injection occurs when malicious inputs alter database queries. MSA prevents this completely by using parameterized prepared statements and ORMs across all backends."}},{"@type":"Question","name":"What is the difference between SQL and NoSQL?","acceptedAnswer":{"@type":"Answer","text":"SQL databases use structured tables, rigid schemas, and foreign keys, whereas NoSQL databases (like MongoDB) store unstructured or semi-structured JSON documents."}},{"@type":"Question","name":"How does MSA optimize slow SQL queries?","acceptedAnswer":{"@type":"Answer","text":"We analyze database EXPLAIN execution plans, add targeted single/composite indexes, rewrite inefficient JOINs, and implement Redis caching layers."}},{"@type":"Question","name":"What is database normalization (3NF)?","acceptedAnswer":{"@type":"Answer","text":"Normalization is the process of organizing relational tables to minimize data redundancy and prevent data anomaly errors during updates."}},{"@type":"Question","name":"Can SQL handle big data analytics?","acceptedAnswer":{"@type":"Answer","text":"Yes! Cloud data warehouses like Snowflake, BigQuery, and Redshift use columnar SQL engines to query petabytes of analytical data in seconds."}}]}]}0:{"rsc":["$","$1","c",{"children":[[["$","script",null,{"type":"application/ld+json","dangerouslySetInnerHTML":{"__html":"$2"}}],["$","$L3",null,{"technology":{"slug":"sql","name":"SQL","category":"Databases","tagline":"The universal domain-specific language for managing, querying, and structuring relational databases.","badge":"Database Query Language","iconName":"FileSpreadsheet","hero":{"headline":"Enterprise SQL Database Architecture & Complex Query Engineering","subheadline":"MSA designs normalized relational database schemas, writes optimized SQL queries, crafts stored procedures, and prevents database bottlenecks.","backgroundImage":"/images/custom-software-development-services-banner.webp","accentColor":"from-blue-700 to-indigo-900","glowColor":"indigo"},"overview":{"whatItIs":"SQL (Structured Query Language) is the standardized programming language used to manage, manipulate, and query relational databases including MySQL, PostgreSQL, MS SQL Server, and SQLite.","whyImportant":"SQL allows software systems to perform complex data queries, aggregations, joins, transactions, and transformations safely while enforcing strict relational integrity constraints.","whereUsed":["Relational Schema Design & Normalization","Complex Business Reporting & Analytics","Enterprise Data Warehouse Querying","Backend Database Transactions"]},"keyFeatures":[{"title":"Standardized Data Manipulation (DML)","description":"Universal SELECT, INSERT, UPDATE, and DELETE operations across relational engines.","icon":"Code"},{"title":"Relational Schema Definition (DDL)","description":"Defines table structures, foreign keys, unique constraints, and indexes.","icon":"Layout"},{"title":"Complex Multi-Table Joins","description":"Combines records from multiple related tables efficiently using INNER, LEFT, and FULL joins.","icon":"GitMerge"},{"title":"Aggregation & Window Functions","description":"Performs real-time analytics calculations using SUM, AVG, COUNT, and OVER() functions.","icon":"Activity"},{"title":"Stored Procedures & Triggers","description":"Executes pre-compiled database server logic automatically on data updates.","icon":"Terminal"},{"title":"Prepared Statement Security","description":"Protects applications by binding parameters safely to prevent SQL Injection attacks.","icon":"ShieldCheck"}],"useCases":[{"title":"Business Intelligence & Reporting","description":"Writing analytical SQL queries to extract key business performance metrics.","icon":"TrendingUp","tag":"Analytics"},{"title":"Financial Auditing & Ledgers","description":"Executing transactional queries with total ACID balance guarantees.","icon":"DollarSign","tag":"Finance"},{"title":"Data Migration Scripts","description":"Safe ETL data extraction, transformation, and loading between enterprise systems.","icon":"RefreshCw","tag":"ETL"},{"title":"Backend Database Querying","description":"Executing fast database queries powering web and mobile application backends.","icon":"Server","tag":"Backend"}],"benefits":[{"title":"Scalability","description":"Optimized SQL queries execute smoothly across billions of database rows.","icon":"Maximize","metric":"Billion-Row Scales"},{"title":"Performance","description":"Targeted index optimization reduces query execution times from minutes to milliseconds.","icon":"Gauge","metric":"Millisecond Queries"},{"title":"Security","description":"Parameterized SQL inputs eliminate 100% of SQL injection security vulnerabilities.","icon":"ShieldCheck","metric":"Zero SQL Injection"},{"title":"Flexibility","description":"Standard SQL knowledge transfers seamlessly across MySQL, PostgreSQL, Oracle, and MS SQL.","icon":"Sliders","metric":"Universal Syntax"},{"title":"Community Support","description":"The foundational language of relational database management for over 40 years.","icon":"Users","metric":"40+ Years Standard"},{"title":"Maintainability","description":"Declarative syntax makes query logic easy to review, test, and refactor.","icon":"Check","metric":"Declarative Precision"}],"howMsaUses":{"overview":"SQL expertise is foundational at MSA. We write clean, optimized SQL queries, design 3NF database schemas, tune execution plans, and audit ORM-generated queries for performance.","projectTypes":["Enterprise Relational Systems","Data Warehouse Analytics","Database Performance Audits","Legacy SQL Migrations"],"bestPractices":["Prepared Statement Binding","EXPLAIN ANALYZE Optimization","Index Cardinality Tuning","3NF Normalization Standards"],"developmentApproach":"We inspect database query execution plans to identify unindexed table scans, resolving performance bottlenecks before code reaches production.","integrationCapabilities":["MySQL, PostgreSQL & MS SQL","Snowflake & AWS Redshift","Prisma, Drizzle & Entity Framework","Metabase & PowerBI Analytics"]},"relatedServices":[{"title":"Custom Software Development","slug":"custom-software-development","description":"Enterprise SQL database design and tuning."},{"title":"Cloud Solutions","slug":"cloud-solutions","description":"Cloud database setup on AWS RDS and Azure."},{"title":"E-Commerce Development","slug":"e-commerce-development","description":"Transactional SQL database architecture."}],"faqs":[{"question":"What is SQL and why is it important?","answer":"SQL is the universal language used to create, query, update, and manage data stored within relational database engines like MySQL, PostgreSQL, and SQL Server."},{"question":"What is SQL Injection and how does MSA prevent it?","answer":"SQL Injection occurs when malicious inputs alter database queries. MSA prevents this completely by using parameterized prepared statements and ORMs across all backends."},{"question":"What is the difference between SQL and NoSQL?","answer":"SQL databases use structured tables, rigid schemas, and foreign keys, whereas NoSQL databases (like MongoDB) store unstructured or semi-structured JSON documents."},{"question":"How does MSA optimize slow SQL queries?","answer":"We analyze database EXPLAIN execution plans, add targeted single/composite indexes, rewrite inefficient JOINs, and implement Redis caching layers."},{"question":"What is database normalization (3NF)?","answer":"Normalization is the process of organizing relational tables to minimize data redundancy and prevent data anomaly errors during updates."},{"question":"Can SQL handle big data analytics?","answer":"Yes! Cloud data warehouses like Snowflake, BigQuery, and Redshift use columnar SQL engines to query petabytes of analytical data in seconds."}],"cta":{"headline":"Master Your Relational Data with Expert SQL Engineering","subheadline":"Optimize database performance and build robust relational architectures with MSA."},"seo":{"title":"SQL Database Services | Relational Architecture & Tuning - MSA","description":"MSA offers expert SQL database design, query performance optimization, database normalization, and secure relational database engineering services.","keywords":["SQL development","SQL database optimization","Relational database agency","SQL query tuning","Database normalization"]}},"relatedProjects":[{"id":"binge-analytics","title":"Binge Analytics","category":"SaaS Product Development","industry":"Technology","imageSrc":"/images/projects/BingeAnalytics/BingeAnalytics_1.webp","tags":["SAAS","BI DASHBOARD","RESTAURANT ANALYTICS","DATA VISUALIZATION","MULTI-BRANCH TRACKING","REST API","PRIMARY PROJECT"],"client":"Binge Analytics Dashboard","year":"2026","summary":"Building a BI Dashboard SaaS for Restaurants — A decision system providing real-time profit KPIs, funnel analytics, and multi-branch tracking.","overview":"After working on our latest project (Binge Analytics Dashboard), one thing is very clear: Most restaurant owners are sitting on data… but making ZERO use of it. They track: ✔ Orders, ✔ Revenue, ✔ Discounts, ✔ Ads spend. But they don't track what actually matters: → Which items are killing profit, → Which offers are silently burning margins, → Which platform (Zomato/Swiggy) is actually profitable. So we decided to build something different: Not just another dashboard — but a decision system. Binge Analytics provides automated data from multiple platforms, real-time KPIs (profit, not just revenue), funnel-level insights, and multi-branch tracking.","challenge":"Most restaurant owners track surface-level metrics like order volume, revenue, discounts, and ad spend, but remain blind to hidden profit leaks. Operating across fragmented platforms like Zomato, Swiggy, and direct channels makes it difficult to assess true item-level profitability, calculate net margins after platform commissions, or compare performance across multiple outlets.","solution":"MSA engineered Binge Analytics — a modern BI Dashboard SaaS specifically tailored for single and multi-branch restaurants. The platform automates data ingestion across delivery channels, calculates real-time profit KPIs (focusing on net profit over raw revenue), delivers granular funnel analytics, and provides executive multi-branch oversight in a single high-performance dashboard.","process":"We executed an end-to-end product engineering workflow: conducting restaurant analytics research, designing an intuitive data visualization UI, building multi-platform REST API ingestion pipelines, engineering high-speed financial metric calculation engines, implementing secure multi-tenant data architecture, and deploying a responsive desktop & mobile experience.","technologies":["Next.js","React.js","Tailwind CSS","Node.js","Express.js","PostgreSQL","REST API","Recharts"],"features":["Automated Data Aggregation (Zomato, Swiggy & Direct Channels)","Real-Time Net Profit KPIs (Focusing on Net Profit vs. Just Gross Revenue)","Item-Level Margin & Profit Leakage Analytics","Offer & Discount Margin Impact Tracking","Funnel-Level Customer Behavior & Sales Insights","Multi-Branch Performance & Outlet Benchmarking","Responsive Executive & Operational Dashboards"],"results":"Successfully transformed complex restaurant data into a real-time decision system • Empowered restaurant owners to uncover margin-draining menu items and unoptimized offers • Delivered clear channel-by-channel net profit visibility • Streamlined multi-outlet oversight into a unified visual portal.","gallery":["/images/projects/BingeAnalytics/BingeAnalytics_1.webp","/images/projects/BingeAnalytics/BingeAnalytics_2.webp","/images/projects/BingeAnalytics/BingeAnalytics_3.webp"],"videoSrc":""},{"id":"clearity","title":"Clearity","category":"Custom Software Development","industry":"Technology","imageSrc":"/images/projects/Clearity/Clearity1.webp","tags":["LARAVEL","MYSQL","BOOTSTRAP","TAILWIND CSS","CRM","SALES AUTOMATION","PRIMARY PROJECT"],"client":"Clearity CRM & Sales","year":"2026","summary":"A comprehensive CRM & Sales Automation platform built with Laravel, MySQL, Bootstrap, and Tailwind CSS to streamline lead tracking, sales funnels, and customer relationship workflows.","overview":"Clearity is a modern CRM and Sales Automation tool engineered to optimize sales workflows, streamline customer relationship management, and automate deal tracking for growing enterprises. Built on a robust Laravel and MySQL backend paired with a dynamic Bootstrap and Tailwind CSS frontend, Clearity empowers sales teams with real-time pipeline visibility, automated lead routing, and customer interaction history in one unified interface.","challenge":"Modern sales teams often struggle with fragmented customer data, manual lead follow-ups, and opaque sales pipelines across multiple channels. Without a centralized CRM system, leads fall through the cracks, sales cycle times increase, and revenue visibility remains limited.","solution":"MSA engineered Clearity — an end-to-end CRM & Sales Automation solution. The platform unifies lead capture, automated sales funnels, contact management, deal stage tracking, and performance analytics into a seamless, high-performance web dashboard.","process":"We executed a comprehensive engineering process: conducting sales workflow analysis, designing an intuitive role-based CRM interface using Bootstrap and Tailwind CSS, architecting scalable database schemas in MySQL, developing custom Laravel REST APIs for lead automation, and testing end-to-end pipeline tracking for high-velocity sales environments.","technologies":["Laravel","PHP","MySQL","Bootstrap","Tailwind CSS","REST API"],"features":["Automated Lead Capture & Intelligent Pipeline Assignment","Visual Deal Stage Kanban & Sales Funnel Tracking","Comprehensive Contact & Account History Management","Automated Sales Follow-up Reminders & Task Automation","Real-Time Revenue Analytics & Team Performance Metrics","Role-Based Access Control & Activity Logging","Responsive Desktop & Mobile CRM Dashboard"],"results":"Streamlined end-to-end lead management and sales workflows • Reduced lead response times with automated routing rules • Provided clear real-time visibility into deal progress and conversion metrics • Delivered a high-speed, secure, and intuitive sales portal for growth-focused teams.","gallery":["/images/projects/Clearity/Clearity1.webp","/images/projects/Clearity/Clearity2.webp"],"videoSrc":""},{"id":"softronix","title":"Softronix","category":"Website Design & Development","industry":"Technology","imageSrc":"/images/projects/WebsiteDesignNDevelopment/Softronix/Softronix_Placement1.webp","tags":["NEXT.JS","TAILWIND CSS","NODE.JS","EXPRESS.JS","MYSQL","REST API","PRIMARY PROJECT"],"client":"Softronix IT Solutions","year":"2026","summary":"A modern IT training and career development platform designed to connect students with industry-focused courses, placement opportunities, and resources.","overview":"Softronix is a modern IT training and career development platform designed to connect students with industry-focused courses, placement opportunities, blogs, career guidance, and skill development resources. The objective was to build a fast, scalable, and SEO-friendly web application capable of handling dynamic educational content while delivering an exceptional user experience across all devices. MSA engineered the platform using a modern Next.js architecture with a custom REST API backend, ensuring excellent performance, maintainability, and future scalability.","challenge":"The system needed to support dynamic educational updates, course metadata, and registration workflows. Handling heavy traffic during placement drives and course announcements without bottlenecking required robust APIs and efficient data serialization. MSA developed a fully responsive Next.js application integrated with a custom Node.js and Express.js backend powered by MySQL. REST APIs were designed to manage all dynamic resources including courses, blogs, placement drives, testimonials, candidate galleries, and company information.","solution":"We designed a highly decoupled architecture using Next.js for high performance static page pre-rendering. Server-side rendering, optimized routing, image optimization, reusable UI components, and SEO best practices were implemented to deliver a modern digital experience with excellent performance and maintainability.","process":"We implemented a complete design-to-delivery loop: starting with detailed business requirement analysis and information architecture planning, proceeding to custom UI component library design, Next.js frontend development, Express.js REST API engineering, MySQL database schema design, and final integration of the dynamic CMS. The final stages included responsive layout optimization, SEO verification, cross-browser compatibility testing, and deployment to staging and production.","technologies":["Next.js","Tailwind CSS","MySQL","Node.js","Express.js","REST API"],"features":["Dynamic Course Management","Placement Drive Listings","Blog & Article Management","Student Success Stories","Candidate Photo Gallery","High Performance Next.js Rendering","Secure Backend APIs"],"results":"The project delivered a modernized digital presence with improved usability, faster page rendering through Next.js optimization, a scalable backend architecture for future expansion, streamlined content management using REST APIs, improved maintainability through modular development, and an SEO-ready architecture supporting organic visibility.","gallery":["/images/projects/WebsiteDesignNDevelopment/Softronix/Softronix2.webp","/images/projects/WebsiteDesignNDevelopment/Softronix/Softronix3.webp","/images/projects/WebsiteDesignNDevelopment/Softronix/Softronix4.webp","/images/projects/WebsiteDesignNDevelopment/Softronix/Softronix5.webp","/images/projects/WebsiteDesignNDevelopment/Softronix/Softronix_Placement1.webp"],"liveUrl":"https://softronix.in/","videoSrc":"/ImageAsset/ProjectImages/WebsiteDesignNDevelopment/Softronix/Softronix_Promo_Slideshow.mp4"},{"id":"gold-cash","title":"Gold Cash","category":"Website Design & Development","industry":"Finance","imageSrc":"/images/projects/WebsiteDesignNDevelopment/GoldCash/GoldCash_Homepage.webp","tags":["LARAVEL","PHP","MYSQL","BOOTSTRAP","REST APIS"],"client":"Gold Cash Services","year":"2026","summary":"An e-commerce platform developed to simplify customer interactions through an intuitive web interface backed by a secure Laravel application.","overview":"Gold Cash is an e-commerce platform developed to simplify customer interactions through an intuitive web interface backed by a secure Laravel application. The objective was to build a reliable platform capable of handling business workflows, customer interactions, and administrative operations efficiently.","challenge":"The platform required a secure backend capable of handling dynamic business operations while maintaining fast response times, data integrity, and a user-friendly experience. Scalability, maintainability, and responsive design were key project requirements.","solution":"MSA developed the application using Laravel with a MySQL database, Bootstrap frontend, and REST API integration. The architecture focused on security, modular code organization, responsive layouts, and efficient database operations to ensure reliable long-term performance.","process":"We executed the project through a systematic framework: beginning with customer requirement analysis and database architecture modeling, followed by Laravel backend engineering, Bootstrap UI design, REST API integration, business logic implementation, security optimization, and final deployment with rigorous QA.","technologies":["Laravel","PHP","MySQL","Bootstrap","REST APIs"],"features":["Secure Authentication","Customer Management","Responsive Dashboard","Business Workflow Management","REST API Integration","Admin Management Panel","Form Validation"],"results":"The platform achieved streamlined business workflows, improved platform reliability, a secure backend architecture, responsive experience across devices, simplified administrative operations, and a scalable foundation for future enhancements.","gallery":["/images/projects/WebsiteDesignNDevelopment/GoldCash/GoldCash_Homepage.webp","/images/projects/WebsiteDesignNDevelopment/GoldCash/GoldCash1.webp","/images/projects/WebsiteDesignNDevelopment/GoldCash/GoldCash2.webp","/images/projects/WebsiteDesignNDevelopment/GoldCash/GoldCash3.webp","/images/projects/WebsiteDesignNDevelopment/GoldCash/GoldCash4.webp","/images/projects/WebsiteDesignNDevelopment/GoldCash/GoldCash5.webp"],"liveUrl":"https://goldcash.veltronaerp.in/","videoSrc":"/ImageAsset/ProjectImages/WebsiteDesignNDevelopment/GoldCash/GoldCashVideo.mp4"},{"id":"jain-conference","title":"Jain Conference","category":"Website Design & Development","industry":"Marketing","imageSrc":"/images/projects/WebsiteDesignNDevelopment/JainConference/JainConference1.webp","tags":["LARAVEL","PHP","MYSQL","BOOTSTRAP","REST APIS"],"client":"Jain Conference Committee","year":"2026","summary":"Official digital platform designed to provide information about conferences, organizational activities, events, leadership, and community initiatives.","overview":"Jain Conference is the official digital platform designed to provide information about conferences, organizational activities, events, leadership, and community initiatives. The project focused on creating an accessible, informative, and professionally branded website capable of serving a large audience.","challenge":"Managing frequently updated event information, organizational content, announcements, and committee details required a flexible backend while ensuring visitors could quickly access relevant information from any device.","solution":"MSA built a Laravel-powered website with a responsive Bootstrap frontend and MySQL database. REST APIs and structured content management enabled administrators to update information efficiently while maintaining a consistent user experience.","process":"Our framework covered requirement gathering, content planning, UI/UX development, Laravel backend integration, database optimization, REST API endpoints connection, speed optimization, and production release.","technologies":["Laravel","PHP","MySQL","Bootstrap","REST APIs"],"features":["Event Management","Committee Information","News & Announcements","Dynamic Content Management","Image Galleries","REST API Integration","Secure Administration"],"results":"Resulted in improved digital accessibility, simplified content management, responsive user experience, organized event information delivery, a reliable platform for community communication, and a scalable architecture for future expansion.","gallery":["/images/projects/WebsiteDesignNDevelopment/JainConference/JainConference1.webp","/images/projects/WebsiteDesignNDevelopment/JainConference/JainConference2.webp","/images/projects/WebsiteDesignNDevelopment/JainConference/JainConference3.webp","/images/projects/WebsiteDesignNDevelopment/JainConference/JainConference4.webp","/images/projects/WebsiteDesignNDevelopment/JainConference/JainConference5.webp"],"liveUrl":"https://jainconference.org/","videoSrc":"/ImageAsset/ProjectImages/WebsiteDesignNDevelopment/JainConference/JainConference.mp4"},{"id":"kwik-valet","title":"Kwik Valet","category":"Website Design & Development","industry":"Marketing","imageSrc":"/images/projects/WebsiteDesignNDevelopment/KwikValet/KwikValet_Homepage.webp","tags":["LARAVEL","PHP","MYSQL","BOOTSTRAP","REST APIS"],"client":"Kwik Valet Solutions","year":"2026","summary":"A professional valet parking service platform developed to strengthen online presence and simplify customer engagement.","overview":"Kwik Valet Solutions is a professional valet parking service platform developed to strengthen the company's online presence and simplify customer engagement. The objective was to create a clean, responsive website that effectively showcases services while enabling efficient communication with potential clients.","challenge":"The business required a modern website capable of presenting service offerings professionally while maintaining responsive performance, easy content updates, and a seamless browsing experience across multiple devices.","solution":"MSA delivered a Laravel-powered website integrated with MySQL and Bootstrap. REST APIs enabled dynamic content delivery while the responsive interface ensured users could easily explore services, company information, and contact options.","process":"We progressed through systematic phases: discovery & planning, UI design mockups, Laravel coding, database configuration, REST API integrations, speed optimizations, QA reviews, and production deployment.","technologies":["Laravel","PHP","MySQL","Bootstrap","REST APIs"],"features":["Service Showcase","Company Profile","Contact Forms","REST API Integration","Dynamic Content Management","Mobile Optimization","Performance Optimization"],"results":"Delivered enhanced online brand presence, improved customer accessibility, responsive browsing experience, simplified content updates, a reliable web infrastructure, and a future-ready scalable architecture.","gallery":["/images/projects/WebsiteDesignNDevelopment/KwikValet/KwikValet_Homepage.webp","/images/projects/WebsiteDesignNDevelopment/KwikValet/KwikValet1.webp","/images/projects/WebsiteDesignNDevelopment/KwikValet/KwikValet2.webp","/images/projects/WebsiteDesignNDevelopment/KwikValet/KwikValet3.webp","/images/projects/WebsiteDesignNDevelopment/KwikValet/KwikValet_ContactPage.webp","/images/projects/WebsiteDesignNDevelopment/KwikValet/KwikValet_ServicesPage.webp"],"liveUrl":"https://kwikvaletsolutions.com/","videoSrc":"/ImageAsset/ProjectImages/WebsiteDesignNDevelopment/KwikValet/KwikValet.mp4"}]}]],["$L4","$L5","$L6","$L7"],"$L8"]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"KMz-axwgjy6lttNJbLlMl"} 4:["$","script","script-0",{"src":"/_next/static/chunks/0ifnx2pp-jbz0.js","async":true}] 5:["$","script","script-1",{"src":"/_next/static/chunks/0rm3qqg1o38u3.js","async":true}] 6:["$","script","script-2",{"src":"/_next/static/chunks/1klcnle83xaf0.js","async":true}] 7:["$","script","script-3",{"src":"/_next/static/chunks/25_wr9rdk5jtn.js","async":true}] 8:["$","$L9",null,{"children":["$","$a",null,{"name":"Next.MetadataOutlet","children":"$@b"}]}] b:null