101 |
102 | {messages.map(({ id, role, content }: Message, index) => (
103 |
109 | ))}
110 |
111 | {/* project name and index name */}
112 |
113 |
114 | Project: {projectname} | Index: {indexname}
115 |
116 |
117 |
118 |
136 |
137 | );
138 | }
139 |
--------------------------------------------------------------------------------
/src/components/home/Homepage.tsx:
--------------------------------------------------------------------------------
1 | import Footer from '@/layout/footer/Footer';
2 |
3 | import ExploreProjectsSection from './section/ExploreProjectsSection';
4 | import FeaturesSection from './section/FeaturesSection';
5 | import HeroSection from './section/HeroSection';
6 |
7 | const Homepage = () => {
8 | return (
9 |