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 @@