diff --git a/src/data/brand_stores/coast.ts b/src/data/brand_stores/coast.ts index f79ab0f..e7cac98 100644 --- a/src/data/brand_stores/coast.ts +++ b/src/data/brand_stores/coast.ts @@ -3,7 +3,7 @@ import { getCategoryIdForSeoLink } from '../categories'; export const CoastStoreProducts: Product[] = [ { - slug: 'B07V3LB5DN', + slug: 'B00SJRDIN2', tags: ['flashlight', 'safety'], brand: 'Coast', name: 'Durable 8" Spot/Flood LED flashlight', diff --git a/src/data/brand_stores/vortex-optics.ts b/src/data/brand_stores/vortex-optics.ts index c61a731..6ad036c 100644 --- a/src/data/brand_stores/vortex-optics.ts +++ b/src/data/brand_stores/vortex-optics.ts @@ -11,25 +11,25 @@ export const VortextOpticsStoreProducts: Product[] = [ categoryId: getCategoryIdForSeoLink('safety-equipment')!, tags: ['safety', 'outdoor'], description: ` - Let's just say you're pulling up and you're not sure if it's the right place. When you need a closer look, look no further than - the Vortex Optics Crossfire HD 10x42 Binoculars. With this rugged and reliable companion by your side, you can gain - clarity and confidence in a variety of environments. - - **This Product Features:** - - * 10x magnification & 42mm objective lenses - * HD Optical System with select glass elements for exceptional resolution - * Roof prism design for greater durability and compact size - * Adjustable eyecups for comfortable viewing with or without eyeglasses - * Center focus wheel adjusts both barrels simultaneously - * Diopter adjustment for differences in a user's eyes - * Rubber armor provides secure grip and durable external protection - * Tripod adaptable for use on a tripod or car window mount - * Nitrogen purging and o-ring seals provide water and fogproof performance - * Rugged construction withstands recoil and impact - * Included GlassPak binocular harness for quick optic deployment in the field - - The Crossfire HD binoculars bring HD optics, rugged performance and high end form-factor. Add in the included GlassPak binocular harness for quick optic deployment in the field and superior protection and comfort. The Crossfire HD truly is a rare find. +Let's just say you're pulling up and you're not sure if it's the right place. When you need a closer look, look no further than +the Vortex Optics Crossfire HD 10x42 Binoculars. With this rugged and reliable companion by your side, you can gain +clarity and confidence in a variety of environments. + +**This Product Features:** + +* 10x magnification & 42mm objective lenses +* HD Optical System with select glass elements for exceptional resolution +* Roof prism design for greater durability and compact size +* Adjustable eyecups for comfortable viewing with or without eyeglasses +* Center focus wheel adjusts both barrels simultaneously +* Diopter adjustment for differences in a user's eyes +* Rubber armor provides secure grip and durable external protection +* Tripod adaptable for use on a tripod or car window mount +* Nitrogen purging and o-ring seals provide water and fogproof performance +* Rugged construction withstands recoil and impact +* Included GlassPak binocular harness for quick optic deployment in the field + +The Crossfire HD binoculars bring HD optics, rugged performance and high end form-factor. Add in the included GlassPak binocular harness for quick optic deployment in the field and superior protection and comfort. The Crossfire HD truly is a rare find. `.trim(), productDetails: { "title": "Vortex Optics Crossfire HD 10x42 Binoculars - HD Optical System, Tripod Adaptable, Rubber Armor, Waterproof, Fogproof, Shockproof, Included GlassPak - Unlimited, Unconditional Warranty", diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro index 7cfc43d..3982b47 100644 --- a/src/layouts/Layout.astro +++ b/src/layouts/Layout.astro @@ -23,7 +23,7 @@ const { title } = Astro.props; - + diff --git a/src/pages/[productLookup].astro b/src/pages/[productLookup].astro index 6ce3a23..4d60931 100644 --- a/src/pages/[productLookup].astro +++ b/src/pages/[productLookup].astro @@ -126,12 +126,12 @@ const category = allCategories.find(c => c.id == product.categoryId)!; margin-bottom: 2rem; border: 1px solid rgba(var(--accent-light), 25%); background: linear-gradient(rgba(var(--accent-dark), 66%), rgba(var(--accent-dark), 33%)); - padding: 1.5rem; + padding: 0.5rem; border-radius: 8px; - font-family: "Charm", cursive; + font-family: "Caveat", cursive; font-weight: 400; font-style: normal; - font-size: 2rem; + font-size: 2.5rem; text-align: center; } .instructions code { diff --git a/src/pages/about.astro b/src/pages/about.astro index 82db127..284e1ae 100644 --- a/src/pages/about.astro +++ b/src/pages/about.astro @@ -72,12 +72,12 @@ import { allCategories } from '../data/categories'; margin-bottom: 2rem; border: 1px solid rgba(var(--accent-light), 25%); background: linear-gradient(rgba(var(--accent-dark), 66%), rgba(var(--accent-dark), 33%)); - padding: 1.5rem; + padding: 0.5rem; border-radius: 8px; - font-family: "Charm", cursive; + font-family: "Caveat", cursive; font-weight: 400; font-style: normal; - font-size: 2rem; + font-size: 2.5rem; text-align: center; } .instructions code { diff --git a/src/pages/category/[categoryLookup].astro b/src/pages/category/[categoryLookup].astro index 3061c29..517f1bd 100644 --- a/src/pages/category/[categoryLookup].astro +++ b/src/pages/category/[categoryLookup].astro @@ -90,12 +90,12 @@ const categoryProducts = allProducts.filter(p => p.categoryId === category.id)!; margin-bottom: 2rem; border: 1px solid rgba(var(--accent-light), 25%); background: linear-gradient(rgba(var(--accent-dark), 66%), rgba(var(--accent-dark), 33%)); - padding: 1.5rem; + padding: 0.5rem; border-radius: 8px; - font-family: "Charm", cursive; + font-family: "Caveat", cursive; font-weight: 400; font-style: normal; - font-size: 2rem; + font-size: 2.5rem; text-align: center; } .instructions code { diff --git a/src/pages/index.astro b/src/pages/index.astro index ba81699..784d6bb 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -70,12 +70,12 @@ import { allCategories } from '../data/categories'; margin-bottom: 2rem; border: 1px solid rgba(var(--accent-light), 25%); background: linear-gradient(rgba(var(--accent-dark), 66%), rgba(var(--accent-dark), 33%)); - padding: 1.5rem; + padding: 0.5rem; border-radius: 8px; - font-family: "Charm", cursive; + font-family: "Caveat", cursive; font-weight: 400; font-style: normal; - font-size: 2rem; + font-size: 2.5rem; text-align: center; } .instructions code {