Adventure Weddings: Squamish Expansion & Website Rebuild

Adventure Weddings: Squamish Expansion & Website Rebuild

Overview

Rebuild the Adventure Weddings website from a Queenstown-only elopement site into a dual-hemisphere adventure elopement business serving Squamish, BC (May-September) and Queenstown, NZ (November-March). The rebuild uses ready-to-implement website copy from overnight research, establishes Squamish as the primary market, and positions the unique Lana-as-photographer-AND-officiant + Aaron-as-local-guide combo as the core differentiator.

This plan synthesizes findings from 6 overnight research runs (400+ findings) covering: business assessment, Squamish market analysis, operational playbook, complete website copy, Lana Fitness cross-sell, and AI wedding concierge.

Problem Statement / Motivation

The current adventure-weddings site is Queenstown-focused with generic service descriptions and no Squamish content. The overnight research confirmed:

  • Adventure Weddings scored 47/50 as the #1 business opportunity in the portfolio
  • No competitor in Squamish offers full-service adventure elopement planning — all competitors are photographers only
  • Lana as photographer + officiant is genuinely rare — fewer people at the ceremony = more intimacy
  • Aaron knows Squamish better than anyone in the elopement space — trails, light, timing, hidden spots
  • Only climbing elopement company in Canada — unique niche nobody else can claim
  • Revenue potential: $89K Year 1 -> $366K Year 3 (from operational playbook)

The website needs to communicate all of this clearly, rank for “Squamish elopement” keywords, and convert visitors into inquiry form submissions.

Proposed Solution

Architecture: Single Site, Location Pages

apps/adventure-weddings/src/pages/
├── index.astro                    # Homepage — dual-hemisphere hero
├── about.astro                    # Team: Lana + Aaron
├── how-it-works.astro             # 5-step process
├── faq.astro                      # 15 questions
├── squamish/
│   ├── index.astro                # Squamish location hub (main landing)
│   ├── packages.astro             # 3 tiers + climbing add-on
│   └── locations.astro            # 6 detailed ceremony spots
├── queenstown/
│   └── index.astro                # Queenstown hub (existing content)
├── blog.astro                     # Blog listing
├── blog/[...slug].astro           # Blog post template
├── concierge.astro                # AI Wedding Concierge (already built)
├── guest/[token].astro            # Guest chat (already built)
└── couple/dashboard.astro         # Couple dashboard (already built)

This follows the overnight research recommendation: single domain with location pages to consolidate SEO authority rather than splitting across subdomains or separate sites.

Content Source

All Squamish page copy is already written. The overnight run 2026-03-08-1911/findings/18-website-copy.md contains 690 lines of production-ready copy for 7 pages:

PageCopy StatusWord Count (approx)
Squamish Hub (landing)Complete~800
Packages ($4,500/$9,500/$14,500)Complete~1,200
About (Lana + Aaron)Complete~700
How It Works (5 steps)Complete~600
Locations (6 spots)Complete~1,500
FAQ (15 questions)Complete~1,800
Meta descriptions + SEO keywordsComplete~200

Brand Config Updates

// apps/adventure-weddings/brand.config.ts
{
  brand: {
    tagline: 'Adventure elopements in Squamish, BC and Queenstown, NZ',
    voice: 'Warm, direct, adventure-forward but elegant. Not salesy.',
    audience: 'Adventure-loving couples seeking intimate outdoor elopements',
  },
  meta: {
    title: 'Adventure Weddings | Elopement Experiences in Squamish BC & Queenstown NZ',
    description: 'Adventure elopements with a photographer who is also your officiant and a local adventure guide. Summit ceremonies, waterfall vows, and climbing elopements. Squamish BC & Queenstown NZ.',
  },
}

Technical Approach

Phase 1: Core Pages (Week 1)

Build the 6 new Squamish pages using existing copy from overnight research. Each page follows the established monorepo pattern: SiteLayout + SiteHeader + SiteFooter + brand CSS tokens.

Files to create:

  1. src/pages/squamish/index.astro — Squamish landing hub

    • Hero: “Get Married on a Mountain in Squamish, BC”
    • Sections: Why Squamish, Your Elopement Your Way, What Makes Us Different, Social Proof, CTA
    • Copy source: 18-website-copy.md Page 1
  2. src/pages/squamish/packages.astro — Three-tier packages

    • The Essentials ($4,500), The Adventure ($9,500), The Epic ($14,500)
    • Climbing Elopement Add-On section
    • Copy source: 18-website-copy.md Page 2
  3. src/pages/squamish/locations.astro — Six ceremony locations

    • Shannon Falls, Stawamus Chief, Sea to Sky Gondola, Porteau Cove, Smoke Bluffs, Brandywine Falls
    • Each with: description, difficulty, best time, season, guide recommendation
    • Copy source: 18-website-copy.md Page 5
  4. src/pages/about.astro — Team page

    • Lana section (photographer + officiant)
    • Aaron section (local guide)
    • How We Work Together
    • The Queenstown Connection
    • Copy source: 18-website-copy.md Page 3
  5. src/pages/how-it-works.astro — Five-step process

    • Tell Us About Yourselves -> Plan Your Day -> Handle Details -> Elopement Day -> Your Photos
    • Copy source: 18-website-copy.md Page 4
  6. src/pages/faq.astro — 15 questions

    • Collapsible accordion UI
    • Structured for featured snippet potential (FAQ schema)
    • Copy source: 18-website-copy.md Page 6

Files to update:

  1. src/pages/index.astro — Rebuild homepage

    • Dual-hemisphere hero (Squamish primary, Queenstown secondary)
    • Location selector: two cards linking to /squamish/ and /queenstown/
    • What Makes Us Different section
    • CTA: “Start Planning Your Adventure”
  2. brand.config.ts — Update tagline, audience, meta to dual-hemisphere

  3. src/styles/brand.css — Refine visual tokens for photography-forward design

    • Dark backgrounds with light text for cinematic feel
    • Full-bleed hero sections
    • Typography: elegant serif headings + clean sans body

Files to keep (already built):

  1. src/pages/concierge.astro — AI Wedding Concierge (no changes needed)
  2. src/pages/guest/[token].astro — Guest chat interface (no changes)
  3. src/pages/couple/dashboard.astro — Couple dashboard (no changes)

Phase 2: Blog & SEO Content (Week 2)

Create initial blog posts targeting high-value keywords:

  1. src/content/blog/2026-03-ultimate-guide-eloping-squamish.md

    • “The Ultimate Guide to Eloping in Squamish, BC” (2,500+ words, cornerstone)
    • Target: “Squamish elopement”, “elope in Squamish BC”
  2. src/content/blog/2026-03-best-elopement-locations-sea-to-sky.md

    • “Best Elopement Locations on the Sea to Sky Corridor”
    • Target: “Sea to Sky elopement”, “best places to elope in BC”
  3. src/content/blog/2026-03-how-to-get-marriage-license-bc.md

    • “How to Get a Marriage License in BC” (practical, informational)
    • Target: “BC marriage license requirements”
  4. src/content/blog/2026-03-squamish-vs-queenstown.md

    • “Squamish vs Queenstown: Choosing Your Adventure Elopement Destination”
    • Internal linking between location hubs

Phase 3: Cross-Business Integration (Week 3)

  1. Lana Fitness cross-sell — Add “Bridal Fitness” section to Lana Fitness site linking to Adventure Weddings. Add “Feel Your Best on Your Elopement Day” section to the About or How It Works page linking to Lana Fitness.

  2. Southside Lodge tie-in — The Epic package includes one night at Southside Lodge. Add accommodation section to Squamish hub.

  3. Sendy Adventures — Aaron’s adventure guiding expertise feeds into climbing elopement credibility. Cross-link where relevant.

  4. Brand consolidation — Set up redirects: festivalweddings.ca -> adventureweddings.love/festival-weddings/ (future, when DNS is ready)

Phase 4: Polish & Launch (Week 4)

  1. SEO schema markup — Add LocalBusiness + WeddingService + FAQPage structured data
  2. Meta descriptions — All from 18-website-copy.md Page 7
  3. Nav update — Squamish | Queenstown | About | Blog | Contact
  4. Image placeholders — Mark all hero/location image slots for styled shoot content
  5. Google Business Profile — Create Squamish listing (business task, not code)
  6. Inquiry form — Contact form with location selector pre-fill

Acceptance Criteria

Functional Requirements

  • Homepage shows dual-hemisphere messaging (Squamish + Queenstown)
  • /squamish/ hub page loads with complete copy from research
  • /squamish/packages/ displays 3 tiers with pricing and inclusions
  • /squamish/locations/ shows 6 locations with difficulty/season/timing
  • /about/ introduces Lana and Aaron with clear role descriptions
  • /how-it-works/ presents 5-step process
  • /faq/ has 15 collapsible questions with answers
  • /concierge/ (existing) still works
  • Blog infrastructure works with at least 1 published post
  • All pages use brand CSS tokens (no hardcoded colors)
  • Navigation links all new pages correctly
  • pnpm turbo build --filter=adventure-weddings passes

Non-Functional Requirements

  • All meta descriptions set per Page 7 of website copy
  • Pages follow photography-forward design (full-bleed heroes, dark/cinematic sections)
  • Mobile-responsive (all pages)
  • FAQPage schema markup on /faq/
  • Accessible (semantic HTML, alt text placeholders for images)

Success Metrics

  • Site builds and deploys to adventureweddings.love
  • All 7+ new pages accessible and rendering correctly
  • “Squamish elopement” appears naturally on landing page and location pages
  • Inquiry CTA present on every page
  • Blog has cornerstone content piece published
  • Cross-links to Lana Fitness and Southside Lodge established

Dependencies & Risks

Dependencies

  • Copy is ready — 690 lines of production copy from overnight research (no writing needed)
  • Existing site structure — Astro monorepo patterns established, shared components available
  • No images yet — All hero/location images will be placeholders until styled shoots happen. This is expected and acceptable for launch.

Risks

  • No portfolio images from Squamish — Mitigate with placeholder image strategy and strong copy. Styled shoots planned for Month 2.
  • Brand config is currently Queenstown-only — Need to update without breaking existing Queenstown references
  • Pricing display decision — Research recommends showing tiers but requiring inquiry for exact pricing. The copy currently shows exact prices. Decision: show prices (differentiator — transparency builds trust with adventure couples who hate the “contact for pricing” runaround).

Key Decisions (from Overnight Research)

These were surfaced across 6 research runs as questions for Aaron:

  1. Brand consolidation: Merge Festival Weddings + Weddings Lana under Adventure Weddings? (Research recommends: yes)
  2. Pricing transparency: Show exact prices or “starting at”? (Copy has exact prices written — recommend keeping them)
  3. Climbing elopement positioning: Lead with this as the #1 differentiator? (Research says: yes, nobody else offers it)
  4. Weekday availability: Aaron works M-F, so weekday elopements need a hired guide. Offer weekdays at all? (Research recommends: yes, with network guide, at same price)
  5. Lana’s Squamish visit timing: When does she come for scouting/styled shoots? (Research recommends: 2-4 week trip, spring 2026)

Cross-Business Synergies Map

Adventure Weddings (core)
├── Lana Fitness → Bridal fitness pipeline ("Feel strong on your elopement day")
├── Southside Lodge → Accommodation in Epic package + couple recommendations
├── Sendy Adventures → Guide network for weekday elopements + adventure credibility
├── Festival Weddings → Redirect to AW as a style option
└── Weddings Lana → Redirect to AW /about/lana/ as team profile

References & Research

Overnight Research Runs

  • overnight-runs/2026-03-08-0000/report.md — Business assessment, 47/50 score, Queenstown market deep-dive
  • overnight-runs/2026-03-08-0616/findings/ — Squamish expansion: venues, competitors, pricing, legal, revenue model
  • overnight-runs/2026-03-08-0616/findings/18-website-brand-strategy.md — Website architecture, brand consolidation, SEO strategy, conversion optimization
  • overnight-runs/2026-03-08-1911/findings/00-consolidated-operational-playbook.md — 700-line operational playbook: roles, guide model, launch plan, financials ($89K Y1->$366K Y3)
  • overnight-runs/2026-03-08-1911/findings/18-website-copy.mdComplete website copy for 7 pages (production-ready)
  • overnight-runs/2026-03-08-1939/report.md — Lana Fitness research (cross-sell opportunity)
  • overnight-runs/2026-03-08-1945/report.md — AI Wedding Concierge (already built into site)

Internal References

  • Current site: apps/adventure-weddings/src/pages/ (6 existing pages)
  • Brand config: apps/adventure-weddings/brand.config.ts
  • Shared components: packages/ui/src/components/ (SiteHeader, SiteFooter, SiteLayout, BusinessDirectory)
  • Lana Fitness cross-sell: apps/lana-fitness/
  • Documented patterns: docs/solutions/architecture-patterns/bulk-site-scaffolding-and-shared-components.md

Competitive Gap (from research)

No Squamish competitor offers planning + officiant + photography as one package:

  • Film & Forest Photo — photographer only
  • Oisin McHugh Weddings — photographer only
  • Nicole Erin Photos — photographer only, BC-wide
  • Indy Hunjan — Alberta-based, travels to Squamish
  • Logan Swayze — photographer only, 20+ years local

SEO Keywords to Target

Primary: Squamish elopement, adventure elopement Squamish, elope in Squamish BC, Squamish climbing elopement Secondary: Sea to Sky elopement, mountain elopement BC, elopement photographer officiant Location: Stawamus Chief elopement, Shannon Falls elopement, Sea to Sky Gondola wedding


SpecFlow Analysis: Gaps & Questions

The following gaps were identified by flow analysis across 6 user flows (organic discovery, returning visitor, cross-business referral, concierge product, blog consumer, mobile social visitor).

Critical Questions (must answer before building)

  1. Is Lana licensed to officiate marriages in BC? The entire “photographer AND officiant” differentiator depends on this. If not yet licensed, Squamish packages need a third-party officiant and the messaging changes significantly.

  2. Do you have any Squamish photography? A wedding business without portfolio images will not convert. Are there existing shots from Squamish locations? Queenstown portfolio shots to use in the meantime? Plan for styled shoots?

  3. Do you have BC Parks commercial permits? Shannon Falls, Chief, Brandywine, Porteau Cove are provincial parks requiring permits for commercial activity. Smoke Bluffs is municipal. Gondola is private.

  4. What exactly is in each package tier? The overnight copy has prices and descriptions, but: hours of coverage, number of locations, what’s included vs. add-on — these need to be confirmed as accurate before publishing.

Important Architecture Decisions

  1. Individual location pages vs. single list? SEO strongly favors individual pages (/squamish/locations/shannon-falls/). Someone searching “Shannon Falls elopement” should land on a dedicated page. Recommend: location content collection with individual pages + index.

  2. Navigation structure. Current SiteHeader is a flat flex row — no mobile menu, no dropdowns. With 8+ pages, this breaks on mobile. Options:

    • Extend shared SiteHeader with mobile menu + dropdown support (affects all sites)
    • Build a custom header for adventure-weddings only
    • Keep nav minimal: Home | Squamish (dropdown) | Queenstown | About | Blog | Contact
  3. Queenstown parity. Should Queenstown get parallel subpages (/queenstown/packages/, /queenstown/locations/) or remain a single hub page? Recommend: single rich hub for now, parallel structure later.

  4. Contact mechanism. Current site has NZ WhatsApp (+64) which confuses North American visitors. Need: Canadian contact option + inline inquiry form with location pre-selection.

  5. Currency labeling. Squamish prices in CAD, Queenstown in NZD. Every price needs explicit currency label (e.g., “$4,500 CAD”).

Content Gaps to Fill

  1. Climbing add-on details. Positioned as the #1 differentiator but needs: price range, skill levels, eligible locations, safety info, what’s included.

  2. Cancellation/refund policy. For $4,500-$14,500 purchases, couples need terms. Weather reschedule policy especially important for outdoor mountain ceremonies.

  3. Blog seed content. Empty blog is worse than no blog. Launch needs minimum 3 posts (cornerstone guide, locations roundup, practical how-to).

  4. Concierge product scope. Currently hardcoded to Queenstown (Cecil Peak, NZeTA visas, NZ activities). Leave as-is for now or update for Squamish?

Notes

  • The FAQ copy IS already written in 18-website-copy.md (15 complete questions with answers) — this was flagged as missing but actually exists in the overnight research output
  • The climbing add-on IS detailed in the packages copy (beginner/intermediate/advanced tiers, +$1,000 starting) — same source
  • Photography gap is real and the single biggest risk to launch credibility