diff --git a/config.json b/config.json index 6e12c3bb68..5862a48ba0 100644 --- a/config.json +++ b/config.json @@ -7,7 +7,7 @@ "author_name": "Bigcommerce", "author_email": "support@bigcommerce.com", "author_support_url": "https://www.bigcommerce.com/support", - "composed_image": "composed.jpg", + "composed_image": "composed.png", "features": [ "fully_responsive", "mega_navigation", @@ -218,8 +218,8 @@ "name": "Light", "id": "light", "meta": { - "desktop_screenshot": "desktop_light.jpg", - "mobile_screenshot": "mobile_light.jpg", + "desktop_screenshot": "desktop_light.png", + "mobile_screenshot": "mobile_light.png", "description": "Ideal for a wide range of businesses and brands, this design is fully responsive, simple, and ready for you to add your branding, logo, and products. It comes ready to build a clean looking and beautiful store with features such as homepage carousel, social media icons, featured and top selling products, and faceted search (which is available on select Bigcommerce plans). Fully express your brand by using our Theme Editor to quickly and easily style your site's fonts and colors, all without the need to write code.", "demo_url": "https://cornerstone-light-demo.mybigcommerce.com", "optimized_for": [ @@ -244,8 +244,8 @@ "name": "Bold", "id": "bold", "meta": { - "desktop_screenshot": "desktop_bold.jpg", - "mobile_screenshot": "mobile_bold.jpg", + "desktop_screenshot": "desktop_bold.png", + "mobile_screenshot": "mobile_bold.png", "description": "Ideal for a wide range of businesses and brands, this design is fully responsive, simple, and ready for you to add your branding, logo, and products. It comes ready to build a clean looking and beautiful store with features such as homepage carousel, social media icons, featured and top selling products, and faceted search (which is available on select Bigcommerce plans). Fully express your brand by using our Theme Editor to quickly and easily style your site's fonts and colors, all without the need to write code.", "demo_url": "https://cornerstone-bold-demo.mybigcommerce.com", "optimized_for": [ @@ -368,8 +368,8 @@ "name": "Warm", "id": "warm", "meta": { - "desktop_screenshot": "desktop_warm.jpg", - "mobile_screenshot": "mobile_warm.jpg", + "desktop_screenshot": "desktop_warm.png", + "mobile_screenshot": "mobile_warm.png", "description": "Ideal for a wide range of businesses and brands, this design is fully responsive, simple, and ready for you to add your branding, logo, and products. It comes ready to build a clean looking and beautiful store with features such as homepage carousel, social media icons, featured and top selling products, and faceted search (which is available on select Bigcommerce plans). Fully express your brand by using our Theme Editor to quickly and easily style your site's fonts and colors, all without the need to write code.", "demo_url": "https://cornerstone-warm-demo.mybigcommerce.com", "optimized_for": [ diff --git a/meta/composed.jpg b/meta/composed.jpg deleted file mode 100644 index 591d7c20e4..0000000000 Binary files a/meta/composed.jpg and /dev/null differ diff --git a/meta/composed.png b/meta/composed.png new file mode 100644 index 0000000000..bc6329ce8c Binary files /dev/null and b/meta/composed.png differ diff --git a/meta/desktop_bold.jpg b/meta/desktop_bold.jpg deleted file mode 100644 index 3484f1bff0..0000000000 Binary files a/meta/desktop_bold.jpg and /dev/null differ diff --git a/meta/desktop_bold.png b/meta/desktop_bold.png new file mode 100644 index 0000000000..ecb9192603 Binary files /dev/null and b/meta/desktop_bold.png differ diff --git a/meta/desktop_light.jpg b/meta/desktop_light.jpg deleted file mode 100644 index 2b47621042..0000000000 Binary files a/meta/desktop_light.jpg and /dev/null differ diff --git a/meta/desktop_light.png b/meta/desktop_light.png new file mode 100644 index 0000000000..8bee994082 Binary files /dev/null and b/meta/desktop_light.png differ diff --git a/meta/desktop_warm.jpg b/meta/desktop_warm.jpg deleted file mode 100644 index a0c49da7bb..0000000000 Binary files a/meta/desktop_warm.jpg and /dev/null differ diff --git a/meta/desktop_warm.png b/meta/desktop_warm.png new file mode 100644 index 0000000000..e3c4d37321 Binary files /dev/null and b/meta/desktop_warm.png differ diff --git a/meta/mobile_bold.jpg b/meta/mobile_bold.jpg deleted file mode 100644 index b25932c118..0000000000 Binary files a/meta/mobile_bold.jpg and /dev/null differ diff --git a/meta/mobile_bold.png b/meta/mobile_bold.png new file mode 100644 index 0000000000..200688b08b Binary files /dev/null and b/meta/mobile_bold.png differ diff --git a/meta/mobile_light.jpg b/meta/mobile_light.jpg deleted file mode 100644 index 640f01e94a..0000000000 Binary files a/meta/mobile_light.jpg and /dev/null differ diff --git a/meta/mobile_light.png b/meta/mobile_light.png new file mode 100644 index 0000000000..a7905d6826 Binary files /dev/null and b/meta/mobile_light.png differ diff --git a/meta/mobile_warm.jpg b/meta/mobile_warm.jpg deleted file mode 100644 index f6ee04e33e..0000000000 Binary files a/meta/mobile_warm.jpg and /dev/null differ diff --git a/meta/mobile_warm.png b/meta/mobile_warm.png new file mode 100644 index 0000000000..8f8cb9492c Binary files /dev/null and b/meta/mobile_warm.png differ