Skip to content

Revision of Docs Homepage #1368

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ export const buildGridData = {
},
{
title: 'Tools',
subtext: 'Best in class tools powering best in class applications builders.',
subtext: 'Best in class tools powering best in class application builders.',
cards: [
{
heading: 'Build apps fast',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,6 @@ const QuickStartShowcase: React.FC = () => {

return (
<section className="container mx-auto pt-1 pb-8 hidden lg:block">
<div className="flex items-center justify-between mb-4">
<h2 className="text-xl font-semibold text-gray-800 dark:text-gray-200">
Query onchain data
</h2>
</div>
<div className="grid grid-cols-1 lg:grid-cols-3 gap-0 items-stretch bg-white dark:bg-gray-900 rounded-2xl shadow-lg border border-gray-200 dark:border-gray-700 overflow-hidden">
{/* Left: Selector */}
<div className="flex flex-col w-full items-center justify-center bg-gray-50 dark:bg-gray-800/50 border-r border-gray-200 dark:border-gray-700">
Expand Down
6 changes: 3 additions & 3 deletions src/ui/design-system/src/lib/Pages/HomePage/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ const HomePage = ({}: HomePageProps): JSX.Element => {
{/* Hero Section */}
<HeroSection />

{/* Feature Sections */}
<FeatureSection sections={buildGridData.sections} />

{/* QuickStart Showcase */}
<QuickStartShowcase />

{/* Feature Sections */}
<FeatureSection sections={buildGridData.sections} />

<GrowSection />

{/* Browse By Category (Docs, Community, Network, More) */}
Expand Down