-- phpMyAdmin SQL Dump
-- version 5.2.1
-- https://www.phpmyadmin.net/
--
-- Host: localhost:3306
-- Generation Time: Mar 12, 2026 at 06:41 PM
-- Server version: 8.0.33-cll-lve
-- PHP Version: 8.1.16

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
START TRANSACTION;
SET time_zone = "+00:00";


/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8mb4 */;

--
-- Database: `diginspire_garix`
--

-- --------------------------------------------------------

--
-- Table structure for table `about_us`
--

CREATE TABLE `about_us` (
  `id` int NOT NULL,
  `title` varchar(255) NOT NULL,
  `description` text NOT NULL,
  `progress_1_title` varchar(255) NOT NULL,
  `progress_1_percentage` int NOT NULL,
  `progress_2_title` varchar(255) NOT NULL,
  `progress_2_percentage` int NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;

--
-- Dumping data for table `about_us`
--

INSERT INTO `about_us` (`id`, `title`, `description`, `progress_1_title`, `progress_1_percentage`, `progress_2_title`, `progress_2_percentage`) VALUES
(1, 'Experience the Shine, Right at Your Doorstep', '<p data-start=\"111\" data-end=\"379\" class=\"\"><strong data-start=\"111\" data-end=\"123\">Clear-It</strong> is a premier mobile car wash and servicing provider, delivering high-quality vehicle care right to your doorstep. Our mission is to offer the ultimate in convenience, eco-friendliness, and superior cleaning — all without the hassle of visiting a car wash.</p><p data-start=\"111\" data-end=\"379\" class=\"\">\r\n<p data-start=\"1132\" data-end=\"1194\" class=\"\"></p></p><p data-start=\"873\" data-end=\"1130\" class=\"\">From basic washes to detailed engine bay cleaning and full-service vehicle maintenance, <strong data-start=\"961\" data-end=\"973\">Clear-It</strong> offers tailored packages to keep your vehicle in peak condition. Enjoy reliable, affordable, and professional service — with packages starting at just ₹299.</p>\r\n<p data-start=\"381\" data-end=\"398\" class=\"\"></p>', 'Professional Service Skill', 100, 'Car Cleaning and Painting Skill', 99);

-- --------------------------------------------------------

--
-- Table structure for table `admin`
--

CREATE TABLE `admin` (
  `id` int NOT NULL,
  `email` varchar(255) NOT NULL,
  `password` varchar(255) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;

--
-- Dumping data for table `admin`
--

INSERT INTO `admin` (`id`, `email`, `password`) VALUES
(1, 'admin@gmail.com', '1234');

-- --------------------------------------------------------

--
-- Table structure for table `appointments`
--

CREATE TABLE `appointments` (
  `id` int NOT NULL,
  `name` varchar(100) DEFAULT NULL,
  `email` varchar(100) DEFAULT NULL,
  `date` date DEFAULT NULL,
  `time` time DEFAULT NULL,
  `subject` text CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci,
  `created_at` timestamp NULL DEFAULT CURRENT_TIMESTAMP
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;

--
-- Dumping data for table `appointments`
--

INSERT INTO `appointments` (`id`, `name`, `email`, `date`, `time`, `subject`, `created_at`) VALUES
(1, 'includes', 'gjmrai@yahoo.com', '2025-05-09', '18:33:00', 'CABIN AIR FILTER', '2025-05-10 12:04:39');

-- --------------------------------------------------------

--
-- Table structure for table `banner`
--

CREATE TABLE `banner` (
  `id` int NOT NULL,
  `title` varchar(255) NOT NULL,
  `description` text,
  `banner_image` varchar(255) DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT CURRENT_TIMESTAMP
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;

--
-- Dumping data for table `banner`
--

INSERT INTO `banner` (`id`, `title`, `description`, `banner_image`, `created_at`) VALUES
(1, 'The Best Car Repair & Service Company', '<p>Lorem ipsum dolor sit amet. In repellendus deserunt in suscipit omnis the incidun<span style=\"font-size: 1rem;\">&nbsp;modi et dicta autem sed esse repellendus amet.</span></p>', 'uploads/banners/hero-2-1.jpg', '2025-05-10 11:15:15'),
(2, 'The Best Car Repair & Service Company', '<p>Lorem ipsum dolor sit amet. In repellendus deserunt in suscipit omnis the incidun<span style=\"font-size: 1rem;\">&nbsp;modi et dicta autem sed esse repellendus amet.</span></p>', 'uploads/banners/hero-2-2.jpg', '2025-05-10 11:15:45'),
(6, 'The Best Car Repair & Service Company', '<p>Lorem ipsum dolor sit amet. In repellendus deserunt in suscipit omnis the incidun<span style=\"font-size: 1rem;\">&nbsp;modi et dicta autem sed esse repellendus amet.</span></p>', 'uploads/banners/hero-2-3.jpg', '2025-05-10 11:18:02');

-- --------------------------------------------------------

--
-- Table structure for table `header_info`
--

CREATE TABLE `header_info` (
  `id` int NOT NULL,
  `open_hours` varchar(255) NOT NULL,
  `opening_day` varchar(50) NOT NULL,
  `closing_day` varchar(50) NOT NULL,
  `opening_time` time NOT NULL,
  `closing_time` time NOT NULL,
  `phone` varchar(50) NOT NULL,
  `email` varchar(100) NOT NULL,
  `address` varchar(255) NOT NULL,
  `facebook` varchar(255) DEFAULT NULL,
  `twitter` varchar(255) DEFAULT NULL,
  `instagram` varchar(255) DEFAULT NULL,
  `linkedin` varchar(255) DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT CURRENT_TIMESTAMP,
  `updated_at` timestamp NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;

--
-- Dumping data for table `header_info`
--

INSERT INTO `header_info` (`id`, `open_hours`, `opening_day`, `closing_day`, `opening_time`, `closing_time`, `phone`, `email`, `address`, `facebook`, `twitter`, `instagram`, `linkedin`, `created_at`, `updated_at`) VALUES
(1, 'We\'re Open: Mon - Sat 9:00 AM - 6:00 PM', 'Monday', 'Sunday', '09:00:00', '18:00:00', '+91 97950 00054', 'mail@clearit.com', 'Lucknow, Uttar Pradesh', 'https://fb.com', 'https://x.com', 'https:/instagram.com', 'https://linkedin.com', '2025-05-10 11:34:44', '2025-05-10 13:42:48');

-- --------------------------------------------------------

--
-- Table structure for table `services`
--

CREATE TABLE `services` (
  `id` int NOT NULL,
  `title` varchar(255) NOT NULL,
  `description` text NOT NULL,
  `service_image` varchar(255) DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT CURRENT_TIMESTAMP
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;

--
-- Dumping data for table `services`
--

INSERT INTO `services` (`id`, `title`, `description`, `service_image`, `created_at`) VALUES
(1, 'ENGINE OIL CHANGE', 'Regular engine oil changes are crucial for maintaining engine health, ensuring proper lubrication, reducing friction, and dissipating heat. We offer comprehensive oil change services using high-quality oils and filters.', 'uploads/services/icon-2-1.svg', '2025-05-10 06:11:34'),
(3, 'AIR FILTER CHANGE', 'A clean air filter is essential for optimal engine performance and fuel efficiency. Replacing your air filter regularly prevents dust and debris from entering the engine, protecting vital components.', 'uploads/services/icon-2-1.svg', '2025-05-10 06:11:34'),
(4, 'OIL FILTER CHANGE', 'The oil filter plays a vital role in removing contaminants from your engine oil, ensuring clean oil circulates and protects the engine from wear and tear. We use quality oil filters for lasting performance.', 'uploads/services/icon-2-1.svg', '2025-05-10 06:11:34'),
(5, 'CABIN AIR FILTER', 'Improve the air quality inside your vehicle with a fresh cabin air filter. It removes dust, pollen, and other airborne particles, providing a healthier and more comfortable driving environment for you and your passengers.', 'uploads/services/icon-2-1.svg', '2025-05-10 06:11:34'),
(6, 'CAR WASH', 'Keep your vehicle looking its best with our professional car wash services. We offer thorough exterior cleaning to remove dirt, grime, and road salt, leaving your car sparkling.', 'uploads/services/icon-2-1.svg', '2025-05-10 06:11:34'),
(7, 'ALL FLUIDS CHECK-UP', 'Ensure the smooth operation and longevity of your vehicle with our comprehensive fluids check-up. We inspect and top off essential fluids including coolant, brake fluid, power steering fluid, and windshield washer fluid.', 'uploads/services/icon-2-1.svg', '2025-05-10 06:11:34');

-- --------------------------------------------------------

--
-- Table structure for table `testimonials`
--

CREATE TABLE `testimonials` (
  `id` int NOT NULL,
  `name` varchar(255) NOT NULL,
  `title` varchar(255) NOT NULL,
  `image` varchar(255) NOT NULL,
  `description` text NOT NULL,
  `stars` tinyint NOT NULL,
  `created_at` timestamp NULL DEFAULT CURRENT_TIMESTAMP
) ;

--
-- Dumping data for table `testimonials`
--

INSERT INTO `testimonials` (`id`, `name`, `title`, `image`, `description`, `stars`, `created_at`) VALUES
(2, 'Rivanur R. Rafi1', 'UI/UX Designer', 'uploads/testimonials/1746879139_client-member-1.jpg', '<p>Lorem ipsum dolor sit amet. Sit quia perferendis sed earum iandae on The&nbsp;<span style=\"font-size: 1rem;\">voluptatem fugiat in nobis doloremque voluptatem aut on the voluptatibus aliam ad nobis officiis. Et&nbsp;</span><span style=\"font-size: 1rem;\">assumenda nobisvel soluta nobis quuam aut.</span></p>', 5, '2025-05-10 12:12:19'),
(3, 'Rivanur R. Rafi2', 'UI/UX Designer', 'uploads/testimonials/1746879139_client-member-1.jpg', '<p>Lorem ipsum dolor sit amet. Sit quia perferendis sed earum iandae on The&nbsp;<span style=\"font-size: 1rem;\">voluptatem fugiat in nobis doloremque voluptatem aut on the voluptatibus aliam ad nobis officiis. Et&nbsp;</span><span style=\"font-size: 1rem;\">assumenda nobisvel soluta nobis quuam aut.</span></p>', 1, '2025-05-10 12:12:19'),
(4, 'Rivanur R. Rafi3', 'UI/UX Designer', 'uploads/testimonials/1746879696_client-member-1.jpg', '<p>Lorem ipsum dolor sit amet. Sit quia perferendis sed earum iandae on The&nbsp;<span style=\"font-size: 1rem;\">voluptatem fugiat in nobis doloremque voluptatem aut on the voluptatibus aliam ad nobis officiis. Et&nbsp;</span><span style=\"font-size: 1rem;\">assumenda nobisvel soluta nobis quuam aut.s</span></p>', 2, '2025-05-10 12:12:19'),
(5, 'Rivanur R. Rafi4', 'UI/UX Designer', 'uploads/testimonials/1746879139_client-member-1.jpg', '<p>Lorem ipsum dolor sit amet. Sit quia perferendis sed earum iandae on The&nbsp;<span style=\"font-size: 1rem;\">voluptatem fugiat in nobis doloremque voluptatem aut on the voluptatibus aliam ad nobis officiis. Et&nbsp;</span><span style=\"font-size: 1rem;\">assumenda nobisvel soluta nobis quuam aut.</span></p>', 1, '2025-05-10 12:12:19'),
(6, 'Rahul Mehta', 'Customer', 'uploads/testimonials/1746895586_149071.png', '<p>Excellent service! My car looked brand new after the wash. The staff was courteous and professional. Will definitely be a regular customer.</p>', 5, '2025-05-10 16:45:06'),
(7, 'Priya Sharma', 'Customer', 'uploads/testimonials/1746895572_149071.png', '<p>I really appreciate the attention to detail. They removed every bit of dust from the interiors. Great value for money and quick turnaround time.</p>', 5, '2025-05-10 16:46:12'),
(8, 'Arjun Verma', 'Customer', 'uploads/testimonials/1746895607_149071.png', '<p>I tried their doorstep service and was impressed. Super convenient and very affordable. Highly recommended for busy professionals like me.</p>', 5, '2025-05-10 16:46:47');

--
-- Indexes for dumped tables
--

--
-- Indexes for table `about_us`
--
ALTER TABLE `about_us`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `admin`
--
ALTER TABLE `admin`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `appointments`
--
ALTER TABLE `appointments`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `banner`
--
ALTER TABLE `banner`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `header_info`
--
ALTER TABLE `header_info`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `services`
--
ALTER TABLE `services`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `testimonials`
--
ALTER TABLE `testimonials`
  ADD PRIMARY KEY (`id`);

--
-- AUTO_INCREMENT for dumped tables
--

--
-- AUTO_INCREMENT for table `about_us`
--
ALTER TABLE `about_us`
  MODIFY `id` int NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `admin`
--
ALTER TABLE `admin`
  MODIFY `id` int NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `appointments`
--
ALTER TABLE `appointments`
  MODIFY `id` int NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `banner`
--
ALTER TABLE `banner`
  MODIFY `id` int NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=7;

--
-- AUTO_INCREMENT for table `header_info`
--
ALTER TABLE `header_info`
  MODIFY `id` int NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `services`
--
ALTER TABLE `services`
  MODIFY `id` int NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=8;

--
-- AUTO_INCREMENT for table `testimonials`
--
ALTER TABLE `testimonials`
  MODIFY `id` int NOT NULL AUTO_INCREMENT;
COMMIT;

/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
