diff --git a/overview/creating-first-pages/different-slices-examples.mdx b/overview/creating-first-pages/different-slices-examples.mdx
index 898dbd3..c26d687 100644
--- a/overview/creating-first-pages/different-slices-examples.mdx
+++ b/overview/creating-first-pages/different-slices-examples.mdx
@@ -7,135 +7,208 @@ Slices are the building blocks of an Architect page. Think of them as reusable p
## **TextContainer**
-
+
+
+
-**Best Used For:** Rendering **formatted text content** with markdown support including headings, bold, italic, links, lists, and inline code. Supports [keyword] highlighting for interactive elements. This is the foundational component for any text-heavy content.
+**Best Used For:** Rendering **formatted text content** with markdown support including headings, bold, italic, links, lists, and inline code. Supports keyword highlighting for interactive hover metadata. This is the foundational component for any text-heavy content.
+
+Text types include:
+
+- **hero** - Large heading for the start of a page
+- **headline** - Section heading for content breaks
+- **body** - Standard paragraph text
---
## **ImageContainer**
-
+
+
+
+
+**Best Used For:** Displaying **responsive images** with optional alt text for accessibility. Supports size variants:
+
+- **small** - 60% width, centered
+- **medium** - 100% width (default)
+- **large** - 60vw (breaks out of container)
+- **full** - 100vw (full bleed)
-**Best Used For:**
+---
+
+## **VideoContainer**
-Displaying **responsive images** with optional alt text for accessibility. Supports size variants:
+
+
+
-- small: 60% width, centered
-- medium: 100% width (default)
-- large: 60vw (breaks out of container)
-- full: 100vw (full bleed)
+**Best Used For:** Embedding **video content** directly into a page. Video is one of the highest-converting assets for landing pages, making this slice ideal for product demos, explainer videos, or customer story recordings.
---
## **Table**
-
+
+
+
**Best Used For:** Organizing and displaying **structured, tabular data** with column headers and rows. Ideal for pricing comparisons, feature matrices, specifications, or any two-dimensional data that benefits from a grid layout with striped rows and hover effects.
+You can optionally highlight a specific column to draw attention to it (e.g., highlighting your product in a comparison table). Set `highlightedColumnIndex` to the 0-based index of the column you want to emphasize, or leave it unset for no highlight.
+
---
## **FeatureCards**
-
-
-**Best Used For:**
+
+
+
-Presenting
-
-**2-6 features, benefits, or value propositions**
-
-in a scannable card grid layout (up to 3 per row). Each card contains:
+**Best Used For:** Presenting **2-6 features, benefits, or value propositions** in a scannable card grid layout (up to 3 per row). Each card contains:
- Headline (2-5 words)
- Content description (1-2 sentences)
- Optional icon
-- Optional feature image (placeholder `{ category: "product" | "brand" }` or resolved image asset)
+- Optional feature image
+
+### With images
+
+FeatureCards also support an image mode where each card includes a prominent visual alongside the text content.
-Supports imageMode: fill (photos) or contain (diagrams/logos).
+
+
+
+
+Supports `imageMode: fill` (photos) or `contain` (diagrams/logos).
---
-## **TestimonialCarousel**
+## **Frame**
+
+
+
+**Best Used For:** Creating **collapsible, expandable sections** that organize related content under a header title. Frames can contain child components and are ideal for:
+
+- FAQ-style expandable sections
+- Progressive disclosure of detailed information
+- Grouping related content with show/hide functionality
+
+
+---
+
+## **FrameList**
+
+
+
+**Best Used For:** **Grouping multiple Frame components** with tighter spacing. Use when frames should appear closer together as a cohesive unit (e.g., a series of FAQ items or related expandable sections).
-
+---
+
+## **TestimonialCarousel**
-**Best Used For:**
+
+
+
-Adding **social proof** through rotating customer testimonials displayed as a horizontal carousel with quote styling. Each testimonial includes:
+**Best Used For:** Adding **social proof** through rotating customer testimonials displayed as a horizontal carousel with quote styling. Each testimonial includes:
- Quote text (15-40 words, customer's voice)
- Author name
- Optional title/role
- Optional company name
-Includes navigation dots for multiple testimonials.
+Includes navigation arrows and dots for browsing multiple testimonials.
---
## **CallToActionCard**
-
+
+
+
+
+**Best Used For:** Creating a **prominent conversion point** with a bold headline (5-10 words), supporting description (1-2 sentences), and an action button. Actions can be:
-**Best Used For:**
+- **open-url** - Navigate to a URL
+- **form** - Open an email capture form modal
-Creating a **prominent conversion point** with a bold headline (5-10 words), supporting description (1-2 sentences), and an action button. Actions can be:
+---
+
+## **Threads**
-- open-url: Navigate to a URL
-- form: Open an email capture form modal
+
+
+
+
+**Best Used For:** Enabling **conversation continuation and user interaction**.
+
+- Presents a question with 2-4 selectable options
+- Each option has a label and action
+- **Qualifies users** by gathering information (company size, needs, budget)
+- Dynamically routes users to appropriate content paths
---
## **StatsCards**
-
+
+
+
-**Best Used For:** Displaying **2-4 highlighted statistics** as large, prominent numbers with labels. Builds credibility by making abstract benefits tangible (e.g., "10K+" Active Users, "99.9%" Uptime, "$2M" Revenue Generated). Values can include formatting characters.
+**Best Used For:** Displaying **2-4 highlighted statistics** as large, prominent numbers with labels. Builds credibility by making abstract benefits tangible (e.g., "+17.9%" Conversion lift, "99.9%" Uptime, "$2M" Revenue Generated). Values can include formatting characters.
---
## **LogoMarquee**
-
+
**Best Used For:** Building **trust and credibility** through a continuously scrolling banner of customer/partner logos (similar to "Trusted by..." sections). Logos are displayed with a grayscale filter for visual consistency. Supports speed control and per-item duration for fine-tuning.
---
-## **Frame**
+## **CustomComponent**
-
+**Best Used For:** Rendering **custom or dynamic components** that don't fit into the standard slice types. Use this for specialized content that requires unique layouts or behavior beyond what the built-in slices provide.
-**Best Used For:**
-Creating **collapsible, expandable sections** that organize related content under a header title. Frames can contain child components and are ideal for:
+---
-- FAQ-style expandable sections
-- Progressive disclosure of detailed information
-- Grouping related content with show/hide functionality
+## **Footer**
+
+**Best Used For:** Adding a **page footer** with branding, links, or closing content. This is a page-level component that appears at the bottom of the page.
+
+
+
+
-Properties: id, title, collapsible, defaultOpen.
---
-## **FrameList**
+## **Action Widgets**
-
+Action widgets are page-level, static components that are set on the page to show trust. We recommend setting these up.
-**Best Used For:** **Grouping multiple Frame components** with tighter spacing. Use when frames should appear closer together as a cohesive unit (e.g., a series of FAQ items or related expandable sections).
+
+
+
---
-## **Threads (previously Branching)**
-
-
+## **Left Hand Side CTA**
-**Best Used For:** Enabling **conversation continuation and user interaction**.
+This is the main CTA that follows the user on the page. It is set at the page level as well.
-- Presents a question with 2-4 selectable options
-- Each option has a label and action
-- **Qualifies users** by gathering information (company size, needs, budget)
-- Dynamically routes users to appropriate content paths
+
+
+
---
+
+## **Question Bar**
+
+The question bar is a constant bar that sits at the bottom of the page where visitors can ask questions. When a user asks a question, more components will automatically generate at the end of the page.
+
+
+
+
diff --git a/overview/images/slice-call-to-action-card.png b/overview/images/slice-call-to-action-card.png
new file mode 100644
index 0000000..b0d7f63
Binary files /dev/null and b/overview/images/slice-call-to-action-card.png differ
diff --git a/overview/images/slice-feature-cards-with-images.png b/overview/images/slice-feature-cards-with-images.png
new file mode 100644
index 0000000..4ca7263
Binary files /dev/null and b/overview/images/slice-feature-cards-with-images.png differ
diff --git a/overview/images/slice-feature-cards.png b/overview/images/slice-feature-cards.png
new file mode 100644
index 0000000..954d243
Binary files /dev/null and b/overview/images/slice-feature-cards.png differ
diff --git a/overview/images/slice-footer-action-widget-cta.png b/overview/images/slice-footer-action-widget-cta.png
new file mode 100644
index 0000000..4984bb7
Binary files /dev/null and b/overview/images/slice-footer-action-widget-cta.png differ
diff --git a/overview/images/slice-footer-action-widgets.png b/overview/images/slice-footer-action-widgets.png
new file mode 100644
index 0000000..c98ab59
Binary files /dev/null and b/overview/images/slice-footer-action-widgets.png differ
diff --git a/overview/images/slice-footer-links.png b/overview/images/slice-footer-links.png
new file mode 100644
index 0000000..a3e0e5a
Binary files /dev/null and b/overview/images/slice-footer-links.png differ
diff --git a/overview/images/slice-footer-question-bar.png b/overview/images/slice-footer-question-bar.png
new file mode 100644
index 0000000..5d6b234
Binary files /dev/null and b/overview/images/slice-footer-question-bar.png differ
diff --git a/overview/images/slice-image-container.png b/overview/images/slice-image-container.png
new file mode 100644
index 0000000..ff99287
Binary files /dev/null and b/overview/images/slice-image-container.png differ
diff --git a/overview/images/slice-stats-cards.png b/overview/images/slice-stats-cards.png
new file mode 100644
index 0000000..1a106be
Binary files /dev/null and b/overview/images/slice-stats-cards.png differ
diff --git a/overview/images/slice-table-no-highlight.png b/overview/images/slice-table-no-highlight.png
new file mode 100644
index 0000000..9647e81
Binary files /dev/null and b/overview/images/slice-table-no-highlight.png differ
diff --git a/overview/images/slice-table.png b/overview/images/slice-table.png
new file mode 100644
index 0000000..adb1890
Binary files /dev/null and b/overview/images/slice-table.png differ
diff --git a/overview/images/slice-testimonial-carousel.png b/overview/images/slice-testimonial-carousel.png
new file mode 100644
index 0000000..9744118
Binary files /dev/null and b/overview/images/slice-testimonial-carousel.png differ
diff --git a/overview/images/slice-text-container.png b/overview/images/slice-text-container.png
new file mode 100644
index 0000000..cd8172d
Binary files /dev/null and b/overview/images/slice-text-container.png differ
diff --git a/overview/images/slice-threads.png b/overview/images/slice-threads.png
new file mode 100644
index 0000000..60e2f8f
Binary files /dev/null and b/overview/images/slice-threads.png differ
diff --git a/overview/images/slice-video-container.png b/overview/images/slice-video-container.png
new file mode 100644
index 0000000..4c26d88
Binary files /dev/null and b/overview/images/slice-video-container.png differ