Skip to content

Commit

Permalink
telefon-vergisi-hesaplayici: update Samsung preset retail prices
Browse files Browse the repository at this point in the history
  • Loading branch information
ozgurg committed Jul 1, 2023
1 parent d8af25b commit 92f0bd9
Showing 1 changed file with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { findCalculatorPresetBySlug } from "@/utils/find-calculator-preset-by-sl
const buildUrl = slug => `/telefon-vergisi-hesaplayici/${slug}/`;

const lastUpdatedDateIphone = new Date("Sat Jul 01 2023 08:22:32 GMT+0300 (GMT+03:00)");
const lastUpdatedDateSamsung = new Date("Tue Jun 06 2023 22:41:26 GMT+0300 (GMT+03:00)");
const lastUpdatedDateSamsung = new Date("Sat Jul 01 2023 08:22:32 GMT+0300 (GMT+03:00)");

const presets = [
// Apple Vision Pro
Expand Down Expand Up @@ -384,7 +384,7 @@ const presets = [
title: "128GB (8GB)",
form: { price: 799.99, currency: "USD" },
retailPrice: {
value: 27999,
value: 29999,
lastUpdatedDate: lastUpdatedDateSamsung,
sourceUrl: "https://shop.samsung.com/tr/galaxy-s23/"
}
Expand All @@ -393,7 +393,7 @@ const presets = [
title: "256GB (8GB)",
form: { price: 859.99, currency: "USD" },
retailPrice: {
value: 29999,
value: 31999,
lastUpdatedDate: lastUpdatedDateSamsung,
sourceUrl: "https://shop.samsung.com/tr/galaxy-s23/"
}
Expand All @@ -414,7 +414,7 @@ const presets = [
title: "256GB (8GB)",
form: { price: 999.99, currency: "USD" },
retailPrice: {
value: 36999,
value: 39999,
lastUpdatedDate: lastUpdatedDateSamsung,
sourceUrl: "https://shop.samsung.com/tr/galaxy-s23-plus/"
}
Expand All @@ -439,7 +439,7 @@ const presets = [
title: "256GB (8GB)",
form: { price: 1199.99, currency: "USD" },
retailPrice: {
value: 45999,
value: 49999,
lastUpdatedDate: lastUpdatedDateSamsung,
sourceUrl: "https://shop.samsung.com/tr/galaxy-s23-ultra/"
}
Expand All @@ -448,7 +448,7 @@ const presets = [
title: "512GB (8GB)",
form: { price: 1379.99, currency: "USD" },
retailPrice: {
value: 48999,
value: 52999,
lastUpdatedDate: lastUpdatedDateSamsung,
sourceUrl: "https://shop.samsung.com/tr/galaxy-s23-ultra/"
}
Expand All @@ -457,7 +457,7 @@ const presets = [
title: "1TB (12GB)",
form: { price: 1619.99, currency: "USD" },
retailPrice: {
value: 53999,
value: 57999,
lastUpdatedDate: lastUpdatedDateSamsung,
sourceUrl: "https://shop.samsung.com/tr/galaxy-s23-ultra/"
}
Expand Down

0 comments on commit 92f0bd9

Please sign in to comment.