Flux Automotive logoFlux Automotive

Development tool

Site backend layout

This temporary sitemap shows the current route structure, source files, and content-backed pages. Dynamic sections are generated from the same content arrays used by the website, so adding service, location, or blog entries automatically updates this view.

Total listed routes

31

Static routes

9

Dynamic route groups

3

Static pages and metadata routes

Homeapp/page.tsx

Primary landing page and waitlist entry point.

Aboutapp/about/page.tsx

Brand story and shop positioning.

Services indexapp/services/page.tsx

Index generated from servicePages.

Locations indexapp/locations/page.tsx

Index generated from cityPages.

Blog indexapp/blog/page.tsx

Index generated from blogPosts.

Contactapp/contact/page.tsx

Contact and business inquiry page.

Waitlistapp/waitlist/page.tsx

Standalone waitlist page.

XML sitemapapp/sitemap.ts

Search engine sitemap generated from static and content routes.

Robotsapp/robots.ts

Robots metadata route.

Dynamic content routes

Service pages

Route pattern: /services/[slug]

app/services/[slug]/page.tsx

Location pages

Route pattern: /locations/[slug]

app/locations/[slug]/page.tsx

Blog posts

Route pattern: /blog/[slug]

app/blog/[slug]/page.tsx