diff --git a/services2.html b/services2.html index 01d19a6..7730b1e 100644 --- a/services2.html +++ b/services2.html @@ -80,6 +80,7 @@ /** Services */ + a.service { text-decoration: none;} .service { display: flex; flex-direction: column; @@ -481,13 +482,8 @@ /** LEVEL ONE INTERIOR */ { "title" : "Level One Interior", - "subtitle" : "Clean as a whistle!", + "subtitle" : "A deep clean of your car's interior.", "left" : { - "header" : "Description", - "paragraph" : "A deep clean of your car's interior.", - "bullets" : [] - }, - "right" : { "header" : "Includes", "paragraph" : "", "bullets" : [ @@ -498,6 +494,11 @@ "Crack & crevice cleaning" ] }, + "right" : { + "header" : "", + "paragraph" : "", + "bullets" : [] + }, "url" : "https://app.urable.com/virtual-shop/IQlYjZyF1i2XilEiEKB5/iy5yKtAhm0O0w0P05acA?productServiceId=3LCNMgeB58hjFwhg58BU&sku=MuCpgSMV0hU4sUdjAPBi" }, /** LEVEL TWO INTERIOR */ @@ -510,18 +511,16 @@ "bullets" : [ "Upholstery shampooing", "Crack & crevice cleaning", - "6 month interior protection (Spills, UV, less dust, less cleaning, and plastic rejuvenation)" + "6 month interior protection (Spills, UV, less dust, less cleaning, and plastic rejuvenation)", + "Vacuum & carpet shampooing", + "Plastics, leather, and vinyls scrubbed", + "Leather conditioning for protection and suppleness" ] }, "right" : { - "header" : "and", + "header" : "", "paragraph" : "", - "bullets" : [ - "Vacuum & carpet shampooing", - "Plastics, leather, and vinyls scrubbed", - "Leather conditioning for protection and suppleness", - - ] + "bullets" : [] }, "url" : "https://app.urable.com/virtual-shop/IQlYjZyF1i2XilEiEKB5/yT4vtoWKB5qGaQMaxOdd?productServiceId=bc8YSJd6fl0CprnAY43r&sku=iUA7y7dwM4Kz51pBpQNI" } @@ -542,7 +541,7 @@ target.insertAdjacentHTML( "beforeend", ` -
+

${service.title}

@@ -553,9 +552,7 @@ ${rightSide ? rightSide : ""}
- - -
+ `); } }