diff --git a/package-lock.json b/package-lock.json index dc3006d779..3e7ec9d2ff 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2900,6 +2900,15 @@ "@types/react": "*" } }, + "@types/react-slick": { + "version": "0.23.10", + "resolved": "https://registry.npmjs.org/@types/react-slick/-/react-slick-0.23.10.tgz", + "integrity": "sha512-ZiqdencANDZy6sWOWJ54LDvebuXFEhDlHtXU9FFipQR2BcYU2QJxZhvJPW6YK7cocibUiNn+YvDTbt1HtCIBVA==", + "dev": true, + "requires": { + "@types/react": "*" + } + }, "@types/resolve": { "version": "0.0.8", "resolved": "https://registry.npmjs.org/@types/resolve/-/resolve-0.0.8.tgz", @@ -4779,6 +4788,11 @@ } } }, + "classnames": { + "version": "2.3.2", + "resolved": "https://registry.npmjs.org/classnames/-/classnames-2.3.2.tgz", + "integrity": "sha512-CSbhY4cFEJRe6/GQzIk5qXZ4Jeg5pcsP7b5peFSDpffpe1cqjASH/n9UTjBwOp6XpMSTwQ8Za2K5V02ueA7Tmw==" + }, "clean-css": { "version": "4.2.4", "resolved": "https://registry.npmjs.org/clean-css/-/clean-css-4.2.4.tgz", @@ -6306,14 +6320,6 @@ } } }, - "dom7": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/dom7/-/dom7-3.0.0.tgz", - "integrity": "sha512-oNlcUdHsC4zb7Msx7JN3K0Nro1dzJ48knvBOnDPKJ2GV9wl1i5vydJZUSyOfrkKFDZEud/jBsTk92S/VGSAe/g==", - "requires": { - "ssr-window": "^3.0.0-alpha.1" - } - }, "domain-browser": { "version": "1.2.0", "resolved": "https://registry.npmjs.org/domain-browser/-/domain-browser-1.2.0.tgz", @@ -17515,11 +17521,6 @@ "tweetnacl": "~0.14.0" } }, - "ssr-window": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/ssr-window/-/ssr-window-3.0.0.tgz", - "integrity": "sha512-q+8UfWDg9Itrg0yWK7oe5p/XRCJpJF9OBtXfOPgSJl+u3Xd5KI328RUEvUqSMVM9CiQUEf1QdBzJMkYGErj9QA==" - }, "ssri": { "version": "8.0.1", "resolved": "https://registry.npmjs.org/ssri/-/ssri-8.0.1.tgz", @@ -18082,15 +18083,6 @@ "util.promisify": "~1.0.0" } }, - "swiper": { - "version": "6.8.4", - "resolved": "https://registry.npmjs.org/swiper/-/swiper-6.8.4.tgz", - "integrity": "sha512-O+buF9Q+sMA0H7luMS8R59hCaJKlpo8PXhQ6ZYu6Rn2v9OsFd4d1jmrv14QvxtQpKAvL/ZiovEeANI/uDGet7g==", - "requires": { - "dom7": "^3.0.0", - "ssr-window": "^3.0.0" - } - }, "symbol-tree": { "version": "3.2.4", "resolved": "https://registry.npmjs.org/symbol-tree/-/symbol-tree-3.2.4.tgz", diff --git a/package.json b/package.json index fcf0a55bee..5e1a60546b 100755 --- a/package.json +++ b/package.json @@ -8,10 +8,10 @@ "dependencies": { "@cypress/react": "^5.12.4", "bulma": "^0.9.3", + "classnames": "^2.3.2", "react": "^17.0.2", "react-dom": "^17.0.2", - "react-scripts": "^4.0.3", - "swiper": "^6.8.4" + "react-scripts": "^4.0.3" }, "devDependencies": { "@cypress/webpack-dev-server": "^1.8.4", @@ -24,6 +24,7 @@ "@types/node": "^17.0.23", "@types/react": "^17.0.43", "@types/react-dom": "^17.0.14", + "@types/react-slick": "^0.23.10", "cypress": "^9.5.3", "eslint": "^7.32.0", "eslint-plugin-cypress": "^2.11.2", diff --git a/public/img/products/dell-streak-7.0.jpg b/public/img/phones/dell-streak-7.0.jpg similarity index 100% rename from public/img/products/dell-streak-7.0.jpg rename to public/img/phones/dell-streak-7.0.jpg diff --git a/public/img/products/dell-streak-7.1.jpg b/public/img/phones/dell-streak-7.1.jpg similarity index 100% rename from public/img/products/dell-streak-7.1.jpg rename to public/img/phones/dell-streak-7.1.jpg diff --git a/public/img/products/dell-streak-7.2.jpg b/public/img/phones/dell-streak-7.2.jpg similarity index 100% rename from public/img/products/dell-streak-7.2.jpg rename to public/img/phones/dell-streak-7.2.jpg diff --git a/public/img/products/dell-streak-7.3.jpg b/public/img/phones/dell-streak-7.3.jpg similarity index 100% rename from public/img/products/dell-streak-7.3.jpg rename to public/img/phones/dell-streak-7.3.jpg diff --git a/public/img/products/dell-streak-7.4.jpg b/public/img/phones/dell-streak-7.4.jpg similarity index 100% rename from public/img/products/dell-streak-7.4.jpg rename to public/img/phones/dell-streak-7.4.jpg diff --git a/public/img/products/dell-venue.0.jpg b/public/img/phones/dell-venue.0.jpg similarity index 100% rename from public/img/products/dell-venue.0.jpg rename to public/img/phones/dell-venue.0.jpg diff --git a/public/img/products/dell-venue.1.jpg b/public/img/phones/dell-venue.1.jpg similarity index 100% rename from public/img/products/dell-venue.1.jpg rename to public/img/phones/dell-venue.1.jpg diff --git a/public/img/products/dell-venue.2.jpg b/public/img/phones/dell-venue.2.jpg similarity index 100% rename from public/img/products/dell-venue.2.jpg rename to public/img/phones/dell-venue.2.jpg diff --git a/public/img/products/dell-venue.3.jpg b/public/img/phones/dell-venue.3.jpg similarity index 100% rename from public/img/products/dell-venue.3.jpg rename to public/img/phones/dell-venue.3.jpg diff --git a/public/img/products/dell-venue.4.jpg b/public/img/phones/dell-venue.4.jpg similarity index 100% rename from public/img/products/dell-venue.4.jpg rename to public/img/phones/dell-venue.4.jpg diff --git a/public/img/products/dell-venue.5.jpg b/public/img/phones/dell-venue.5.jpg similarity index 100% rename from public/img/products/dell-venue.5.jpg rename to public/img/phones/dell-venue.5.jpg diff --git a/public/img/products/droid-2-global-by-motorola.0.jpg b/public/img/phones/droid-2-global-by-motorola.0.jpg similarity index 100% rename from public/img/products/droid-2-global-by-motorola.0.jpg rename to public/img/phones/droid-2-global-by-motorola.0.jpg diff --git a/public/img/products/droid-2-global-by-motorola.1.jpg b/public/img/phones/droid-2-global-by-motorola.1.jpg similarity index 100% rename from public/img/products/droid-2-global-by-motorola.1.jpg rename to public/img/phones/droid-2-global-by-motorola.1.jpg diff --git a/public/img/products/droid-2-global-by-motorola.2.jpg b/public/img/phones/droid-2-global-by-motorola.2.jpg similarity index 100% rename from public/img/products/droid-2-global-by-motorola.2.jpg rename to public/img/phones/droid-2-global-by-motorola.2.jpg diff --git a/public/img/products/droid-pro-by-motorola.0.jpg b/public/img/phones/droid-pro-by-motorola.0.jpg similarity index 100% rename from public/img/products/droid-pro-by-motorola.0.jpg rename to public/img/phones/droid-pro-by-motorola.0.jpg diff --git a/public/img/products/droid-pro-by-motorola.1.jpg b/public/img/phones/droid-pro-by-motorola.1.jpg similarity index 100% rename from public/img/products/droid-pro-by-motorola.1.jpg rename to public/img/phones/droid-pro-by-motorola.1.jpg diff --git a/public/img/products/lg-axis.0.jpg b/public/img/phones/lg-axis.0.jpg similarity index 100% rename from public/img/products/lg-axis.0.jpg rename to public/img/phones/lg-axis.0.jpg diff --git a/public/img/products/lg-axis.1.jpg b/public/img/phones/lg-axis.1.jpg similarity index 100% rename from public/img/products/lg-axis.1.jpg rename to public/img/phones/lg-axis.1.jpg diff --git a/public/img/products/lg-axis.2.jpg b/public/img/phones/lg-axis.2.jpg similarity index 100% rename from public/img/products/lg-axis.2.jpg rename to public/img/phones/lg-axis.2.jpg diff --git a/public/img/products/motorola-atrix-4g.0.jpg b/public/img/phones/motorola-atrix-4g.0.jpg similarity index 100% rename from public/img/products/motorola-atrix-4g.0.jpg rename to public/img/phones/motorola-atrix-4g.0.jpg diff --git a/public/img/products/motorola-atrix-4g.1.jpg b/public/img/phones/motorola-atrix-4g.1.jpg similarity index 100% rename from public/img/products/motorola-atrix-4g.1.jpg rename to public/img/phones/motorola-atrix-4g.1.jpg diff --git a/public/img/products/motorola-atrix-4g.2.jpg b/public/img/phones/motorola-atrix-4g.2.jpg similarity index 100% rename from public/img/products/motorola-atrix-4g.2.jpg rename to public/img/phones/motorola-atrix-4g.2.jpg diff --git a/public/img/products/motorola-atrix-4g.3.jpg b/public/img/phones/motorola-atrix-4g.3.jpg similarity index 100% rename from public/img/products/motorola-atrix-4g.3.jpg rename to public/img/phones/motorola-atrix-4g.3.jpg diff --git a/public/img/products/motorola-bravo-with-motoblur.0.jpg b/public/img/phones/motorola-bravo-with-motoblur.0.jpg similarity index 100% rename from public/img/products/motorola-bravo-with-motoblur.0.jpg rename to public/img/phones/motorola-bravo-with-motoblur.0.jpg diff --git a/public/img/products/motorola-bravo-with-motoblur.1.jpg b/public/img/phones/motorola-bravo-with-motoblur.1.jpg similarity index 100% rename from public/img/products/motorola-bravo-with-motoblur.1.jpg rename to public/img/phones/motorola-bravo-with-motoblur.1.jpg diff --git a/public/img/products/motorola-bravo-with-motoblur.2.jpg b/public/img/phones/motorola-bravo-with-motoblur.2.jpg similarity index 100% rename from public/img/products/motorola-bravo-with-motoblur.2.jpg rename to public/img/phones/motorola-bravo-with-motoblur.2.jpg diff --git a/public/img/products/motorola-charm-with-motoblur.0.jpg b/public/img/phones/motorola-charm-with-motoblur.0.jpg similarity index 100% rename from public/img/products/motorola-charm-with-motoblur.0.jpg rename to public/img/phones/motorola-charm-with-motoblur.0.jpg diff --git a/public/img/products/motorola-charm-with-motoblur.1.jpg b/public/img/phones/motorola-charm-with-motoblur.1.jpg similarity index 100% rename from public/img/products/motorola-charm-with-motoblur.1.jpg rename to public/img/phones/motorola-charm-with-motoblur.1.jpg diff --git a/public/img/products/motorola-charm-with-motoblur.2.jpg b/public/img/phones/motorola-charm-with-motoblur.2.jpg similarity index 100% rename from public/img/products/motorola-charm-with-motoblur.2.jpg rename to public/img/phones/motorola-charm-with-motoblur.2.jpg diff --git a/public/img/products/motorola-defy-with-motoblur.0.jpg b/public/img/phones/motorola-defy-with-motoblur.0.jpg similarity index 100% rename from public/img/products/motorola-defy-with-motoblur.0.jpg rename to public/img/phones/motorola-defy-with-motoblur.0.jpg diff --git a/public/img/products/motorola-defy-with-motoblur.1.jpg b/public/img/phones/motorola-defy-with-motoblur.1.jpg similarity index 100% rename from public/img/products/motorola-defy-with-motoblur.1.jpg rename to public/img/phones/motorola-defy-with-motoblur.1.jpg diff --git a/public/img/products/motorola-defy-with-motoblur.2.jpg b/public/img/phones/motorola-defy-with-motoblur.2.jpg similarity index 100% rename from public/img/products/motorola-defy-with-motoblur.2.jpg rename to public/img/phones/motorola-defy-with-motoblur.2.jpg diff --git a/public/img/products/motorola-xoom-with-wi-fi.0.jpg b/public/img/phones/motorola-xoom-with-wi-fi.0.jpg similarity index 100% rename from public/img/products/motorola-xoom-with-wi-fi.0.jpg rename to public/img/phones/motorola-xoom-with-wi-fi.0.jpg diff --git a/public/img/products/motorola-xoom-with-wi-fi.1.jpg b/public/img/phones/motorola-xoom-with-wi-fi.1.jpg similarity index 100% rename from public/img/products/motorola-xoom-with-wi-fi.1.jpg rename to public/img/phones/motorola-xoom-with-wi-fi.1.jpg diff --git a/public/img/products/motorola-xoom-with-wi-fi.2.jpg b/public/img/phones/motorola-xoom-with-wi-fi.2.jpg similarity index 100% rename from public/img/products/motorola-xoom-with-wi-fi.2.jpg rename to public/img/phones/motorola-xoom-with-wi-fi.2.jpg diff --git a/public/img/products/motorola-xoom-with-wi-fi.3.jpg b/public/img/phones/motorola-xoom-with-wi-fi.3.jpg similarity index 100% rename from public/img/products/motorola-xoom-with-wi-fi.3.jpg rename to public/img/phones/motorola-xoom-with-wi-fi.3.jpg diff --git a/public/img/products/motorola-xoom-with-wi-fi.4.jpg b/public/img/phones/motorola-xoom-with-wi-fi.4.jpg similarity index 100% rename from public/img/products/motorola-xoom-with-wi-fi.4.jpg rename to public/img/phones/motorola-xoom-with-wi-fi.4.jpg diff --git a/public/img/products/motorola-xoom-with-wi-fi.5.jpg b/public/img/phones/motorola-xoom-with-wi-fi.5.jpg similarity index 100% rename from public/img/products/motorola-xoom-with-wi-fi.5.jpg rename to public/img/phones/motorola-xoom-with-wi-fi.5.jpg diff --git a/public/img/products/motorola-xoom.0.jpg b/public/img/phones/motorola-xoom.0.jpg similarity index 100% rename from public/img/products/motorola-xoom.0.jpg rename to public/img/phones/motorola-xoom.0.jpg diff --git a/public/img/products/motorola-xoom.1.jpg b/public/img/phones/motorola-xoom.1.jpg similarity index 100% rename from public/img/products/motorola-xoom.1.jpg rename to public/img/phones/motorola-xoom.1.jpg diff --git a/public/img/products/motorola-xoom.2.jpg b/public/img/phones/motorola-xoom.2.jpg similarity index 100% rename from public/img/products/motorola-xoom.2.jpg rename to public/img/phones/motorola-xoom.2.jpg diff --git a/public/img/products/nexus-s.0.jpg b/public/img/phones/nexus-s.0.jpg similarity index 100% rename from public/img/products/nexus-s.0.jpg rename to public/img/phones/nexus-s.0.jpg diff --git a/public/img/products/nexus-s.1.jpg b/public/img/phones/nexus-s.1.jpg similarity index 100% rename from public/img/products/nexus-s.1.jpg rename to public/img/phones/nexus-s.1.jpg diff --git a/public/img/products/nexus-s.2.jpg b/public/img/phones/nexus-s.2.jpg similarity index 100% rename from public/img/products/nexus-s.2.jpg rename to public/img/phones/nexus-s.2.jpg diff --git a/public/img/products/nexus-s.3.jpg b/public/img/phones/nexus-s.3.jpg similarity index 100% rename from public/img/products/nexus-s.3.jpg rename to public/img/phones/nexus-s.3.jpg diff --git a/public/img/products/samsung-galaxy-tab.0.jpg b/public/img/phones/samsung-galaxy-tab.0.jpg similarity index 100% rename from public/img/products/samsung-galaxy-tab.0.jpg rename to public/img/phones/samsung-galaxy-tab.0.jpg diff --git a/public/img/products/samsung-galaxy-tab.1.jpg b/public/img/phones/samsung-galaxy-tab.1.jpg similarity index 100% rename from public/img/products/samsung-galaxy-tab.1.jpg rename to public/img/phones/samsung-galaxy-tab.1.jpg diff --git a/public/img/products/samsung-galaxy-tab.2.jpg b/public/img/phones/samsung-galaxy-tab.2.jpg similarity index 100% rename from public/img/products/samsung-galaxy-tab.2.jpg rename to public/img/phones/samsung-galaxy-tab.2.jpg diff --git a/public/img/products/samsung-galaxy-tab.3.jpg b/public/img/phones/samsung-galaxy-tab.3.jpg similarity index 100% rename from public/img/products/samsung-galaxy-tab.3.jpg rename to public/img/phones/samsung-galaxy-tab.3.jpg diff --git a/public/img/products/samsung-galaxy-tab.4.jpg b/public/img/phones/samsung-galaxy-tab.4.jpg similarity index 100% rename from public/img/products/samsung-galaxy-tab.4.jpg rename to public/img/phones/samsung-galaxy-tab.4.jpg diff --git a/public/img/products/samsung-galaxy-tab.5.jpg b/public/img/phones/samsung-galaxy-tab.5.jpg similarity index 100% rename from public/img/products/samsung-galaxy-tab.5.jpg rename to public/img/phones/samsung-galaxy-tab.5.jpg diff --git a/public/img/products/samsung-galaxy-tab.6.jpg b/public/img/phones/samsung-galaxy-tab.6.jpg similarity index 100% rename from public/img/products/samsung-galaxy-tab.6.jpg rename to public/img/phones/samsung-galaxy-tab.6.jpg diff --git a/public/img/products/samsung-gem.0.jpg b/public/img/phones/samsung-gem.0.jpg similarity index 100% rename from public/img/products/samsung-gem.0.jpg rename to public/img/phones/samsung-gem.0.jpg diff --git a/public/img/products/samsung-gem.1.jpg b/public/img/phones/samsung-gem.1.jpg similarity index 100% rename from public/img/products/samsung-gem.1.jpg rename to public/img/phones/samsung-gem.1.jpg diff --git a/public/img/products/samsung-gem.2.jpg b/public/img/phones/samsung-gem.2.jpg similarity index 100% rename from public/img/products/samsung-gem.2.jpg rename to public/img/phones/samsung-gem.2.jpg diff --git a/public/img/products/samsung-mesmerize-a-galaxy-s-phone.0.jpg b/public/img/phones/samsung-mesmerize-a-galaxy-s-phone.0.jpg similarity index 100% rename from public/img/products/samsung-mesmerize-a-galaxy-s-phone.0.jpg rename to public/img/phones/samsung-mesmerize-a-galaxy-s-phone.0.jpg diff --git a/public/img/products/samsung-mesmerize-a-galaxy-s-phone.1.jpg b/public/img/phones/samsung-mesmerize-a-galaxy-s-phone.1.jpg similarity index 100% rename from public/img/products/samsung-mesmerize-a-galaxy-s-phone.1.jpg rename to public/img/phones/samsung-mesmerize-a-galaxy-s-phone.1.jpg diff --git a/public/img/products/samsung-mesmerize-a-galaxy-s-phone.2.jpg b/public/img/phones/samsung-mesmerize-a-galaxy-s-phone.2.jpg similarity index 100% rename from public/img/products/samsung-mesmerize-a-galaxy-s-phone.2.jpg rename to public/img/phones/samsung-mesmerize-a-galaxy-s-phone.2.jpg diff --git a/public/img/products/samsung-mesmerize-a-galaxy-s-phone.3.jpg b/public/img/phones/samsung-mesmerize-a-galaxy-s-phone.3.jpg similarity index 100% rename from public/img/products/samsung-mesmerize-a-galaxy-s-phone.3.jpg rename to public/img/phones/samsung-mesmerize-a-galaxy-s-phone.3.jpg diff --git a/public/img/products/samsung-showcase-a-galaxy-s-phone.0.jpg b/public/img/phones/samsung-showcase-a-galaxy-s-phone.0.jpg similarity index 100% rename from public/img/products/samsung-showcase-a-galaxy-s-phone.0.jpg rename to public/img/phones/samsung-showcase-a-galaxy-s-phone.0.jpg diff --git a/public/img/products/samsung-showcase-a-galaxy-s-phone.1.jpg b/public/img/phones/samsung-showcase-a-galaxy-s-phone.1.jpg similarity index 100% rename from public/img/products/samsung-showcase-a-galaxy-s-phone.1.jpg rename to public/img/phones/samsung-showcase-a-galaxy-s-phone.1.jpg diff --git a/public/img/products/samsung-showcase-a-galaxy-s-phone.2.jpg b/public/img/phones/samsung-showcase-a-galaxy-s-phone.2.jpg similarity index 100% rename from public/img/products/samsung-showcase-a-galaxy-s-phone.2.jpg rename to public/img/phones/samsung-showcase-a-galaxy-s-phone.2.jpg diff --git a/public/img/products/samsung-transform.0.jpg b/public/img/phones/samsung-transform.0.jpg similarity index 100% rename from public/img/products/samsung-transform.0.jpg rename to public/img/phones/samsung-transform.0.jpg diff --git a/public/img/products/samsung-transform.1.jpg b/public/img/phones/samsung-transform.1.jpg similarity index 100% rename from public/img/products/samsung-transform.1.jpg rename to public/img/phones/samsung-transform.1.jpg diff --git a/public/img/products/samsung-transform.2.jpg b/public/img/phones/samsung-transform.2.jpg similarity index 100% rename from public/img/products/samsung-transform.2.jpg rename to public/img/phones/samsung-transform.2.jpg diff --git a/public/img/products/samsung-transform.3.jpg b/public/img/phones/samsung-transform.3.jpg similarity index 100% rename from public/img/products/samsung-transform.3.jpg rename to public/img/phones/samsung-transform.3.jpg diff --git a/public/img/products/samsung-transform.4.jpg b/public/img/phones/samsung-transform.4.jpg similarity index 100% rename from public/img/products/samsung-transform.4.jpg rename to public/img/phones/samsung-transform.4.jpg diff --git a/public/img/products/sanyo-zio.0.jpg b/public/img/phones/sanyo-zio.0.jpg similarity index 100% rename from public/img/products/sanyo-zio.0.jpg rename to public/img/phones/sanyo-zio.0.jpg diff --git a/public/img/products/sanyo-zio.1.jpg b/public/img/phones/sanyo-zio.1.jpg similarity index 100% rename from public/img/products/sanyo-zio.1.jpg rename to public/img/phones/sanyo-zio.1.jpg diff --git a/public/img/products/sanyo-zio.2.jpg b/public/img/phones/sanyo-zio.2.jpg similarity index 100% rename from public/img/products/sanyo-zio.2.jpg rename to public/img/phones/sanyo-zio.2.jpg diff --git a/public/img/products/t-mobile-g2.0.jpg b/public/img/phones/t-mobile-g2.0.jpg similarity index 100% rename from public/img/products/t-mobile-g2.0.jpg rename to public/img/phones/t-mobile-g2.0.jpg diff --git a/public/img/products/t-mobile-g2.1.jpg b/public/img/phones/t-mobile-g2.1.jpg similarity index 100% rename from public/img/products/t-mobile-g2.1.jpg rename to public/img/phones/t-mobile-g2.1.jpg diff --git a/public/img/products/t-mobile-g2.2.jpg b/public/img/phones/t-mobile-g2.2.jpg similarity index 100% rename from public/img/products/t-mobile-g2.2.jpg rename to public/img/phones/t-mobile-g2.2.jpg diff --git a/public/img/products/t-mobile-mytouch-4g.0.jpg b/public/img/phones/t-mobile-mytouch-4g.0.jpg similarity index 100% rename from public/img/products/t-mobile-mytouch-4g.0.jpg rename to public/img/phones/t-mobile-mytouch-4g.0.jpg diff --git a/public/img/products/t-mobile-mytouch-4g.1.jpg b/public/img/phones/t-mobile-mytouch-4g.1.jpg similarity index 100% rename from public/img/products/t-mobile-mytouch-4g.1.jpg rename to public/img/phones/t-mobile-mytouch-4g.1.jpg diff --git a/public/img/products/t-mobile-mytouch-4g.2.jpg b/public/img/phones/t-mobile-mytouch-4g.2.jpg similarity index 100% rename from public/img/products/t-mobile-mytouch-4g.2.jpg rename to public/img/phones/t-mobile-mytouch-4g.2.jpg diff --git a/public/img/products/t-mobile-mytouch-4g.3.jpg b/public/img/phones/t-mobile-mytouch-4g.3.jpg similarity index 100% rename from public/img/products/t-mobile-mytouch-4g.3.jpg rename to public/img/phones/t-mobile-mytouch-4g.3.jpg diff --git a/public/img/products/t-mobile-mytouch-4g.4.jpg b/public/img/phones/t-mobile-mytouch-4g.4.jpg similarity index 100% rename from public/img/products/t-mobile-mytouch-4g.4.jpg rename to public/img/phones/t-mobile-mytouch-4g.4.jpg diff --git a/public/img/products/t-mobile-mytouch-4g.5.jpg b/public/img/phones/t-mobile-mytouch-4g.5.jpg similarity index 100% rename from public/img/products/t-mobile-mytouch-4g.5.jpg rename to public/img/phones/t-mobile-mytouch-4g.5.jpg diff --git a/src/App.scss b/src/App.scss index dca804f1bd..f94f8aeb53 100644 --- a/src/App.scss +++ b/src/App.scss @@ -18,4 +18,6 @@ body { .App { font-family: Mont-Regular; + overflow: hidden; + } diff --git a/src/App.tsx b/src/App.tsx index 318a8cd619..812c984ab0 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -1,15 +1,17 @@ import './App.scss'; +import { Header } from './pages/components/Header'; import { HomePage } from './pages/HomePage'; import { PhonesPage } from './pages/PhonesPage'; import { Footer } from './pages/components/Footer'; -import { Header } from './pages/components/Header'; +// import { ProductDetailsPage } from './pages/ProductDetailsPage'; const App = () => (
95 models
-95 models
+$799
$899
diff --git a/src/pages/components/ProductsList.tsx b/src/pages/components/ProductsList.tsx index 6f94b23df0..ccc93e0bc2 100644 --- a/src/pages/components/ProductsList.tsx +++ b/src/pages/components/ProductsList.tsx @@ -1,24 +1,24 @@ import { FC } from 'react'; -import { ProductCard } from './ProductCard'; -import '../../styles/blocks/products-list.scss'; +// import { ProductCard } from './ProductCard'; +import '../../styles/styles.scss'; export const ProductsList: FC = () => { return (