Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Nov 10, 2025

Adds a high-quality graphics component displaying the Preamble to the Indian Constitution ("We The People of India") to enhance the landing page's democratic theme.

Changes

  • New component: PreambleSection.tsx with India-themed design

    • Tricolor borders (saffron-white-green) framing the content
    • Large gradient heading emphasizing "WE, THE PEOPLE OF INDIA"
    • Four principle cards (Justice, Liberty, Equality, Fraternity) with distinct color schemes
    • Ashoka Chakra symbol with "Satyameva Jayate" motto
  • Integration: Inserted between "Why Rajniti?" and "Join Our Community" sections in page.tsx

Implementation

import PreambleSection from '@/components/PreambleSection'

export default function Home() {
    return (
        <div>
            {/* ...existing sections... */}
            <PreambleSection />
            {/* Contribute Section */}
        </div>
    )
}

Screenshot

Preamble Section on Landing Page

The component is fully responsive and maintains consistency with the existing Tailwind-based design system.

Original prompt

This section details on the original issue you should resolve

<issue_title>We The People of India</issue_title>
<issue_description>Create a High Quality Clean Graphics Component stating the Quote from our Indian "We The People of India" followed by its according text. It should make users read it.

Should be added on Landing Page.</issue_description>

Comments on the Issue (you are @copilot in this section)


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Copilot AI changed the title [WIP] Create high-quality graphic component for quote display Add Indian Constitution Preamble component to landing page Nov 10, 2025
Copilot AI requested a review from imsks November 10, 2025 03:57
Copilot finished work on behalf of imsks November 10, 2025 03:57
@imsks imsks marked this pull request as ready for review November 10, 2025 03:57
@imsks imsks merged commit c42e5f9 into development Nov 10, 2025
@imsks imsks deleted the copilot/add-graphics-component-we-the-people branch November 12, 2025 05:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants