diff --git a/src/lib/components/Marquee.svelte b/src/lib/components/Marquee.svelte new file mode 100644 index 00000000..03825721 --- /dev/null +++ b/src/lib/components/Marquee.svelte @@ -0,0 +1,148 @@ + + + +
+ {#each firstReviewBatch as item, i (i)} +
+ +
+ {/each} + + +
+ + +
+ {#each secondReviewBatch as item, i (i)} +
+ +
+ {/each} + + +
+ + + + + \ No newline at end of file diff --git a/src/lib/components/ReviewCard.svelte b/src/lib/components/ReviewCard.svelte new file mode 100644 index 00000000..5fdf0427 --- /dev/null +++ b/src/lib/components/ReviewCard.svelte @@ -0,0 +1,27 @@ + + +
+
+ +
+ +
+ {name} +
+
+
+
{body}
+
+ \ No newline at end of file diff --git a/src/routes/+page.svelte b/src/routes/+page.svelte index 9c84eeaf..64d527fb 100644 --- a/src/routes/+page.svelte +++ b/src/routes/+page.svelte @@ -1,7 +1,8 @@