feat(oreel-web): implement marketing home, core layout, and accessible styles#12
Merged
oreoluwa648 merged 1 commit intoApr 11, 2026
Conversation
…e styles Add App Router root layout, marketing pages, Header and Footer components, Hero and FeaturedProducts components, mock product data, Tailwind config, global styles, .env.local.example, and an env check script. Improve color palette and contrast for better readability and UX.
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.
Pull Request: Implement Marketing Home & Core Layouts
Branch:
feature/Implement-Marketing-Home-and-Core-LayoutsRelated Issue: #5
Description
Implements the marketing homepage and core global layouts for
oreel-webusing Next.js 14 App Router. Adds responsive header with navigation, search, cart link, and user menu; footer with quick links and social icons; hero section; value propositions; and a featured products grid with mock data. Sets up Tailwind CSS with custom theme variables and adds environment validation script.Changes Made
/,/about,/contact).Hero,FeaturedProducts(using mock product data).Header(responsive with mobile hamburger menu),Footer(links + social icons).globals.css+tailwind.config.jswith custom color palette and spacing..env.local.exampleandscripts/check-env.jsfor startup validation.data/mock-products.tsfor featured products.Verification
npm run devstarts without errors; environment validation passes.Closes #5