-
Notifications
You must be signed in to change notification settings - Fork 15
feat: replace inline author chat sticker with PageFrame component #393
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
How to use the Graphite Merge QueueAdd either label to this PR to merge it via the merge queue:
You must have a Graphite account in order to use the merge queue. Sign up using this link. An organization admin has enabled the Graphite Merge Queue in this repository. Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue. This stack of pull requests is managed by Graphite. Learn more about stacking. |
|
View your CI Pipeline Execution ↗ for commit a825258
☁️ Nx Cloud last updated this comment at |
…siveness - Adjusted padding and grid layout in HeroWithSlot component for better spacing - Added a styled quote block with hover effects and responsive typography - Enhanced quote container margins and max-width for clarity and mobile support - Included styling for quote link hover states and attribution text - Minor layout tweaks to improve visual separation and consistency across components
981d1b0 to
a825258
Compare
🔍 Preview Deployment: Website✅ Deployment successful! 🔗 Preview URL: https://pr-393.pgflow.pages.dev 📝 Details:
_Last updated: _ |
Merge activity
|
# Remove "Chat with Author" sticker script and improve homepage design This PR makes several improvements to the website: 1. Replaces the inline JavaScript "Chat with Author" sticker with a proper Astro component - Added a new `PageFrame.astro` component that conditionally renders the sticker - Registered the component in the Starlight configuration 2. Enhances the homepage with a prominent quote from Supabase CEO - Added SVG quote icons and styling for the testimonial - Positioned the quote between the hero section and comparison content 3. Improves the call-to-action buttons - Added a "Try Demo" button to the hero section - Refined the styling of the primary CTA with subtle glow effects - Renamed "How It Works" to "How It Works?" 4. Optimized mobile experience - Converted the author chat sticker to a fixed footer bar on small screens - Adjusted spacing and typography for better mobile readability The changes create a more polished homepage with stronger social proof and clearer calls to action.

Remove "Chat with Author" sticker script and improve homepage design
This PR makes several improvements to the website:
Replaces the inline JavaScript "Chat with Author" sticker with a proper Astro component
PageFrame.astrocomponent that conditionally renders the stickerEnhances the homepage with a prominent quote from Supabase CEO
Improves the call-to-action buttons
Optimized mobile experience
The changes create a more polished homepage with stronger social proof and clearer calls to action.