cambios adicionales
36
index.html
@@ -54,6 +54,20 @@
|
|||||||
<link rel="preconnect" href="https://api.karibeo.com" />
|
<link rel="preconnect" href="https://api.karibeo.com" />
|
||||||
<link rel="preconnect" href="https://www.karibeo.com" />
|
<link rel="preconnect" href="https://www.karibeo.com" />
|
||||||
|
|
||||||
|
<!-- CSS Styles Originales removed to avoid CORS and conflicts; using Tailwind design system -->
|
||||||
|
<link href="public/plugins/aos/aos.min.css" rel="stylesheet">
|
||||||
|
<link href="public/plugins/bootstrap/css/bootstrap.min.css" rel="stylesheet">
|
||||||
|
<link href="public/plugins/fontawesome/css/all.min.css" rel="stylesheet">
|
||||||
|
<link href="public/plugins/OwlCarousel2/css/owl.carousel.min.css" rel="stylesheet">
|
||||||
|
<link href="public/plugins/OwlCarousel2/css/owl.theme.default.min.css" rel="stylesheet">
|
||||||
|
<link href="public/plugins/jquery-fancyfileuploader/fancy-file-uploader/fancy_fileupload.css" rel="stylesheet">
|
||||||
|
<link href="public/plugins/ion.rangeSlider/ion.rangeSlider.min.css" rel="stylesheet">
|
||||||
|
<link href="public/plugins/magnific-popup/magnific-popup.css" rel="stylesheet">
|
||||||
|
<link href="public/plugins/select2/select2.min.css" rel="stylesheet">
|
||||||
|
<link href="public/plugins/select2-bootstrap-5/select2-bootstrap-5-theme.min.css" rel="stylesheet">
|
||||||
|
<!-- Custom style for this template -->
|
||||||
|
<link href="public/css/style.css" rel="stylesheet">
|
||||||
|
|
||||||
<!-- DNS Prefetch for external resources -->
|
<!-- DNS Prefetch for external resources -->
|
||||||
<link rel="dns-prefetch" href="//cdnjs.cloudflare.com" />
|
<link rel="dns-prefetch" href="//cdnjs.cloudflare.com" />
|
||||||
<link rel="dns-prefetch" href="//unpkg.com" />
|
<link rel="dns-prefetch" href="//unpkg.com" />
|
||||||
@@ -149,5 +163,27 @@
|
|||||||
|
|
||||||
<!-- Note: External JS files removed to prevent conflicts with React -->
|
<!-- Note: External JS files removed to prevent conflicts with React -->
|
||||||
<!-- React components handle all interactions -->
|
<!-- React components handle all interactions -->
|
||||||
|
|
||||||
|
<script src="public/plugins/jQuery/jquery.min.js"></script>
|
||||||
|
<script src="public/plugins/bootstrap/js/bootstrap.bundle.min.js"></script>
|
||||||
|
<script src="public/plugins/aos/aos.min.js"></script>
|
||||||
|
<script src="public/plugins/macy/macy.js"></script>
|
||||||
|
<script src="public/plugins/simple-parallax/simpleParallax.min.js"></script>
|
||||||
|
<script src="public/plugins/OwlCarousel2/owl.carousel.min.js"></script>
|
||||||
|
<script src="public/plugins/theia-sticky-sidebar/ResizeSensor.min.js"></script>
|
||||||
|
<script src="public/plugins/theia-sticky-sidebar/theia-sticky-sidebar.min.js"></script>
|
||||||
|
<script src="public/plugins/waypoints/jquery.waypoints.min.js"></script>
|
||||||
|
<script src="public/plugins/counter-up/jquery.counterup.min.js"></script>
|
||||||
|
<script src="public/plugins/jquery-fancyfileuploader/fancy-file-uploader/jquery.ui.widget.js"></script>
|
||||||
|
<script src="public/plugins/jquery-fancyfileuploader/fancy-file-uploader/jquery.fileupload.js"></script>
|
||||||
|
<script src="public/plugins/jquery-fancyfileuploader/fancy-file-uploader/jquery.iframe-transport.js"></script>
|
||||||
|
<script src="public/plugins/jquery-fancyfileuploader/fancy-file-uploader/jquery.fancy-fileupload.js"></script>
|
||||||
|
<script src="public/plugins/ion.rangeSlider/ion.rangeSlider.min.js"></script>
|
||||||
|
<script src="public/plugins/magnific-popup/jquery.magnific-popup.min.js"></script>
|
||||||
|
<script src="public/plugins/select2/select2.min.js"></script>
|
||||||
|
<!-- Custom script for this template -->
|
||||||
|
<script src="public/js/script.js"></script>
|
||||||
|
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
14
package-lock.json
generated
@@ -73,6 +73,7 @@
|
|||||||
"@types/node": "^22.16.5",
|
"@types/node": "^22.16.5",
|
||||||
"@types/react": "^18.3.23",
|
"@types/react": "^18.3.23",
|
||||||
"@types/react-dom": "^18.3.7",
|
"@types/react-dom": "^18.3.7",
|
||||||
|
"@vitejs/plugin-basic-ssl": "^2.1.0",
|
||||||
"@vitejs/plugin-react-swc": "^3.11.0",
|
"@vitejs/plugin-react-swc": "^3.11.0",
|
||||||
"autoprefixer": "^10.4.21",
|
"autoprefixer": "^10.4.21",
|
||||||
"eslint": "^9.32.0",
|
"eslint": "^9.32.0",
|
||||||
@@ -3257,6 +3258,19 @@
|
|||||||
"url": "https://opencollective.com/typescript-eslint"
|
"url": "https://opencollective.com/typescript-eslint"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"node_modules/@vitejs/plugin-basic-ssl": {
|
||||||
|
"version": "2.1.0",
|
||||||
|
"resolved": "https://registry.npmjs.org/@vitejs/plugin-basic-ssl/-/plugin-basic-ssl-2.1.0.tgz",
|
||||||
|
"integrity": "sha512-dOxxrhgyDIEUADhb/8OlV9JIqYLgos03YorAueTIeOUskLJSEsfwCByjbu98ctXitUN3znXKp0bYD/WHSudCeA==",
|
||||||
|
"dev": true,
|
||||||
|
"license": "MIT",
|
||||||
|
"engines": {
|
||||||
|
"node": "^18.0.0 || ^20.0.0 || >=22.0.0"
|
||||||
|
},
|
||||||
|
"peerDependencies": {
|
||||||
|
"vite": "^6.0.0 || ^7.0.0"
|
||||||
|
}
|
||||||
|
},
|
||||||
"node_modules/@vitejs/plugin-react-swc": {
|
"node_modules/@vitejs/plugin-react-swc": {
|
||||||
"version": "3.11.0",
|
"version": "3.11.0",
|
||||||
"resolved": "https://registry.npmjs.org/@vitejs/plugin-react-swc/-/plugin-react-swc-3.11.0.tgz",
|
"resolved": "https://registry.npmjs.org/@vitejs/plugin-react-swc/-/plugin-react-swc-3.11.0.tgz",
|
||||||
|
|||||||
@@ -76,6 +76,7 @@
|
|||||||
"@types/node": "^22.16.5",
|
"@types/node": "^22.16.5",
|
||||||
"@types/react": "^18.3.23",
|
"@types/react": "^18.3.23",
|
||||||
"@types/react-dom": "^18.3.7",
|
"@types/react-dom": "^18.3.7",
|
||||||
|
"@vitejs/plugin-basic-ssl": "^2.1.0",
|
||||||
"@vitejs/plugin-react-swc": "^3.11.0",
|
"@vitejs/plugin-react-swc": "^3.11.0",
|
||||||
"autoprefixer": "^10.4.21",
|
"autoprefixer": "^10.4.21",
|
||||||
"eslint": "^9.32.0",
|
"eslint": "^9.32.0",
|
||||||
|
|||||||
5111
public/css/style.css
Normal file
BIN
public/images/8825.jpg
Normal file
|
After Width: | Height: | Size: 2.1 MiB |
BIN
public/images/about-02.jpg
Normal file
|
After Width: | Height: | Size: 15 KiB |
BIN
public/images/about-2.jpg
Normal file
|
After Width: | Height: | Size: 6.6 KiB |
BIN
public/images/about.jpg
Normal file
|
After Width: | Height: | Size: 15 KiB |
BIN
public/images/about/01.jpg
Normal file
|
After Width: | Height: | Size: 16 KiB |
BIN
public/images/about/02.jpg
Normal file
|
After Width: | Height: | Size: 16 KiB |
BIN
public/images/about/03.jpg
Normal file
|
After Width: | Height: | Size: 16 KiB |
BIN
public/images/about/04.jpg
Normal file
|
After Width: | Height: | Size: 16 KiB |
BIN
public/images/about/bg-01.jpg
Normal file
|
After Width: | Height: | Size: 36 KiB |
BIN
public/images/about/bg-02.jpg
Normal file
|
After Width: | Height: | Size: 20 KiB |
BIN
public/images/address-01.jpg
Normal file
|
After Width: | Height: | Size: 9.0 KiB |
BIN
public/images/address-02.jpg
Normal file
|
After Width: | Height: | Size: 9.0 KiB |
BIN
public/images/address-03.jpg
Normal file
|
After Width: | Height: | Size: 9.0 KiB |
BIN
public/images/avatar/01.jpg
Normal file
|
After Width: | Height: | Size: 10 KiB |
BIN
public/images/avatar/02.jpg
Normal file
|
After Width: | Height: | Size: 10 KiB |
BIN
public/images/avatar/03.jpg
Normal file
|
After Width: | Height: | Size: 10 KiB |
BIN
public/images/avatar/04.jpg
Normal file
|
After Width: | Height: | Size: 10 KiB |
BIN
public/images/avatar/05.jpg
Normal file
|
After Width: | Height: | Size: 10 KiB |
BIN
public/images/avatar/06.jpg
Normal file
|
After Width: | Height: | Size: 10 KiB |
BIN
public/images/avatar/07.jpg
Normal file
|
After Width: | Height: | Size: 10 KiB |
BIN
public/images/banner-02.jpg
Normal file
|
After Width: | Height: | Size: 33 KiB |
BIN
public/images/banner-bg-02.jpg
Normal file
|
After Width: | Height: | Size: 22 KiB |
BIN
public/images/banner-bg-03.jpg
Normal file
|
After Width: | Height: | Size: 22 KiB |
BIN
public/images/banner-bg.jpg
Normal file
|
After Width: | Height: | Size: 21 KiB |
BIN
public/images/banner.jpg
Normal file
|
After Width: | Height: | Size: 9.4 KiB |
BIN
public/images/blog/01-lg.jpg
Normal file
|
After Width: | Height: | Size: 12 KiB |
BIN
public/images/blog/01-sm.jpg
Normal file
|
After Width: | Height: | Size: 7.0 KiB |
BIN
public/images/blog/01.jpg
Normal file
|
After Width: | Height: | Size: 9.9 KiB |
BIN
public/images/blog/02-lg.jpg
Normal file
|
After Width: | Height: | Size: 12 KiB |
BIN
public/images/blog/02-sm.jpg
Normal file
|
After Width: | Height: | Size: 7.0 KiB |
BIN
public/images/blog/02.jpg
Normal file
|
After Width: | Height: | Size: 9.9 KiB |
BIN
public/images/blog/03-lg.jpg
Normal file
|
After Width: | Height: | Size: 12 KiB |
BIN
public/images/blog/03-sm.jpg
Normal file
|
After Width: | Height: | Size: 7.0 KiB |
BIN
public/images/blog/03.jpg
Normal file
|
After Width: | Height: | Size: 9.9 KiB |
BIN
public/images/blog/04-lg.jpg
Normal file
|
After Width: | Height: | Size: 12 KiB |
BIN
public/images/blog/04-sm.jpg
Normal file
|
After Width: | Height: | Size: 7.0 KiB |
BIN
public/images/blog/04.jpg
Normal file
|
After Width: | Height: | Size: 9.9 KiB |
BIN
public/images/blog/05-lg.jpg
Normal file
|
After Width: | Height: | Size: 12 KiB |
BIN
public/images/blog/details-01.jpg
Normal file
|
After Width: | Height: | Size: 15 KiB |
BIN
public/images/blog/details-02.jpg
Normal file
|
After Width: | Height: | Size: 16 KiB |
BIN
public/images/blog/galary-01.jpg
Normal file
|
After Width: | Height: | Size: 15 KiB |
BIN
public/images/blog/galary-02.jpg
Normal file
|
After Width: | Height: | Size: 15 KiB |
BIN
public/images/blog/galary-03.jpg
Normal file
|
After Width: | Height: | Size: 15 KiB |
BIN
public/images/brand-logo/01.png
Normal file
|
After Width: | Height: | Size: 4.5 KiB |
BIN
public/images/brand-logo/02.png
Normal file
|
After Width: | Height: | Size: 4.0 KiB |
BIN
public/images/brand-logo/03.png
Normal file
|
After Width: | Height: | Size: 7.3 KiB |
BIN
public/images/brand-logo/04.png
Normal file
|
After Width: | Height: | Size: 4.9 KiB |
BIN
public/images/brand-logo/05.png
Normal file
|
After Width: | Height: | Size: 5.0 KiB |
BIN
public/images/brand-logo/06.png
Normal file
|
After Width: | Height: | Size: 4.4 KiB |
BIN
public/images/brand-logo/audi.png
Normal file
|
After Width: | Height: | Size: 10 KiB |
BIN
public/images/brand-logo/bmw.png
Normal file
|
After Width: | Height: | Size: 15 KiB |
BIN
public/images/brand-logo/chevrolet.png
Normal file
|
After Width: | Height: | Size: 22 KiB |
BIN
public/images/brand-logo/ford.png
Normal file
|
After Width: | Height: | Size: 18 KiB |
BIN
public/images/brand-logo/honda.png
Normal file
|
After Width: | Height: | Size: 10 KiB |
BIN
public/images/brand-logo/hyundai-logo.png
Normal file
|
After Width: | Height: | Size: 12 KiB |
BIN
public/images/brand-logo/kia.png
Normal file
|
After Width: | Height: | Size: 40 KiB |
BIN
public/images/brand-logo/lexus.png
Normal file
|
After Width: | Height: | Size: 7.4 KiB |
BIN
public/images/brand-logo/mercedes-benz.png
Normal file
|
After Width: | Height: | Size: 8.7 KiB |
BIN
public/images/brand-logo/mitsubishi.png
Normal file
|
After Width: | Height: | Size: 12 KiB |
BIN
public/images/brand-logo/nissan-logo.png
Normal file
|
After Width: | Height: | Size: 10 KiB |
BIN
public/images/brand-logo/toyota-car.png
Normal file
|
After Width: | Height: | Size: 12 KiB |
BIN
public/images/calendar-spring.png
Normal file
|
After Width: | Height: | Size: 105 B |
BIN
public/images/car-parts/01.png
Normal file
|
After Width: | Height: | Size: 2.3 KiB |
BIN
public/images/car-parts/02.png
Normal file
|
After Width: | Height: | Size: 2.2 KiB |
BIN
public/images/car-parts/03.png
Normal file
|
After Width: | Height: | Size: 2.3 KiB |
BIN
public/images/car-parts/04.png
Normal file
|
After Width: | Height: | Size: 2.1 KiB |
BIN
public/images/car-parts/05.png
Normal file
|
After Width: | Height: | Size: 2.1 KiB |
BIN
public/images/car-parts/06.png
Normal file
|
After Width: | Height: | Size: 1.9 KiB |
BIN
public/images/car-parts/camera-01.png
Normal file
|
After Width: | Height: | Size: 5.5 KiB |
BIN
public/images/car-parts/camera-02.png
Normal file
|
After Width: | Height: | Size: 5.5 KiB |
BIN
public/images/car-parts/camera-03.png
Normal file
|
After Width: | Height: | Size: 5.5 KiB |
BIN
public/images/car-parts/camera-04.png
Normal file
|
After Width: | Height: | Size: 5.5 KiB |
BIN
public/images/car-parts/camera-05.png
Normal file
|
After Width: | Height: | Size: 5.5 KiB |
BIN
public/images/car-parts/camera-06.png
Normal file
|
After Width: | Height: | Size: 5.5 KiB |
BIN
public/images/delivery-man.jpg
Normal file
|
After Width: | Height: | Size: 9.3 KiB |
BIN
public/images/favicon.png
Normal file
|
After Width: | Height: | Size: 5.5 KiB |
BIN
public/images/header/01.jpg
Normal file
|
After Width: | Height: | Size: 33 KiB |
BIN
public/images/header/02.jpg
Normal file
|
After Width: | Height: | Size: 33 KiB |
BIN
public/images/header/03.jpg
Normal file
|
After Width: | Height: | Size: 33 KiB |
BIN
public/images/header/04.jpg
Normal file
|
After Width: | Height: | Size: 33 KiB |
BIN
public/images/header/lg-01.jpg
Normal file
|
After Width: | Height: | Size: 63 KiB |
BIN
public/images/header/lg-02.jpg
Normal file
|
After Width: | Height: | Size: 706 KiB |
BIN
public/images/header/lg-03.jpg
Normal file
|
After Width: | Height: | Size: 50 KiB |
BIN
public/images/header/lg-04.jpg
Normal file
|
After Width: | Height: | Size: 47 KiB |
BIN
public/images/header/lg-05.jpg
Normal file
|
After Width: | Height: | Size: 51 KiB |
BIN
public/images/header/lg-06.jpg
Normal file
|
After Width: | Height: | Size: 51 KiB |
BIN
public/images/header/lg-07.jpg
Normal file
|
After Width: | Height: | Size: 51 KiB |
BIN
public/images/header/lg-08.jpg
Normal file
|
After Width: | Height: | Size: 51 KiB |
BIN
public/images/header/lg-09.jpg
Normal file
|
After Width: | Height: | Size: 51 KiB |
BIN
public/images/icon/Indian-cuisine.png
Normal file
|
After Width: | Height: | Size: 566 B |
BIN
public/images/icon/breakfast-cuisine.png
Normal file
|
After Width: | Height: | Size: 566 B |
BIN
public/images/icon/debit-card.png
Normal file
|
After Width: | Height: | Size: 7.9 KiB |
BIN
public/images/icon/electrical.png
Normal file
|
After Width: | Height: | Size: 3.4 KiB |
BIN
public/images/icon/fast-food.png
Normal file
|
After Width: | Height: | Size: 566 B |
BIN
public/images/icon/gymnasium-marker.png
Normal file
|
After Width: | Height: | Size: 1.9 KiB |
BIN
public/images/icon/handyperson.png
Normal file
|
After Width: | Height: | Size: 3.3 KiB |