-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
ISSUE_NUMBER: GH-1
Description
The PricingSection and Contact components are currently commented out in the main homepage file (src/app/(root)/(home)/page.tsx). This issue tracks the decision of whether to re-enable them or remove the commented-out code.
File: repositories/leadllyin/src/app/(root)/(home)/page.tsx
Line: 7, 25
Severity: low
Current Behavior
PricingSection and Contact components are commented out, preventing them from rendering on the homepage.
Expected Behavior
Either the components should be re-enabled and styled appropriately, or the commented-out code should be removed to reduce clutter.
Suggested Fix
- Evaluate the relevance of
PricingSectionandContactto the current homepage design. - If relevant, uncomment the components and integrate them into the page layout.
- If not relevant, remove the commented-out code.
Code Context
// <PricingSection />
// <Contact />Additional Notes
This issue aims to improve the clarity and maintainability of the homepage code.
Reactions are currently unavailable