Skip to content

Conversation

@TanviGandhotra
Copy link
Contributor

@TanviGandhotra TanviGandhotra commented Jun 25, 2025

Closes #8

import { Layout } from './Layout.tsx'
import { FaArrowLeft, FaArrowRight } from 'react-icons/fa'

export default function App() {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

change the Component name to Home

@@ -0,0 +1,59 @@
import { useEffect, useState, useRef } from 'react'
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also As this home component is not a reusable component as Page in itself.

could you reposition this file to

src/pages/

instead of

src/components/

@akshitbatra akshitbatra merged commit aa0230e into building-for-fun:main Jun 27, 2025
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.

[UI] Product Description Page

2 participants