From 0d86f450ec193c46f20985608b8c298832d7aa9a Mon Sep 17 00:00:00 2001 From: ponzischeme89 Date: Thu, 7 May 2026 08:04:13 +1200 Subject: [PATCH] Revert "Merge branch 'main' of http://10.0.0.213:3001/admin/gw-svelte" This reverts commit 4d7099381763568de3625ac324f9845278f15c34, reversing changes made to 32ccd49d7802bd8ef9292b2112ebf05cf073a20d. --- src/lib/components/AboutPage.svelte | 835 ++++------------------------ src/lib/content/about.ts | 20 +- src/lib/content/homepage.ts | 30 - 3 files changed, 110 insertions(+), 775 deletions(-) diff --git a/src/lib/components/AboutPage.svelte b/src/lib/components/AboutPage.svelte index e77edac..d98dfb2 100644 --- a/src/lib/components/AboutPage.svelte +++ b/src/lib/components/AboutPage.svelte @@ -1,254 +1,63 @@
-
+

{pageContent.title}

-
-
-
-
- About GoodWalk -

{leadSection.title}

-

{leadSection.body[0]}

- -
- {#each storyPillars as pillar} - {pillar} - {/each} -
+ {#each pageContent.sections as section} +
+
+
+

{section.title}

+ {#each section.body as paragraph} +

{paragraph}

+ {/each}
-
+
{leadSection.imageAlt}
-
-
- -
-
-
- {#each careStripItems as item, index} - - - {item.label} - - {/each} -
-
-
- -
-
-
-
- Our story -

{leadSection.body[1]}

-
- - -
-
-
- - {#each storySections as section, index} -
-
-
-
- 0{index + 2} -

{section.title}

- {#each section.body as paragraph} -

{paragraph}

- {/each} -
- -
- {section.imageAlt} -
-
-
{/each} -
-
-
- Experience and safety -

Practical trust signals, not filler.

-
- -
- {#each trustItems as item} -
- -
-

{item.title}

-

{item.body}

-
-
- {/each} -
-
-
- -
-
-
- How we work -

Clear standards, calm handling, and a routine dogs can settle into.

-
- -
- {#each workflowItems as item, index} -
-
0{index + 1}
- -

{item.title}

-

{item.body}

-
- {/each} -
-
-
- - {#if proofItems.length > 0} -
-
-
- Proof -

Dogs who drag their people to the gate tell the story better than we can.

-
- -
- {#each proofItems as item, index} -
-

“{item.quote}”

-

{item.reviewer} · {item.detail}

-
- {/each} -
-
-
- {/if} -
-
-
- Get in touch -

{pageContent.contact.title}

-

Tell us a little about your dog and we’ll help you figure out the right fit.

-
- -
+ @@ -258,9 +67,7 @@