Remove blank iframe card from Get Started section and add dedicated portal early access page - #8
Draft
AMackProjekt with Copilot wants to merge 19 commits into
Draft
Remove blank iframe card from Get Started section and add dedicated portal early access page#8AMackProjekt with Copilot wants to merge 19 commits into
AMackProjekt with Copilot wants to merge 19 commits into
Conversation
…only build output
… and update About Us section
…ects CRUD, and API test dashboard
…tbot, add portal coming soon page
…to button, add client anonymity notice, remove navbar action buttons
…ortal-app directories from TypeScript compilation
- Added comprehensive metadata to layout.tsx (OpenGraph, Twitter cards, keywords) - Added Organization schema with social media profiles (Instagram, Facebook, TikTok) - Added animated social media icons to footer with hover effects - Created SEO-FREE-IMPLEMENTATION.md with complete strategy - Social profiles: @sd_t.o.o.ls_inc (Instagram), TOOLs Inc (Facebook), @toolsinc (TikTok) - Social media content calendar and posting strategy included - FREE tools: Canva, CapCut, Meta Business Suite - Expected results: 3,000+ monthly visitors in 6 months (free) - Updated to version 1.1.0 with full SEO foundation
- Fixed layout.tsx corruption (removed bash commands) - Added complete automation system (content-generator, news-crawler, post-scheduler) - Created setup wizard for easy API configuration - Added .eslintignore and .markdownlintignore to exclude automation - Excluded automation directory from TypeScript compilation - Social media integration complete with animated icons in footer - Enhanced SEO with Organization schema and social profiles - FREE SEO implementation guide with /month strategy - Working automation: AI content generation, news curation, auto-posting - Ready for deployment with clean build (0 errors, 5 warnings)
Add image to README for visual representation
…ic early access form Co-authored-by: AMackProjekt <178231247+AMackProjekt@users.noreply.github.com>
Co-authored-by: AMackProjekt <178231247+AMackProjekt@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Remove blank card from get started section
Remove blank iframe card from Get Started section and add dedicated portal early access page
Jan 18, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The "Get Started" section displayed a large blank card containing an iframe that failed to render. Additionally, the Client Portal coming-soon page used the same general interest form as the main site, lacking portal-specific context.
Changes
Removed blank card - Deleted GlowCard wrapper containing non-rendering Microsoft Form iframe from
app/page.tsx(lines 212-225). Section now shows only the 3 contact cards.Created
/portal-interestpage - New dedicated early access request page for Client Portal with:Updated portal-coming-soon - Changed button from "Submit Interest Form" → "Request Early Access", routing to
/portal-interestinstead of general/interestpageScreenshots
Before: Blank card in Get Started section
After: Only contact cards remain
Portal coming-soon page with updated button
New portal-interest page
Original prompt
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.