Skip to content

Commit

Permalink
oil change prices update
Browse files Browse the repository at this point in the history
  • Loading branch information
saaqi committed Sep 9, 2024
1 parent 17e843b commit b2c7db6
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
Binary file modified bun.lockb
Binary file not shown.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@
"autoprefixer": "^10.4.20",
"bootstrap": "^5.3.3",
"cssnano": "^6.1.2",
"postcss": "^8.4.41",
"sass": "^1.77.8",
"vite": "^5.4.2",
"postcss": "^8.4.45",
"sass": "^1.78.0",
"vite": "^5.4.3",
"vite-plugin-minify": "^1.5.2",
"vite-plugin-webfont-dl": "^3.9.5"
},
"dependencies": {
"@glidejs/glide": "^3.6.2",
"boxicons": "^2.1.4",
"caniuse-lite": "^1.0.30001655"
"caniuse-lite": "^1.0.30001659"
}
}
8 changes: 4 additions & 4 deletions src/js/deals.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,13 @@ const dealsSlidesData = [
},
{
icon: `<i class="icon bx bxs-car-wash display-6"></i>`,
title: `Synthetic Oil Change for just $89.99`,
body: `Get your car running smoothly with our oil change specials! Synthetic oil change for $89.99. Quality service at great prices!`,
title: `Synthetic Oil Change for just $49.99`,
body: `Get your car running smoothly with our oil change specials! Synthetic oil change for $49.99. Quality service at great prices!`,
},
{
icon: `<i class="icon bx bxs-car-wash display-6"></i>`,
title: `Conventional Oil Change for just $69.99`,
body: `Get your car running smoothly with our oil change specials! Conventional oil change for $69.99. Quality service at great prices!`,
title: `Conventional Oil Change for just $18.99`,
body: `Get your car running smoothly with our oil change specials! Conventional oil change for $18.99. Quality service at great prices!`,
},
{
icon: `<i class="icon bx bx-stop-circle display-6"></i>`,
Expand Down

0 comments on commit b2c7db6

Please sign in to comment.