diff --git a/src/App.svelte b/src/App.svelte index 11b36cd..c73e3d3 100644 --- a/src/App.svelte +++ b/src/App.svelte @@ -1,13 +1,13 @@ -
- -
-
- -
- -
- -
- -
-

- The characters and trademarks mentioned are the property of their respective owners. - their respective owners. This content is used for illustrative purposes only and is not intended to - infringe the copyrights of the mentioned owners. -

-
\ No newline at end of file + + \ No newline at end of file diff --git a/src/lib/GallerySection.svelte b/src/lib/GallerySection.svelte new file mode 100644 index 0000000..c1ea253 --- /dev/null +++ b/src/lib/GallerySection.svelte @@ -0,0 +1,33 @@ + + +
+ +
+ + + +
+ +
+ +
+

+ The characters and trademarks mentioned are the property of their respective owners. + their respective owners. This content is used for illustrative purposes only and is not intended to + infringe the copyrights of the mentioned owners. +

+
\ No newline at end of file diff --git a/src/lib/Prices.svelte b/src/lib/PricesSection.svelte similarity index 92% rename from src/lib/Prices.svelte rename to src/lib/PricesSection.svelte index 69b30c1..c28b0ca 100644 --- a/src/lib/Prices.svelte +++ b/src/lib/PricesSection.svelte @@ -4,6 +4,7 @@ import prices_posttf from "../json/prices_posttf.json"; import Image from "./Image.svelte"; import BackButton from "./BackButton.svelte"; + import Gallery from "./Gallery.svelte"; const categories = [ { @@ -33,13 +34,7 @@

{category.title}

{category.description}

-
- -
+

Base price starting at {category.basePrice} diff --git a/src/lib/Tos.svelte b/src/lib/TosSection.svelte similarity index 100% rename from src/lib/Tos.svelte rename to src/lib/TosSection.svelte