[Website] Add new landing page#9913
Merged
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Adds the first “vnext” landing page hero to the Next.js marketing site, including decorative brand artwork (drinks + swirl marks) and a new typography scale in global styles.
Changes:
- Introduces a new
HomeHerosection with decorative drink and swirl scatter around the headline. - Adds an inline SVG sprite system (
DrinkSpriteMaster+<use>-croppedDrinks) backed by a committed source sprite and an auto-generated markup constant. - Updates global CSS theme tokens to include heading/body font stacks and a new type scale used by the hero.
Reviewed changes
Copilot reviewed 6 out of 7 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| website-next/src/icons/Swirl.tsx | Adds a decorative swirl SVG icon component rendered with currentColor. |
| website-next/src/components/home/startpageSpriteMarkup.ts | Adds auto-generated raw SVG inner markup string for inlining the startpage sprite once. |
| website-next/src/components/home/HomeHero.tsx | Adds the new landing page hero section (headline + decorative scatter). |
| website-next/src/components/home/HeroDrinks.tsx | Adds sprite-master inlining plus a Drink component that crops individual drinks via <use> + viewBox. |
| website-next/public/images/startpage-sprite.svg | Adds the source SVG sprite file used to generate the inline markup. |
| website-next/app/page.tsx | Wires the new HomeHero into the homepage above the existing blog section. |
| website-next/app/globals.css | Adds new font and type-scale theme tokens; sets base body typography; introduces helper classes. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
…Nitro, and Strawberry Shake - Created GreenDonut.tsx for the Green Donut drink icon. - Created HotChocolate.tsx for the Hot Chocolate drink icon. - Created Mocha.tsx for the Mocha drink icon. - Created Nitro.tsx for the Nitro drink icon. - Created StrawberryShake.tsx for the Strawberry Shake drink icon. All icons are inlined as SVGs for better performance and styling flexibility.
This was referenced Jun 19, 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.
No description provided.